For compatibility reasons i put the "UseJBossWebLoader"  in 
deploy\jbossweb-tomcat41.sar\META-INF\jboss-service.xml on false as follow:
 false

BUT there is a sigle WAR into an EAR that needs to  use shared classes ... my dirty 
solution is to put all "model" classes into WEB-INF and also into EJB package ...but 
this is dirty.
I use into application.xml of ear:
----
      <module>
         
            <web-uri>diadoracommunity.war</web-uri>
            <context-root>/webapp.diadoracommunity</context-root>
         
&lt;/module&gt;

&lt;module&gt;
                common-libs/commons-lang.jar

&lt;/module&gt;
&lt;module&gt;
                common-libs/commons-logging.jar

&lt;/module&gt;
        -----

But my war can use commons-logging.jar only if UseJBossWebLoader is set to true ... 
there is a solution to my problem (for example into jboss-web.xml)?



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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to