-
Bug
-
Resolution: Done
-
Critical
-
EAP_EWP 5.2.0 ER2
-
None
-
None
-
Not Required
Sybase jdbc driver jConnect (TM) for JDBC(TM)/7.07 GA(Build 26666) is causing many failures in Hibernate testsuite, when running on Sybase 15.5 database. It is not possible to perform basic operations, eg. inserting entity:
Error Message
could not insert: [org.hibernate.test.cascade.Child]
Stacktrace
org.hibernate.exception.GenericJDBCException: could not insert: [org.hibernate.test.cascade.Child]
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:126)
...
Caused by: java.sql.SQLException: JZ0SJ: Metadata accessor information was not found on this database. Please install the required tables as mentioned in the jConnect documentation.
...
If the older version of jdbc driver is used "Build (26502), the problems are gone:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap5-hibernate-dballocator-jvms-tmp/3/database=sybase155,jdbc=jdbc4,jdk=java16_default,label=RHEL5_any/testReport/
We should consider reverting back the driver for this release.