1 Reply Latest reply on Jan 31, 2008 11:48 AM by smbdy

    Binding to java:comp/env

    smbdy

      Hi,
      i use jboss-4.2.2.GA and EJB3 with annotations
      I've just tried to create a simple @Stateless bean.
      Jboss binds it to Global JNDI Namespace like "MyApp/MyStatelessBean/local"
      But i want it to bound to "java:comp/env" context.

      How can i achieve it ?