Dode,
As jason states, this is the same approach we took. But we didn't deploy in as 
a jar file in deploy dir, but as a war, because our core had some 
jboss-services, cache definitions, and more. 
To make it start before other ear files that depend on it, we used this in 
server/x/conf/jboss-service.xml:


  | <attribute 
name="URLComparator">org.jboss.deployment.scanner.PrefixDeploymentSorter</attribute>
  | 

And prefixed our applications with numbers, like this:

1core.ear
20app1.ear
30app2.ear


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093895#4093895

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093895
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to