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

Convention Plugin problem

2009-08-27 Thread Rusty Wright
I can't get struts.convention.result.path to work. I'm using maven and as far as I can tell the Convention Plugin is being used; when I make a war it's in the lib directory. And "mvn dependency:tree" shows the following. My struts.xml is as follows: /catc

Re: 2.1.6 convention plugin problem

2009-06-02 Thread Musachy Barroso
l allow "/" return null mapping > so that request is passed through to the static resource method, at least > then we have a choice > > Ron > > -- > View this message in context: > http://www.nabble.com/2.1.6-

RE: 2.1.6 convention plugin problem

2009-06-02 Thread Ron Chan
tation in my action just to do this workaround I believe there should be a setting that will allow "/" return null mapping so that request is passed through to the static resource method, at least then we have a choice Ron -- View this message in context: http://www.nabble.com/2.1.6-conve

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Martin Gainty
s à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 1 Jun 2009 09:42:06 -0700 > From: rc...@i-tao.com > To: user@struts.apache.org > Subject: Re: 2.1.6 convention plugin problem > > > that kind of worked, I had to make

Re: 2.1.6 convention plugin problem

2009-06-01 Thread Ron Chan
this message in context: http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p23818024.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For addit

Re: 2.1.6 convention plugin problem

2009-06-01 Thread Musachy Barroso
uding in all the struts2 examples, you want this to go to > index.jsp or equivalent and do a redirect from there > > > -- > View this message in context: > http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p238

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Martin Gainty
pour le contenu fourni. > Date: Mon, 1 Jun 2009 06:11:22 -0700 > From: rc...@i-tao.com > To: user@struts.apache.org > Subject: RE: 2.1.6 convention plugin problem > > > just to clarify > > this works > http://myserver/myapp/whatever.action > and to maps to >

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Ron Chan
empty string usually, including in all the struts2 examples, you want this to go to index.jsp or equivalent and do a redirect from there -- View this message in context: http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p23814732.html Sent from the Struts - User mailing list

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Ron Chan
where it is falling over. At the moment I have hacked in a piece of code to the filter to say when the action name is empty string make the mapping null. Thanks Ron -- View this message in context: http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p23814119.html Sent from the S

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Martin Gainty
gt; From: rc...@i-tao.com > To: user@struts.apache.org > Subject: 2.1.6 convention plugin problem > > > in StrutsPrepareAndExecuteFilter in 2.1 > > doFilter contains > ActionMapping mapping = prepare.findActionMapping(request, response); >

2.1.6 convention plugin problem

2009-06-01 Thread Ron Chan
context: http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p23813162.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

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
2009 10:34 AM > To: Struts Users Mailing List > Subject: Re: Convention Plugin problem > > where is _wl_cls_gen.jar located? > > musachy > > On Tue, Jan 27, 2009 at 11:31 AM, Musachy Barroso > wrote: >> The scanner(convention) found it, but now the class loader(weblo

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
- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/Convention-Plugin-problem-tp21676402p21679840.html Sent f

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 ({

Convention Plugin problem

2009-01-26 Thread Pennel,Paul T
We are trying to use the convention plugin but it does not recognize any of our namespaces. We have followed convention by having "actions" in the package name, and naming our actions *Action. We are using Weblogic 10.3 and think it may have something to do with weblogic jaring up our class f