I'm trying to explore how to use the embeddable EJB3 for my unit test. My tests are performed using JUnit. Build is done using maven. In maven lifecycle, classes are compiled, then unit tests are perfomred (using classes), jar is build and finally it is possible to execute integration tests.
Problem is that unit tests are performed before the jar build. It uses .class in build directory. EJB3StandaloneBootstrap.scanClasspath scans for jar files, not for classes. Is is possible to register .class (or better a build directory containing .class) in the bootstrap ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941356#3941356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941356 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
