hi, thanks for the explanations. "Which means if you work from a snapshot version of xwork it's fixed (which is a 2.1 stream though, which you don't want)."
What do you mean here ? I do not mind using Struts 2.1 or xwork 2.1 I prefer working with a jar that has been fixed rather than a jar that has not been fixed and that i have to modify and compile myself Can you tell me exactly which version of xwork i should use with Struts 2.x (whatever the version of Struts, as long as it is 2.x.x ) ? I will use any version of Struts 2 that compiles with a version of xwork that contains a fix for my problem (Uri scheme exception which prevents me from using validation). Thanks --- On Thu, 9/11/08, Jeromy Evans <[EMAIL PROTECTED]> wrote: From: Jeromy Evans <[EMAIL PROTECTED]> Subject: Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not "file") To: "Struts Users Mailing List" <user@struts.apache.org> Date: Thursday, September 11, 2008, 9:32 PM Bobby Mitch wrote: > The Xwork issue is this one : > http://jira.opensymphony.com/browse/XW-649 > > They have not fixed it yet ... > > Can someone fix it with the changes described below on the method > private static void parseValidators() { ...} > of the class com.opensymphony.xwork2.validator.ValidatorFactory ? > > And then recompiled the source and send me the newly compiled xwork-2.0.4.jar ? > > By the way, I saw that they turned it into an interface in the latest version : > http://svn.opensymphony.com/svn/xwork/trunk/src/java/com/opensymphony/xwork2/validator/ValidatorFactory.java > > Thanks for your help. > > Hi Bobby, Musachy provided the link to the issue in the S2 issue tracker (WW-2653) which includes a comment that was committed to xwork in revision 1874 on 9 June 08. Which means if you work from a snapshot version of xwork it's fixed (which is a 2.1 stream though, which you don't want). For 2.0.x, you could check out the latest 2.0.x tag yourself, apply the same minor change, build it into a jar and it'll be fixed for you. Then you could contribute back the patch for everyone else. That's how we all got involved in Struts2 and Xwork ourselves. So you could have this all complete and closed yourself within an hour instead of waiting around for someone to volunteer to do it for you... regards, Jeromy Evans --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]