Hi all,
I m trying to run a sample
EJB application using
JBoss 3.2.3 as the server. The client and server are running on two different machines and my client side code throws the following exception
Exception in
thread "main" javax.naming.CommunicationException: Can't find SerialContextProvider
I made sure that all the required files j2ee.jar jboss-common.jar jboss.jar jnpserver.jar log4j.jar along with the jndi.properties file in the client classpath but I m still getting the same problem. I tried with and without j2ee.jar in the classpath and still got the same problem.
Can somebody please let me know where the problem might be. Thanks in advance
Param