-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP 5.0.0
-
Fix Version/s: EAP_EWP 5.1.0
-
Component/s: Hibernate
-
Labels:None
-
Affects:Release Notes
See http://opensource.atlassian.com/projects/hibernate/browse/HHH-2412 for details.
HHH-2412 mentions that the following classes need to have methods added in order to fully implement JDK 1.6 interfaces:
- org.hibernate.jdbc.ResultSetWrapper
- org.hibernate.lob.BlobImpl to implement java.sql.Blob
- org.hibernate.lob.ClobImpl
- org.hibernate.lob.SerializableBlob
- org.hibernate.lob.SerializableClob
If these methods are not added, customers may get NoSuchMethodError if their application runs under JDK 1.6 and requires the missing method.
- is blocked by
-
JBPAPP-4180 HHH-2412 Support for JDBC4
-
- Closed
-