2 Replies Latest reply on Sep 7, 2006 10:40 AM by wolfgangknauf

    @Stateless JNDI bindings

    lpiccoli

      hi all,

      since migrating to 4.0.4 GA my stateless session beans are nolonger bound to the same JNDI name as before.

      Previously i could do the following. I assume the default JNDI name was the interface class name.

      //jb = (Job) ctx.lookup(Job.class.getName());
      


      However this is no longer finding the sessionbean.

      @Stateless
      public class JobBean implements Job {
      



      what exaclty has changed and what is required to bing the JNDI name?

      many thanks