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