0 Replies Latest reply on Apr 19, 2004 1:59 PM by essington

    Deploying services from within an .ear file

    essington

      I have an app that deploys a datasource (-ds.xml), a mail service (-service.xml) and a beanshell script(.bsh) from its jboss-app.xml file located in the ears META-INF directory.

      These services deploy just fine in jboss 3.2.x, however they don't appear to deploy at all (any thing specified in the jboss-app.xml file) in jboss 4.0. The packages specified in the application.xml deploy on both environments.

      Has there been some change that would prevent jboss from deploying packages specified in the jboss-app.xml file?