Convention plugins problems

2009-09-24 Thread Ingo Hoffmann
luck. Anyone with a similar experience? Thanks, Ingo Hoffmann - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Convention plugins problems

2009-09-24 Thread Ingo Hoffmann
, 2009 at 12:20 PM, Ingo Hoffmann wrote: Hi, I have been trying to get the Convention plugin to work on Winstone and Jetty without any luck. It seems it doesn't even start. The same .war works without issues on Tomcat. I set org.apache.struts2.convention to DEBUG and I see on the T

Re: Convention plugins problems

2009-09-24 Thread Ingo Hoffmann
results in the class path at [WEB-INF/content/] with a result prefix of [/WEB-INF/content/asd] and action name [asd] On 24/09/2009, at 16:22, Musachy Barroso wrote: Any traces or errors? Set the log level to TRACE musachy On Thu, Sep 24, 2009 at 12:20 PM, Ingo Hoffmann wrote: Hi, I have

Re: Convention plugins problems

2009-09-24 Thread Ingo Hoffmann
lugin. musachy On Thu, Sep 24, 2009 at 12:53 PM, Ingo Hoffmann wrote: In contrast to Tomcat: 2009-09-24 16:51:08,115 [TRACE] (com.opensymphony.xwork2.util.logging.commons.CommonsLogger:69) Setting action default parent package to [convention-default] 2009-09-24 16:51:08,117 [

Re: Convention plugins problems

2009-09-25 Thread Ingo Hoffmann
l.finder.ClassFinder.readClassDef(ClassFinder.jav > a:745) > > But if in my context file I set : > > true > > Then the error goes away. I seems as though Struts makes some use of the > META-INF directory. > > John > > > On 24/09/2009 21:34, "Ingo Hoffmann&quo

Re: Convention plugins problems

2009-09-25 Thread Ingo Hoffmann
rrors can be ignored, they are just annoying. musachy On Fri, Sep 25, 2009 at 8:22 AM, Ingo Hoffmann wrote: That makes sense. Should I enable jar scanning maybe? -Original Message- From: Musachy Barroso Date: Fri, 25 Sep 2009 08:20:29 To: Struts Users Mailing List Subject: Re: Convent

Re: Convention plugins problems

2009-09-25 Thread Ingo Hoffmann
. John On 24/09/2009 21:34, "Ingo Hoffmann" wrote: I'm using the jetty-starter On 24/09/2009, at 17:33, Musachy Barroso wrote: hard to say. A good point to start debugging is in PackageBasedActionConfigBuilder.buildUrlSet, for some reason it is not finding the actions. I