Greetings,

I am trying to use a non-EJB client to connect using JNDI
to an EJB deployed on Jboss.  When executing the client,
I receive the following error:

Error: javax.naming.CommunicationException: Can't find SerialContextProvider

Which occurs when the system executes the following:

Object result = c.lookup("xyzbean");

I looked through the archives and saw some others with similar
problems.  The recommended solution was to remove the j2ee RI.

Can someone please add some clarity to this suggestion.  Does this
mean to remove the j2ee jar file from the project?  If so, I am unable
to get access to javax.rmi which is necessary for the call.

Is there anything else I need to do in order to make use of JNDI
from the client that I should know?

Thanks in advance.



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to