-
Bug
-
Resolution: Done
-
Blocker
-
EAP_EWP 5.1.0_CR1
-
None
-
RHEL 5
The Seam DVD Store demo example does not work in EAP 5.1.0 CR1.
I installed EAP using the installer from here:
http://download.devel.redhat.com/devel/candidates/JBEAP5.0.0/JBEAP-5.1.0-CR1/
When I tried to deploy the DVD store demo using the menu item, it fails with:
13:41:57,403 ERROR [[/seam-dvdstore]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.RuntimeException: Could not create Component: org.jboss.seam.bpm.jbpm
...
Caused by: java.lang.NoClassDefFoundError: org/hibernate/lob/ReaderInputStream
...
Caused by: java.lang.ClassNotFoundException: org.hibernate.lob.ReaderInputStream from BaseClassLoader@12e6c13f
This issue is described here:
https://jira.jboss.org/browse/JBPAPP-4415
- is related to
-
JBPAPP-4415 Back port JBSEAM-4474 - Hibernate class org.hibernate.lob.ReaderInputStream is now org.hibernate.engine.jdbc.ReaderInputStream and that breaks Seam
- Closed