Do I need an extra library? I have this in my pom.xml

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

Is enough with that?

Regards,
Antonio



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

Reply via email to