0 Replies Latest reply on Mar 1, 2008 7:01 PM by onur.aktas

    About EJB Deployment, something strange happens!

      Hi all,

      I'm using Jboss, version: jboss-4.2.2.GA on Windows XP.
      Something strange happens, i can not reach my Stateless session beans.

      When i deploy an EJB ear file, i can see it on jmx-console, at JNDI-VIEW list.

      If i write my EJB as stateful with @Stateful
      Then i can see remote interface on JNDI-VIEW

      If i put @Stateless annotation on SAME ejb with " @Stateless " then i can not see remote interface on JNDI-VIEW page so that i can not reach remote interface through JNDI...

      Can it be a bug?
      Hope that i could explain..

      +- Test (class: org.jnp.interfaces.NamingContext)
      | +- TestBean (class: org.jnp.interfaces.NamingContext)