[jboss-user] [EJB 3.0] - Re: Can you change the context root of a deployed ear?

2006-07-27 Thread wonnekeysers
Has this feature request been created already? I want to vote for it! :-) I am wondering where this feature, of prepending the .ear package name to the EJB names, is coming from. Is it in the specs of EJB 3 or JavaEE 5? Because I see a few problems that may occur in this approach. (Or is there a

[jboss-user] [EJB 3.0] - Re: Embeddable EJB3 with Maven2?

2006-07-26 Thread wonnekeysers
Got it working the following: pom.xml: | ... | | org.apache.maven.plugins | maven-surefire-plugin | | | src/test/resources/testng.xml | | | | | | java.class.path | target/classes | | | |