Re: [Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0

2009-05-27 Thread musomesa
Subject: Re: [Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0 2009/5/27 : > Me again: here is a link with a discussion. Don't hold your breath as > it does not give a work around. > http://www.nabble.com/Problems-using-Struts2-on-JBoss-5.0.1GA-td22969807.html Does it

Re: [Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0

2009-05-27 Thread Lukasz Lenart
2009/5/27 : > Me again: here is a link with a discussion. Don't hold your breath as > it does not give a work around. > http://www.nabble.com/Problems-using-Struts2-on-JBoss-5.0.1GA-td22969807.html Does it mean it solves your issue? Or there there is something new regarding JBoss 5.1? Regards -

Re: [Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0

2009-05-27 Thread musomesa
1:06 pm Subject: RE: [Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0 Yes, I did and it works. So i am assuming there is a problem with Jboss. I have not checked the logs yet. -Message d'origine- e : Lukasz Lenart [mailto:lukasz.len...@googlemail.com] nvoyé : mercr

Re: [Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0

2009-05-27 Thread musomesa
Users Mailing List Sent: Wed, 27 May 2009 1:02 pm Subject: Re: [Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0 2009/5/27 Fernandes Celinio : > I know it works well with the Tomcat server. JBoss is using Tomcat to serve Java web applications, did you try deploy the s

Re: [Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0

2009-05-27 Thread musomesa
to do with the scanning process as the framework scans for action classes. Anyone who knows more, chime in. Cheers Chris -Original Message- From: Fernandes Celinio To: Struts Users Mailing List Sent: Wed, 27 May 2009 12:58 pm Subject: [Struts 2.1.6] Convention plug-in not working with

RE: [Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0

2009-05-27 Thread Fernandes Celinio
ntion plug-in not working with Jboss 5.1.0 2009/5/27 Fernandes Celinio : > I know it works well with the Tomcat server. JBoss is using Tomcat to serve Java web applications, did you try deploy the same application to standalone Tomcat? Regards -- Lukasz http://www.lenar

Re: [Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0

2009-05-27 Thread Lukasz Lenart
2009/5/27 Fernandes Celinio : > I know it works well with the Tomcat server. JBoss is using Tomcat to serve Java web applications, did you try deploy the same application to standalone Tomcat? Regards -- Lukasz http://www.lenart.org.pl/ -

[Struts 2.1.6] Convention plug-in not working with Jboss 5.1.0

2009-05-27 Thread Fernandes Celinio
Hi, Is there a problem when using the Convention plug-in with Jboss 5.1.0 ? I mean there is no struts.xml file., the mapping is defined in the Action classes, through the use of annotations such as : @Actions({ @Action(value="/myFirstPath", result...@result(name="success