Arquillian is the recommended test library for jee 6 applications and we need to move tests in generated apps to use it.
As a POC we do it for authenticatortest in newrich project -
I have made changes to pom.xml but the tests are throwing classformat error
here are some pointers
http://docs.jboss.org/seam/2.3.0.Final/reference/en-US/html/migration23.html
This is the exact expcetion we are getting
https://community.jboss.org/wiki/WhatsTheCauseOfThisExceptionJavalangClassFormatErrorAbsentCode
Not sure but maybe we would need this additional extension
Diff:
Resolved all the unit test failures.
Steps:
Suggestions:
Here is a link to the problem
http://stackoverflow.com/questions/6480404/netbeans-7-0-junit-and-glasfish-embedded-3-1-does-not-work