Hi again, One question before I modify the code is, in my project I'm working with maven and when I execute the maven lifecycle install first it runs the tests and then it packages the jar
process-resources resources:resources compile compiler:compile process-test-resources resources:testResources test-compile compiler:testCompile test surefire:test package jar:jar install install:install deploy deploy:deploy If I have to specify the jar to test It means that I have to modify the lifecycle? Should I packaged it as a jar and then test it? I'm a bit confuse now. Regards, Antonio -- View this message in context: http://openejb.979440.n4.nabble.com/Impossible-to-instantiate-a-container-tp4660887p4661396.html Sent from the OpenEJB User mailing list archive at Nabble.com.
