[jboss-user] [EJB 3.0] - Maven2 and Embeddable EJB3

oranheim do-not-reply at jboss.com
Fri Jul 14 05:29:51 EDT 2006


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#3958019

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958019



More information about the jboss-user mailing list