0 Replies Latest reply on Jul 26, 2002 3:11 AM by terp

    SAR deployment file

    terp

      Hi,

      Does anybody have an example of how to arrange the contents and describe the dependencies in a SAR file?

      The SAR needs to contain a db connection, an ear file
      and an mbean, and these parts should be deployed in the following order: db, ear, mbean.

      So far I have been deploying the 3 parts independently and configured the mbean to deploy after the ear by using the <depends-list> element in the mbeans service xml file.

      If i package a SAR like:

      META-INF/jboss-service.xml
      myapp.ear
      myapp-mbean.jar

      I cant figure out what the contens of the jboss-service.xml should be. Should it contain the contents of both the db-service.xml and the mbean-service.xml or can META-INF contain several service xml files?

      If anybody has hints or an example of this i would be greatfull...

      Thanks in advance..

      ^Torsten