Missing sun-javadb-client dependency for DerbyPool connection pool
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glassfishv2 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: glassfishv2
OS: Ubuntu 8.04
Package version for glassfishv2: 2.0.1-0ubuntu5
Glassfish has a connection pool named DerbyPool that attempts to connect to the JavaDB database included with the Glassfish installation. Many people use the DerbyPool connection pool since it is the connection pool used by the jdbc/__default JDBC resource.
The DerbyPool connection pool uses org.apache.
To reproduce:
(from command line)
apt-get install sun-java6-jdk (needed because of reported OpenJDK problem)
apt-get install glassfishv2
/usr/share/
(...then, via admin interface at localhost:4848)
go to Resources/
click "Ping" button
Result: An error has occurred -- Class name is wrong or classpath is not set for : org.apache.
(...then, from command line)
apt-get install sun-javadb-client
/usr/share/
/usr/share/
(...back at admin interface)
go to Resources/
click "Ping" button
Result: Ping Succeeded
Changed in glassfishv2: | |
assignee: | nobody → nitya-doraisamy |
I can confirm this bug still exists in 8.10