RE: Struts 2 in an EAR

2010-04-15 Thread James Cook
2010 11:22 To: Struts Users Mailing List Subject: RE: Struts 2 in an EAR NOT PROTECTIVELY MARKED James, Is this using the Convention plugin? If so then this is the exact same problem I have posted about. Not been able to find a solution yet. I am also using a Annotation enabled application

RE: Struts 2 in an EAR

2010-04-15 Thread Miles, Chris
- From: James Cook [mailto:james.c...@wecomm.com] Sent: 15 April 2010 11:12 To: Struts Users Mailing List Subject: Struts 2 in an EAR Hi All, I have a Struts 2 enabled WAR that works fine when deployed on its own, but when packaged as part of an EAR it doesn't appear to be scanning fo

Struts 2 in an EAR

2010-04-15 Thread James Cook
Hi All, I have a Struts 2 enabled WAR that works fine when deployed on its own, but when packaged as part of an EAR it doesn't appear to be scanning for the annotations in the WAR as I get the unable to find Action message. I am running this on Glassfish 2.1.1 and using Struts 2.1.8.1 A