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

2008-06-10 Thread Jeromy Evans
Musachy Barroso wrote: Yes, that option is totally viable now that they can co-exist(assuming that multiple unknown handlers are supported). One drawback it has, is that for new users of the plugin, it would be confusing to have 2 sets of similar annotations. The other problem would be the docume

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

2008-06-10 Thread Musachy Barroso
Yes, that option is totally viable now that they can co-exist(assuming that multiple unknown handlers are supported). One drawback it has, is that for new users of the plugin, it would be confusing to have 2 sets of similar annotations. The other problem would be the documentation, we don't have ma

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

2008-06-10 Thread Jeromy Evans
Musachy Barroso wrote: WW-2667 is fixed on trunk. Has anybody taken a look at the multiple unknown handlers proposal? I have the code ready to go but I am still waiting for some confirmation :) Hi Musachy, I think the proposal is fine. The use of multiple unknown handlers will be rare. H

Re: [struts-dev] classpath issues...

2008-06-10 Thread Dale Newfield
Musachy Barroso wrote: Fair enough. My only other issue with this extra try/catch block is that it seems too broad. The inner catch is for Exception, which I think means the outer catch for IOException can never be triggered... The URI constructor of File says the argument must be "An abso

Re: struts2.0,spring and gwt

2008-06-10 Thread Dave Newton
Please ask on the struts-user list. --- On Tue, 6/10/08, nani2ratna <[EMAIL PROTECTED]> wrote: > From: nani2ratna <[EMAIL PROTECTED]> > Subject: struts2.0,spring and gwt > To: dev@struts.apache.org > Date: Tuesday, June 10, 2008, 10:13 AM > Hi, > > I want to create one framework(architecture) f

struts2.0,spring and gwt

2008-06-10 Thread nani2ratna
Hi, I want to create one framework(architecture) for our project in our company. After reading through all the forums, i have decided to choose Struts 2.0, Spring, Tiles. Why i choosed that Struts 2.0 has very good support of Ajax and even we can use GWT/DWR/JSON. Lots and Lots of ad

Re: Struts 2.1.2 on Resin

2008-06-10 Thread James Holmes
I have checked in the fix to the Struts Annotations project, but someone else will need to do a release of that project and get it into Maven so that the Struts 2 build process can rely on the new Struts annotation build with the fix. I don't have experience doing all that. On Tue, Jun 10, 2008 at

Re: Struts 2.1.2 on Resin

2008-06-10 Thread Musachy Barroso
yeah I was validating it, and it was complaining about the description and the value of tlib-version musachy On Tue, Jun 10, 2008 at 9:35 AM, James Holmes <[EMAIL PROTECTED]> wrote: > It's all tags that have a nested element. I am working on the > fix to the annotations processor and will have i

Re: Struts 2.1.2 on Resin

2008-06-10 Thread James Holmes
It's all tags that have a nested element. I am working on the fix to the annotations processor and will have it checked in shortly. You can view the XML Schema for tag libraries here: http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd James On Tue, Jun 10, 2008 at 9:15 AM, Musachy Barro

Re: Struts 2.1.2 on Resin

2008-06-10 Thread Musachy Barroso
Is it just the order of : "Struts Tags" 2.2.3 s /struts-tags that it doesn't like? musachy On Tue, Jun 10, 2008 at 1:18 AM, Chris Pratt <[EMAIL PROTECTED]> wrote: > WW-2674 (https://issues.apache.org/struts/browse/WW-2674) logged with > attached struts-tags.tld. > (*Chris*) > > On Fri