You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by David Blevins <da...@gmail.com> on 2011/03/09 19:48:08 UTC

Re: ejb client code issue

On Mar 9, 2011, at 10:06 AM, Balaji Bondili wrote:

> I am trying to access an EJB which is deployed in Glassfish app server
> and below is the my client code and error .  I also included
> "openejb-client-3.1.4.jar" in my classpath.

The openejb-client jar only works with the OpenEJB app server.

If the goal is to communicate between and OpenEJB app server and a Glassfish app server, web services might be a good option.


-David