0 Replies Latest reply on May 17, 2006 9:02 AM by juergen.zimmermann

    NameNotFoundException for JSR 181 POJO

    juergen.zimmermann

      I'm trying to setup a JSR 181 POJO. I want to access it with JNDI:
      java:comp/env/service/KundenverwaltungService

      Running the JBossWS samples 1.0.0GA there is no problem with java:comp/env/service.

      However, I get a NameNotFoundException for my own POJO:

      javax.naming.NameNotFoundException: comp not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
      


      What did I miss? Why is comp not bound?