I'm trying to figure out what it takes to have the Embeddable EJB3 running in Maven2.
I use JBoss 4.0.4 and Seam 1.0.1. I have turned to the Seam forum, but as my error seem to
be releated to the EJB3 container I turn to the EJB3-user forum instead.
You can read more about my issue here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86127
My resource configuration looks like this:
| /src/main/resources/META-INF/dvd-ds.xml
| /src/main/resources/META-INF/ejb-jar.xml
| /src/main/resources/META-INF/persistence.xml
| /src/main/resources/components.xml
| /src/main/resources/mport.sql
| /src/main/resources/seam.properties
|
| /src/test/resources/jboss-jms-beans.xml
| /src/test/resources/seam.properties
| /src/test/resources/default.persistence.properties
| /src/test/resources/jndi.properties
| /src/test/resources/security-beans.xml
| /src/test/resources/ejb3-interceptors-aop.xml
| /src/test/resources/log4j.xml
| /src/test/resources/embedded-jboss-beans.xml
| /src/test/resources/login-config.xml
| /src/test/resources/testng.xml
|
Does the above listing look correct? Are my paths right.
This error prone simply prohibits me to develop and test EJB3 beans. With Spring
everything was so simple, but I want to back-port my whole project using JEE standards
instead.
Ove
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958019#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...