Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.7.2
-
None
-
OSGi
Description
There is an Import-Package missing in the OSGi manifest of the Connector/J bundle: javax.sql.rowset.serial. Obviously the access to that package was not necessary in the previous versions of the library. Now the missing import prevents the creation of a connection on the DataSource (at least of a XA connection), as the class javax.sql.rowset.serial.SerialException cannot be loaded.
Attachments
Issue Links
- is blocked by
-
CONJ-904 Fails with javax.sql.rowset.serial.SerialException
- Closed