Re: Convention Plugin problem

2009-08-28 Thread Rusty Wright
: Re: Convention Plugin problem Hi all, my thinking is same as Dave's, add config browser plugin to see what things are after app has started. Also You can try http://myserver/myapp/catchall to see if it is mapped by a convention plugin. http://cwiki.apache.org/S2PLUGINS/config-br

Re: Convention Plugin problem

2009-08-28 Thread musomesa
The OP is mapping the result by XML so the behavior (as someone pointed out) is what you would expect. Chris -Original Message- From: Paweł Wielgus To: Struts Users Mailing List Sent: Fri, Aug 28, 2009 2:58 am Subject: Re: Convention Plugin problem Hi all, my

Re: Convention Plugin problem

2009-08-27 Thread Paweł Wielgus
Hi all, my thinking is same as Dave's, add config browser plugin to see what things are after app has started. Also You can try http://myserver/myapp/catchall to see if it is mapped by a convention plugin. http://cwiki.apache.org/S2PLUGINS/config-browser-plugin.html Best greetings, Paweł Wielgus.

Re: Convention Plugin problem

2009-08-27 Thread Dave Newton
Rusty Wright wrote: I can't get struts.convention.result.path to work. /catchall.jsp > ... But it's always looking for the catchall.jsp file in the top level directory of my web app, ~tomcat/webapps/sample002. My impression was that the convention result path was for *convent

Re: Convention Plugin problem

2009-08-27 Thread Musachy Barroso
Set the log level to DEBUG for the convention plugin and see what it is doing, it will print on what directory it is searching for the results. On 8/27/09, Rusty Wright wrote: > I can't get struts.convention.result.path to work. > > I'm using maven and as far as I can tell the Convention Plugin i

Re: Convention Plugin problem

2009-02-12 Thread Musachy Barroso
t; not to receive e-mail communications. For important additional information > related to this e-mail, visit www.edwardjones.com/US_email_disclosure > > -Original Message- > > > From: Musachy Barroso [mailto:musa...@gmail.com] > Sent: Tuesday, January 27, 2009 1

RE: Convention Plugin problem

2009-01-27 Thread Pennel,Paul T
inal Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Tuesday, January 27, 2009 12:32 PM To: Struts Users Mailing List Subject: Re: Convention Plugin problem Hack ahead. If you add a "META-INF" dir to your classes dir, maybe weblogic will (be dumb enough and) package it

Re: Convention Plugin problem

2009-01-27 Thread Musachy Barroso
e-mail, visit www.edwardjones.com/US_email_disclosure > > -Original Message- > > > From: Musachy Barroso [mailto:musa...@gmail.com] > Sent: Tuesday, January 27, 2009 12:21 PM > To: Struts Users Mailing List > Subject: Re: Convention Plugin problem > > Is there a

RE: Convention Plugin problem

2009-01-27 Thread Pennel,Paul T
ted to this e-mail, visit www.edwardjones.com/US_email_disclosure -Original Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Tuesday, January 27, 2009 12:21 PM To: Struts Users Mailing List Subject: Re: Convention Plugin problem Is there any way to tell weblogic not to m

Re: Convention Plugin problem

2009-01-27 Thread Musachy Barroso
ennel,Paul T > Sent: Tuesday, January 27, 2009 11:14 AM > To: 'Struts Users Mailing List' > Subject: RE: Convention Plugin problem > > You are correct, I'm not sure what weblogic is doing with that > appmergegen directory. > > -Original Message- &

RE: Convention Plugin problem

2009-01-27 Thread Pennel,Paul T
s Users Mailing List' Subject: RE: Convention Plugin problem You are correct, I'm not sure what weblogic is doing with that appmergegen directory. -Original Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Tuesday, January 27, 2009 10:45 AM To: Struts Users Mailin

RE: Convention Plugin problem

2009-01-27 Thread Pennel,Paul T
osure -Original Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Tuesday, January 27, 2009 10:45 AM To: Struts Users Mailing List Subject: Re: Convention Plugin problem That is different from the path in the exception: servers/AdminServer/tmp//appmergegen_1233073185944_frm-co

Re: Convention Plugin problem

2009-01-27 Thread Musachy Barroso
eblogic.deploy.internal.targetserver.DeploymentManager.handleCommit( >>> Dep >>> loymentManager.java:436) >>>at >>> weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.com >>> mit >>> (DeploymentServiceDispatcher.java:16

RE: Convention Plugin problem

2009-01-27 Thread Pennel,Paul T
oy.service.internal.targetserver.DeploymentReceiverCallb >> ack Deliverer.access$100(DeploymentReceiverCa >> llbackDeliverer.java:12) >>at >> weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb >> ack Deliverer$2.run(DeploymentReceiverCallbac >>

Re: Convention Plugin problem

2009-01-27 Thread Musachy Barroso
rImpl.run(SelfTuningWo >> rkManagerImpl.java:516) >>at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) >>at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) >> >> >> It appears that convention is finding my class but doesn'

Re: Convention Plugin problem

2009-01-27 Thread Musachy Barroso
you have received this message in error, immediately > notify us and delete it and any attachments. If you no longer wish to > receive e-mail from Edward Jones, please send this request to > messa...@edwardjones.com. You must include the e-mail address that you wish > not to receive

RE: Convention Plugin problem

2009-01-27 Thread Pennel,Paul T
sachy Barroso [mailto:musa...@gmail.com] Sent: Tuesday, January 27, 2009 9:12 AM To: Struts Users Mailing List Subject: Re: Convention Plugin problem set the include Jar pattern to ".*/_wl_cls_gen.jar(!/)?" or something similar, that matches the URL of the magic jar. musachy On Tue, Ja

Re: Convention Plugin problem

2009-01-27 Thread Musachy Barroso
ion > related to this e-mail, visit www.edwardjones.com/US_email_disclosure > > -Original Message- > > > From: Musachy Barroso [mailto:musa...@gmail.com] > Sent: Tuesday, January 27, 2009 8:25 AM > To: Struts Users Mailing List > Subject: Re: Convention Plugin problem &g

RE: Convention Plugin problem

2009-01-27 Thread Pennel,Paul T
related to this e-mail, visit www.edwardjones.com/US_email_disclosure -Original Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Tuesday, January 27, 2009 8:25 AM To: Struts Users Mailing List Subject: Re: Convention Plugin problem Enable tracing/debug for the convention

Re: Convention Plugin problem

2009-01-27 Thread Musachy Barroso
_disclosure > > -Original Message- > > > From: dusty [mailto:dustin_pea...@yahoo.com] > Sent: Monday, January 26, 2009 11:18 PM > To: user@struts.apache.org > Subject: Re: Convention Plugin problem > > > +1 for @Namespace("/webfarm") > > ch

RE: Convention Plugin problem

2009-01-27 Thread Pennel,Paul T
ge- From: dusty [mailto:dustin_pea...@yahoo.com] Sent: Monday, January 26, 2009 11:18 PM To: user@struts.apache.org Subject: Re: Convention Plugin problem +1 for @Namespace("/webfarm") chaining is usually a sign of a bad pattern. See http://cwiki.apache.org/confluence/display/W

Re: Convention Plugin problem

2009-01-26 Thread dusty
+1 for @Namespace("/webfarm") chaining is usually a sign of a bad pattern. See http://cwiki.apache.org/confluence/display/WW/Action+Chaining. Those are class annotations I assume. Any errors on application startup? Including the convention plugin does help it work. newton.dave wrote: >

Re: Convention Plugin problem

2009-01-26 Thread Dave Newton
Pennel,Paul T wrote: @ParentPackage("ej-update") @Namespace("webfarm") Did you try "/webfarm"? (I'm not sure that it's necessary to explicitly configure this particular namespace since the package name ends with "actions.webfarm", though--don't recall off the top of my head.) @Results ({