My Apologies man, your help is very much appreciated

This is what I was missing in the jar module.

<dependency>  
            <groupId>org.apache.openejb</groupId>
            <artifactId>tomee-embedded</artifactId>
            <version>1.5.1</version>
            <scope>test</scope>
</dependency>

Thats why the class could not be instantiated.

Regards,
Antonio



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Impossible-to-instantiate-a-container-tp4660887p4661366.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to