2 Replies Latest reply on Jul 13, 2012 7:43 AM by rodrigo.uchoa

    How to change default jndi binding strategy in JBoss 5.1.0

    rodrigo.uchoa

      Hey everyone!

       

      Is it possible to change the default naming behavior for EJB JNDI bindings in JBoss 5.1.0? Without using the LocalBinding/RemoteBinding annotations. I want something external to applcation code.

       

      The default depends on the package name, só if you have an myApp.ear file all JNDI bindings will be "myApp/EjbName/local". I would like to change that without touching application code.

       

      Thanks!