I'm wondering what is the 'best' way to package AR, EAR, SAR, JAR together.

I'm currently packaging my EAR, WAR's inside a SAR but many people rather 
packaged SAR inside EAR. Is there a preferred solution?

Here is my SAR:

mysar.sar
----myjar.jar
----myear.ear
----mywar.war
--------META-INF/MANIFEST.MF
----META-INF/jboss-service.xml

This starts schedulers (schedulable class are within 'myjar.jar'). Nothing was 
added in the MANIFEST.MF of the 'mysar.sar' to make 'myjar.jar' available to 
jboss-service.xml.

But 'mywar.war' cannot find classes within 'myjar.jar'. I try to set-up the 
'Class-Path' attribute in the MANIFEST.MF of 'mywar.war' but it doesn't work.

Any suggestion?

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to