-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.0
-
None
This is a reference JIRA for JBIDE-6696 . Check there for more details.
Steps:
1. create a new Example project and choose Seam 2.2 DVD Store example
2. deploy to a running EAP 5.1 server
The deployment of dvdstore22-ear.ear fails due to failure to deploy dvdstore22.war. This in turn fails because of this error:
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
- duplicates
-
JBIDE-6696 Seam 2.2 DVD Store example not working with EAP 5.1
- Closed