Re: Removing default mappings in Convention plugin [SEC=UNCLASSIFIED]

2009-05-12 Thread Musachy Barroso
Fixed in svn trunk musachy On Tue, May 12, 2009 at 9:32 AM, Musachy Barroso wrote: > https://issues.apache.org/struts/browse/WW-3123 > > On Tue, May 12, 2009 at 9:24 AM, Musachy Barroso wrote: >> Right now there is no way, we could add a flag that check if there are >> annotated methods, and pr

Re: Removing default mappings in Convention plugin [SEC=UNCLASSIFIED]

2009-05-12 Thread Musachy Barroso
https://issues.apache.org/struts/browse/WW-3123 On Tue, May 12, 2009 at 9:24 AM, Musachy Barroso wrote: > Right now there is no way, we could add a flag that check if there are > annotated methods, and prevents the mapping of "execute" > > musachy > > On Tue, May 12, 2009 at 8:58 AM, Dave Newton

Re: Removing default mappings in Convention plugin [SEC=UNCLASSIFIED]

2009-05-12 Thread Musachy Barroso
Right now there is no way, we could add a flag that check if there are annotated methods, and prevents the mapping of "execute" musachy On Tue, May 12, 2009 at 8:58 AM, Dave Newton wrote: > Crombie, Joe - BRS wrote: >> >> Hi All, >>  I'm currently switching to 2.1.6 and the Convention plugin for

Re: Removing default mappings in Convention plugin [SEC=UNCLASSIFIED]

2009-05-12 Thread Dave Newton
Crombie, Joe - BRS wrote: Hi All, I'm currently switching to 2.1.6 and the Convention plugin for configuration. I tend to use POJOs for my Action classes, and map actions to methods. My problem is that when I extend ActionSupport, Convention generates a default mapping to the execute metho