Hi, I have the same problem : my application is working well with my war but
not within my EAR (same versions of struts 2 and Jboss)
asif10 what did you do exactly ? I've tried dusty tips
(http://struts.apache.org/2.x/docs/convention-plugin.html) but nothing,
still action not found !!
thx ))
-
Great it works, I am seeing the "annotated" links
How did i miss that, that's the guide which I was following as well .
Thanks for your assistance
--
View this message in context:
http://n4.nabble.com/Struts2-Annotations-in-ear-file-don-t-work-tp1819037p1835571.html
Sent from the AppFuse - U
Ah. Here you go. http://struts.apache.org/2.x/docs/convention-plugin.html
JBoss
When using this plugin with JBoss, you need to set the following constants:
Actions in jar files
By default the Convention plugin will not scan jar files for actions. For a jar
to be scanned, its URL needs to mat
Yes, it is the Convention annotations, interesting thing is I have just
tested this on websphere and also glassfish and it works fine, seems to be
just an issue on jboss. So I think you're correct it seems not to be
scanning the classpath correctly.
There didn't seem to be any errors in the stack