You will have to add a jboss-app.xml in the META-INF folder of the ear and mention the sar
file in it. Here's an example:
<jboss-app>
|
| <module>
| <service>myApp.sar</service>
| </module>
|
| </jboss-app>
|
where myApp.sar is at the root of the ear file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118246#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...