0 Replies Latest reply on Jan 15, 2007 6:39 PM by claprun

    Custom deployer and deployment ordering?

    claprun

      Hi,

      I have a custom deployer that constructs services based on an XML description. These services rely on a J2EE application client (WS client) being initialized before they can be properly started (since they need access to the WS).

      My app structure is as follows:

      - top-level.sar
      - - client.jar
      - - config.xml
      - - ...
      


      where client.jar contains the configuration for the application client and config.xml is the XML file based on which my services are created.

      My problem is how can I force the deployer to wait for the application client to be ready before starting to process the XML files and create services?

      Implementing/configuring a DeploymentSorter is NOT an option.

      Thanks in advance.