[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 | | | |

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

2006-07-27 Thread jc7442
Right it should works ! Another great features for EJB3StandaloneBootstrap class will be to have a method: EJB3StandaloneBootstrap.scanClasspath(URL[] urls) where url is a list of url to deploy (in replacement of using the system property). That's short to implement but as all methods in the c