[appfuse-user] Re: Struts2 Annotations in ear file don't work

2010-04-10 Thread asif10
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

Re: [appfuse-user] Re: Struts2 Annotations in ear file don't work

2010-04-10 Thread Dusty Pearce
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

[appfuse-user] Re: Struts2 Annotations in ear file don't work

2010-04-10 Thread asif10
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