0 Replies Latest reply on Apr 29, 2004 1:31 PM by svallely

    configure/deploy/admin EJBs

    svallely

      I want to be able to configure my EJBs (JNDI properties, etc.) - here's the two ways I'd expect to do this:

      1. Deploy/configure in an automated ant script using either custom jboss ant tags (like websphere 5.0 does) or exec'ing to a jboss command-line admin

      2. 1-off (not automated) using the jboss admin console (vs. proprietary mbean)

      But all the services here (where I work) are using proprietary Mbeans for this. Do you know if #1 or #2 is possible? If so, how?

      Thanks much