0 Replies Latest reply on Feb 24, 2005 10:36 AM by madeonmoon

    PrefixDeploymentSorter and EARDeployer

    madeonmoon

      hello all,

      i am noticing odd behavior and was hoping you can shed some light on it: i have two ear files (3-Core.ear and 4-client.ear). each contains sars and jars . i use PrefixDeploymentSorter to ensure that 3-Core.ear is deployed first. this works fine when JARDeployer is doing its job but does not when EARDeployer kicks in (4-client.ear is processed before 3-Core.ear).

      Here is a snippet from my log:

      [JARDeployer] nested deployment: file:/xyz/deploy/3-Core.ear
      [JARDeployer] nested deployment: file:/xyz/deploy/4-client.ear
      [JARDeployer] nested deployment: file:/xyz/deploy/5-client.war/
      [EARDeployer] Init J2EE application: file:/xyz/deploy/4-client.ear
      [EARDeployer] Init J2EE application: file:/xyz/deploy/3-Core.ear

      any help will be greatly appreciated!
      james