I read more on OpenEJB site and I got it. Only need some jars on WEB-INF/lib - openejb.x.x.x.jar - openejb_client.x.x.x.jar - ejb2.0.jar - My interfaces!
The rest it's the code below.
Wow, what a quick solution in such a short time. It's nice to hear that you could find everything in the docs!
There is yet another way to connect to OpenEJB, which I think would be the best fit in your envrironment. Externalize OpenEJB configuration from the code using the OpenEJB Tomcat resource factory. Here's more info on that: http://www.openejb.org/tomcat.html#tomcat-resource-factory.
Also, make sure the latest OpenEJB is used - pre-1.0. Unfortunatelly, it needs to be built from the sources - it's not yet available anywhere.
Juan Wagner
Jacek
