This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: inter module dependency with depends tagpilhuhn Feb 13, 2004 3:10 AM (in response to jieshengz)What do you want to achieve? 
 When .jar and .war are packed in a .ear, the .jar will be deployed before
 the .war, so your dependency is already honoured.
- 
        2. Re: inter module dependency with depends tagjieshengz Feb 13, 2004 4:20 AM (in response to jieshengz)I want to war deployed BEFORE the ejb.jar. Can I control it? 
 Thanks
 jason
- 
        3. Re: inter module dependency with depends tagpilhuhn Feb 14, 2004 6:12 AM (in response to jieshengz)You might try the PrefixDeploymentSorter (see conf/jboss-service.xml) and 
 name the war 1_my.war and the ear 2_myear.jar.
 
    