1 Reply Latest reply on Dec 26, 2005 8:11 AM by starksm64

    JBOSS JNDI  from a standalone application

      I'm finaly able to access my EJB's in a servlet.
      I would like to access the same EJB's from a standalone application
      This local as well as remote (Local is already a good help)
      I did find out how to setup the initialContext
      an this seems to work fine Jboss 4,03Rc1 /EJB3.0

      As soon as I try to lookup, I receive javax.naming.NameNotFoundException

      Is it possible to access JBOSS JNDI ?
      do I need Embeded EJB ?
      do I need to include special Jar files ??
      Can I use the same EJB-name as I use in the servlet ?

      After all I've read Its all a bit unclear to me