Solved it for me. This is how I did it: I defined a classpath variable "JBOSS_HOME". To the EJB project I added the library "jboss-j2ee.jar" to the build path. Note that it must be before the javaee-5.jar from your Maven repository. This can be done on the "Order and Export" page.
After doing this the unit test can be executed. HTH, ~Karsten -- View this message in context: http://www.nabble.com/-sculptor--Problems-executing-Unittests-from-JavaEE-HelloWorld-tutorial-tf3897267s17564.html#a11048266 Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
