users@glassfish.java.net

Re: How to access a Local EJB3 from a POJO?

From: Cheng Fang <Cheng.Fang_at_Sun.COM>
Date: Wed, 24 Oct 2007 09:56:00 -0400

What is your POJO client? If it's a standalone java application, then
it can only access remote EJB, not local EJB. Local EJBs are only
accessible to components within the same application (packaged in the
same EAR). Can you post your code including EJB and POJO client?

-cheng