[seam-issues] [JBoss JIRA] Commented: (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
Wed Jan 20 13:28:47 EST 2010
[ https://jira.jboss.org/jira/browse/JBSEAM-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12507310#action_12507310 ]
Scott Marlow commented on JBSEAM-4474:
--------------------------------------
Seam should probably include its own copy of the tiny org.hibernate.lob.ReaderInputStream class.
> 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
> Components: BPM
> Affects Versions: 2.1.1.GA
> Reporter: Scott Marlow
> Assignee: Marek Novotny
> Priority: Critical
> Fix For: 2.2.1.CR1
>
> Attachments: hibernate-core-JBSEAM-4474.jar
>
>
> 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