1 Reply Latest reply on Jun 11, 2003 5:35 PM by prabhakar

    Name not bound exception

    ccsdev

      Hi all! I've been having some trouble with a Session Bean that I've run Xdoclet on.

      I've created a jar file and deployed it on Jboss. The problem is that when I try to test it with my Client, it gives me the following message:

      javax.naming.NameNotFoundException: ServiceSessionBean not bound

      The entry for this bean in the Jboss.xml file is the following:

      <ejb-name>ServiceBean</ejb-name>
      <jndi-name>ServiceSessionBean</jndi-name>
      <local-jndi-name>ServiceBeanLocal</local-jndi-name>


      I must point out that this session bean depends on an entity bean that's deployed in a second jar file.

      I truly appreciate any help.