RE: using annotations with struts 2 in jboss not finding actions

2012-09-28 Thread jdtommy
I think this works in jboss 5.x or above. I am using Jboss 4. If this is incorrect please let me know. -- View this message in context: http://struts.1045723.n5.nabble.com/using-annotations-with-struts-2-in-jboss-not-finding-actions-tp5710681p5710683.html Sent from the Struts - User mailing l

RE: using annotations with struts 2 in jboss not finding actions

2012-09-28 Thread Martin Gainty
so you want the EAR ClassLoader to be searched before JBoss ClassLoader? ..here is how http://phytodata.wordpress.com/2010/10/21/demystifying-the-jboss5-jboss-classloading-xml-file/ HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note d

using annotations with struts 2 in jboss not finding actions

2012-09-28 Thread jdtommy
The application is using Jboss and has an ear file which contains an war file and a jar file. The war contians all our web pages. The action classes which I have annotated are in the jar file that is in the ear. From my googleing I have setup my struts.xml file with the following constants: