[jboss-user] [Beginners Corner] - Re: Failed to find module file: xx.sar

arielah do-not-reply at jboss.com
Tue Oct 16 14:51:02 EDT 2007


I solved this problem. Here's how my jboss-app.xml looks like:

  | <jboss-app>
  | 	<module>
  | 		<service>META-INF/scheduler-service.xml</service>
  | 	</module>
  | </jboss-app>	
  | 
I also rearranged my ear file:

  | 
  | MyProject.ear
  |     +com
  |     +META-INF
  |         application.xml
  |         ejb-jar.xml
  |         jboss.xml
  |         jboss-app.xml
  |         scheduler-service.xml  
  |         MANIFEST.MF
  |     MyProject.jar
  | 

It worked.

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

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



More information about the jboss-user mailing list