Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-22 Thread Musachy Barroso
> First off, Hi.. My name is Dusty Pearce and I am long time webwork user. > How do I pronounce your name? In my head its something like > Moose-atch-ee Pretty close (outlook always wants to "fix" it and suggests "Mustache" ) :) > > With that out of the way, I feel like I am missing somethin

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-22 Thread dusty
Musachy, First off, Hi.. My name is Dusty Pearce and I am long time webwork user. How do I pronounce your name? In my head its something like Moose-atch-ee With that out of the way, I feel like I am missing something simple, but if you have spring-jdbc in your pom.xml (dependency of spri

Re: convention plugin questions

2008-05-22 Thread Jeromy Evans
Musachy Barroso wrote: Convention now supports @Namespaces (class and package level) musachy Thanks Musachy! I'll definitely migrate one of my REST plugin apps to use Convention behind it.. - To unsubscribe, e-mail: [EMAI

PMC feedback request

2008-05-22 Thread Chase
There is a problem with Confluence where the pages are not exported to static html pages on a scheduled basis. This is an issue because content comes from the snippet macro. For more see: https://issues.apache.org/struts/browse/WW-2652 I think I need to file a bug report with infrastructure ab

Re: convention plugin questions

2008-05-22 Thread Musachy Barroso
Convention now supports @Namespaces (class and package level) musachy On Thu, May 22, 2008 at 10:00 AM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > 1. Can the convention plugin discover new actions deployed at run-time > via the OSGI plugin? Or is the OSGI plugin going to be responsible > for t

Re: S2 2.1.1 race condition passing request params: bug?

2008-05-22 Thread Giovanni Azua
hi, I double-checked and the statement below is not correct. Calendar.getInstance is thread-safe as it will return a different instance each time. Similarly DateFormat.getDateTimeInstance will return a different instance each time too. Sorry it was a lapsus-mentis :) On the other hand, conti

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-22 Thread James Holmes
+1 on all 3 of Dusty's recommendations and on the notion of having one way of doing things. Often times flexibility leads to confusion. All you have to do is look at Perl for proof of that. On Thu, May 22, 2008 at 12:30 AM, dusty <[EMAIL PROTECTED]> wrote: > > I have a largish app that I wrote wi

Re: convention plugin questions

2008-05-22 Thread Musachy Barroso
1. Can the convention plugin discover new actions deployed at run-time via the OSGI plugin? Or is the OSGI plugin going to be responsible for triggering a re-calculation of the Configuration? I am not even sure what would happen if you put them together, the thing is that the both provide impleme

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-22 Thread Musachy Barroso
Convention does needs the views to be in the same directory structure as the namespace of the action. Yes, all the convention code is committed, a change to struts-plugin.xml in REST would be needed: Index: C:/src/struts2/plugins/rest/src/main/resources/struts-plugin.xml ==

Re: Problem extending ExceptionMappingInterceptor, need help!

2008-05-22 Thread Antonio Petrelli
Please ask this question to the Struts Users mailing list: http://struts.apache.org/mail.html Antonio 2008/5/22 Dallas <[EMAIL PROTECTED]>: > > Hello! > > I´m having some issues trying to extend the ExceptionMappingInterceptor. > > The Struts 2 documentationen says that you can override the publi

Problem extending ExceptionMappingInterceptor, need help!

2008-05-22 Thread Dallas
Hello! I´m having some issues trying to extend the ExceptionMappingInterceptor. The Struts 2 documentationen says that you can override the publishException method, but I´m not having any luck in doing so, the method never gets called... My interceptor: package se.ahlens.intranet.apps; ---Im