Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-12 Thread Bobby Mitch
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

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-12 Thread Bobby Mitch
] 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: Friday, September 12, 2008, 3:56 AM Bobby Mitch wrote: hi, thanks for the explanations. Which means

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-11 Thread Bobby Mitch
: Bobby Mitch [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Wednesday, September 10, 2008 5:01:14 PM Subject: Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file) Thanks. Applying the workaround with Struts 2.0.11.1 and XWorks 2.0..4

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-11 Thread Bobby Mitch
: Thursday, September 11, 2008, 7:54 AM A fix in the code I meant: https://issues.apache.org/struts/browse/WW-2653 . Grabbing the latest xwork from trunk or release branch and building it, should fix your problem. On Thu, Sep 11, 2008 at 10:49 AM, Bobby Mitch [EMAIL PROTECTED] wrote: What exactly

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-11 Thread Bobby Mitch
(uri.getScheme())) { File f = new File(uri); . I think that is the problem you are having, or I am terribly missing something here. On Thu, Sep 11, 2008 at 11:19 AM, Bobby Mitch [EMAIL PROTECTED] wrote: That is not the same error. --- On Thu, 9/11/08, Musachy Barroso [EMAIL PROTECTED] wrote

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-11 Thread Bobby Mitch
/api/java/net/URLEncoder.html 2008/9/11 Bobby Mitch [EMAIL PROTECTED]: Well, I am willing to try then. Can someone send me that xwork-2.0.4.jar version, recompiled with the modifications described here on the parseValidators method of the ValidatorFactory class ? So that I can replace

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-11 Thread Bobby Mitch
in the code I meant: https://issues.apache.org/struts/browse/WW-2653 . Grabbing the latest xwork from trunk or release branch and building it, should fix your problem. On Thu, Sep 11, 2008 at 10:49 AM, Bobby Mitch [EMAIL PROTECTED] wrote: What exactly is the fix for this problem then ? Thanks

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-10 Thread Bobby Mitch
error (URI scheme is not file) To: Struts Users Mailing List user@struts.apache.org Date: Tuesday, September 9, 2008, 11:10 PM Bobby Mitch wrote: yes, but i wrote that with this XML file or without this XML file, that is with annotations only (@Validation etc), i still get the same error. So i do

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-10 Thread Bobby Mitch
Thanks. Applying the workaround with Struts 2.0.11.1 and XWorks 2.0.4, and modifying struts.xml by adding the interceptor-ref tag does not work: 22:58:02,671 ERROR [[default]] Servlet.service() for servlet default threw exception java.lang.IllegalArgumentException: URI scheme is not file     at

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-09 Thread Bobby Mitch
PROTECTED] Date: Tuesday, September 9, 2008, 12:27 AM Sorry, I was thinking of another JBoss issue with the tld file, not the validators file. Don On Tue, Sep 9, 2008 at 3:31 PM, Bobby Mitch [EMAIL PROTECTED] wrote: hi, where do you suggest that i modify the order of the elements ? I checked

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-09 Thread Bobby Mitch
@struts.apache.org Date: Tuesday, September 9, 2008, 4:56 AM Bobby Mitch wrote: Any other suggestion, anyone ? Thanks for helping. Did you try my suggestion of changing the doctype to point to a local file? Or a local catalog? Or perhaps even removing the doctype? It appears to be failing

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-09 Thread Bobby Mitch
/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: Tuesday, September 9, 2008, 4:59 PM Bobby Mitch wrote: hi, thanks again

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-08 Thread Bobby Mitch
Evans [EMAIL PROTECTED] wrote: Bobby Mitch wrote: Well, I upgraded to the beta version and I am getting errors in the struts-tags.tld file that i extracted from struts2-core-2.1.2.tld and put under WEB-INF/ Upgrading to 2.1.2 is a major effort, so I don't recommend that (too late

JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-07 Thread Bobby Mitch
Hi, I am using JBoss RC 1 and Struts 2 and I am facing a problem when trying to use an XML validation file. The error message i get is : Code: java.lang.IllegalArgumentException: URI scheme is not file at java.io.File.(Unknown Source) at

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-07 Thread Bobby Mitch
2.0.12, then this is a known issue (for websphere users). From what I understand,The fix for this problem is not included in xwork-2.0.5. However, if you are using struts 2.1.2 you are not supposed to see this error. - Original Message From: Bobby Mitch To: user@struts.apache.org Sent

Re: JBoss 5 RC1 and Struts 2 : Simple validation error (URI scheme is not file)

2008-09-07 Thread Bobby Mitch
fine ( I had some issues running the beta code on Websphere). I know ,for sure, that you will not be getting the exception in 2.0.11.1. - Original Message From: Bobby Mitch To: Struts Users Mailing List user@struts.apache.org Sent: Sunday, September 7, 2008 4:45:07 PM Subject: Re: JBoss 5