1 Reply Latest reply on Nov 10, 2001 11:50 AM by schaefera

    [Default] Remote Exception caught: javax.naming.Communicatio

    jdecastroll

      Need I to put the deploy folder in classpaht??
      if the jboss server autodeploy the jar archive why show me this message??

      [Default] Remote Exception caught: javax.naming.CommunicationException [Root exc
      eption is java.lang.ClassNotFoundException: simpleBean.SalaryHome]

      I dont understand nothing some help please

        • 1. Re: [Default] Remote Exception caught: javax.naming.Communic
          schaefera

          The next PLEASE add some more info about your problem otherwise we are not able to help you.

          Right I guess that you want lookup your EJB from the JNDI server by your client program. The problem may arise when the client tries to "deserialize" the object delivered from the JNDI server.
          Please check that your client has access to the Home and Remote interface of all your EJBs as well as all helper classes used in the EJBs.

          Andy