Re: [OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Musachy Barroso
it is used in a couple of places: ClasspathConfigurationProvider constructor ClasspathPackageProvider constructor you will see the code for the implementation lookup there, put some breakpoints and see what is going on. musachy On Sun, Jun 7, 2009 at 10:27 AM, Jerome ROBERT wrote: > Musachy, >

Re: [OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Jerome ROBERT
Musachy, The example was already there, but i failed making it work. My custom ActionConfigBuilder class is simply ignored, and looking at the code i failed in finding where "struts.convention.actionConfigBuilder" is injected. (bad day, way too much failure for one man.) That's why i began to think

Re: [OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Wes Wannemacher
On Sunday 07 June 2009 12:20:00 pm Dave Newton wrote: > Musachy Barroso wrote: > > I guess I was listening to Dire Straits when I added that :) > > Remember when the Money For Nothing video came out? It was called > "ground-breaking". It looks pretty rustic now--hard to believe that was > almost 25

Re: [OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Musachy Barroso
They rocked, but I was just a few years old when that came out ;) musachy On Sun, Jun 7, 2009 at 9:20 AM, Dave Newton wrote: > Musachy Barroso wrote: >> >> I guess I was listening to Dire Straits when I added that :) > > Remember when the Money For Nothing video came out? It was called > "ground-

[OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Dave Newton
Musachy Barroso wrote: I guess I was listening to Dire Straits when I added that :) Remember when the Money For Nothing video came out? It was called "ground-breaking". It looks pretty rustic now--hard to believe that was almost 25 years ago. Yikes. Dave --

Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Musachy Barroso
ah..the example was there already: I guess I was listening to Dire Straits when I added that :) musachy On Sun, Jun 7, 2009 at 9:04 AM, Musachy Barroso wrote: > you should be able to (unless there is a bug of course), doing > something like this: > > name="mybuilder" class="MyBuilderClassHer

Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Musachy Barroso
you should be able to (unless there is a bug of course), doing something like this: I will add this to the doc. musachy On Sun, Jun 7, 2009 at 7:05 AM, Jerome ROBERT wrote: > Hi, > It is said in the documentation ( > http://cwiki.apache.org/WW/convention-plugin.html#ConventionPlugin-Overwriti