[JBoss JIRA] Created: (JBIDE-6307) hibernate.ui.test depends on org.jmock
by Nick Boldt (JIRA)
hibernate.ui.test depends on org.jmock
--------------------------------------
Key: JBIDE-6307
URL: https://jira.jboss.org/browse/JBIDE-6307
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.2.next
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
I assume for this we'll need to add jmock into a plugin which can expose these dependencies as libraries on the classpath... perhaps a new plugin in tests/ or common/ ?
To add support for jmock via Maven, you apparently need only add a few things into the parent pom:
http://www.jmock.org/maven.html
I've briefly prototyped this but currently can't get hibernate to build due to upstream component build failures.
Worthy of note, the Teiid/Modeshape guys are playing with Mockito, rather than jMock. Perhaps we need to settle on ONE framework for mocking?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (JBIDE-6696) Seam 2.2 DVD Store example not working with EAP 5.1
by Martin Malina (JIRA)
Seam 2.2 DVD Store example not working with EAP 5.1
---------------------------------------------------
Key: JBIDE-6696
URL: https://jira.jboss.org/browse/JBIDE-6696
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.1.0.GA
Reporter: Martin Malina
Assignee: Snjezana Peco
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{vfszip:/home/rasp/jbossqa/EAP5/EnterprisePlatform-5.1.0/jboss-eap-5.1/jboss-as/server/all/deploy/jboss-seam-dvdstore.ear/}
See JBPAPP-4643 for more info.
The example needs to be upgraded to this version:
http://repository.jboss.org/maven2-brew/org/jboss/seam/examples/jboss-sea...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months