[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4474) Hibernate class org.hibernate.lob.ReaderInputStream is now org.hibernate.engine.jdbc.ReaderInputStream and that breaks Seam

Scott Marlow (JIRA) jira-events at lists.jboss.org
Sat Nov 14 00:56:41 EST 2009


Hibernate class org.hibernate.lob.ReaderInputStream is now org.hibernate.engine.jdbc.ReaderInputStream and that breaks Seam
---------------------------------------------------------------------------------------------------------------------------

                 Key: JBSEAM-4474
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4474
             Project: Seam
          Issue Type: Bug
    Affects Versions: 2.1.1.GA
            Reporter: Scott Marlow
            Priority: Blocker


Jira JBAS-7440 is about a JBoss app server 6.0.0.M1 unit test failure.  The failure is showing that the Seam and Hibernate integration is broken.  This problem occurred when we upgraded AS (5_x branch) to the recent Hibernate 3.5.0-Beta-2.  

Hibernate 3.5.0-Beta-2 contains a fix for  HHH-2412 (Support for JDBC4), which involved repackaging org.hibernate.lob.ReaderInputStream to now be org.hibernate.engine.jdbc.ReaderInputStream.  However, Seam has a dependency on the old package name org.hibernate.lob.ReaderInputStream.  This package name change results in an app server integration test for Seam failure (error = java.lang.NoClassDefFoundError: org/hibernate/lob/ReaderInputStream).



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list