tobiasdenzler
tobiasdenzler

Reputation: 1700

OpenEJB and JEE7

Does anybody knows if or when OpenEJB is going to support JEE7? I am trying to use JMS 2.0 with OpenEJB 4.6.0 but got an InitializationException at the startup of the container.

I know that I could use Arquillian but I was wondering if it also works with OpenEJB.

Upvotes: 1

Views: 949

Answers (1)

Jan Martiška
Jan Martiška

Reputation: 1314

Tomcat 8 is not yet ready, so I guess JEE7 for TomEE will take some time. Btw., I don't understand what you mean with that Arquillian note - Arquillian is a testing framework, not a Java EE container. If you want a working JEE7 container, try WildFly or GlassFish.

Upvotes: 1

Related Questions