[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: sar file deployment

jaikiran do-not-reply at jboss.com
Fri Apr 24 07:00:47 EDT 2009


"luuzz" wrote : 
  | But when i place the sar file in an ear, the service is not deployed although i declared the sar module in the application.xml file.

You should be adding the sar as a module in META-INF/jboss-app.xml  of the EAR:

  | <jboss-app>
  |  <module>
  |   <service>myapp.sar</service>
  |  </module>
  | </jboss-app>
  | 
assuming the myapp.sar is at the root of the EAR

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226589



More information about the jboss-user mailing list