1 Reply Latest reply on Dec 15, 2009 1:14 AM by jaikiran

    Deployment order within rar file

    ramses

      I have a sar file within a rar file.

      META-INF/MANIFEST.MF
      META-INF/ra.xml
      smsjmx.sar
      smsconnector-server.jar
      smslib.jar

      during start() of the RessourceAdapter the MBean of the sar file is used.

      It worked fine with JBoss 4, but with JBoss 5.1.0.GA i think the deployment order has changed. The MBean is created after the ResourceAdapter is started.

      How can i change the deployment order within this rar file?

      br ramses