Is it possible not to use Java EE Application client from Glassfish to access EJB on Server. I would like to try using OpenEJB for a standalone Java SE client. Is it possible? I cannot find anything in the Internet on the topic.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short answer is no. The OpenEJB client only works with EJBs running in an OpenEJB container. There is support for running the container in Tomcat, Geronimo as well as standalone or embedded in a plain Java SE app, but there is no support for running it in GlassFish.
Side note that OpenEJB does support reading and using the GlassFish deployment descriptors, so if you were tempted to try running your EJBs in an environment where OpenEJB is the container, it should be fairly easy.