I think the problem is that you are using the wrong javaee.jar. In the Installation Guide it is described that you must manually install javaee.jar in your local maven repository. You must download Java EE 5 SDK and then install the javaee.jar that is in the Java EE 5 SDK distribution.
Yes, this is really annoying and please let me know if you know of a better way to distribute the javaee.jar without violating Sun license. It is not possible to use the javaee.jar located at https://maven-repository.dev.java.net/nonav/repository/javaee/ because it is not "executable". It only defines the api. We need to run JUnit tests. However, you can run in JBoss when you run the real app. I do that also. -- View this message in context: http://www.nabble.com/-sculptor--Problems-executing-Unittests-from-JavaEE-HelloWorld-tutorial-tf3897267s17564.html#a11051621 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
