I find solution using the following in the conf/boostrap/deployers.xml
<bean name="topContextComparator">
| <constructor
factoryClass="org.jboss.system.deployers.LegacyDeploymentContextComparator"
factoryMethod="getInstance"/>
| <property name="suffixOrder" class="java.util.Map">
| <map keyClass="java.lang.String"
valueClass="java.lang.Integer">
| <entry>
| <key>.sar</key>
| <value>700</value>
| </entry>
| </map>
| </property>
| </bean>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239705#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...