Hello,

I'm looking for example or any info about
how to create EAR that includes
common classes for EJB, SAR and WAR  as common.jar
SAR
EJB.jar
WAR

how to tell SAR to use that common.jar is located in EAR

my.ear
+-common.jar
+-my.sar
+-EJB.jar
+-my.war

I put common.jar in MANIFEST.MF Class-Path is located inside my.sar META-INF

also jboss-app.xml in my.ear specify my.sar to be loaded/deployed

but, my.sar('s) mbean doesn't see classes that are located in common.jar any 
way.

Another thing is that EAR shielded mbean in my.sar from outside EAR
that mbean in specified in monitoring-service.xml 
How to allow to access from outside of EAR to inside mbeans?

Looks like that is very specific to JBoss 4.0.0

Thanks for any info.


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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to