Re: Possible fix for resolving classpath schemas issues....

2010-02-12 Thread Craig Tataryn
Hey Dan, it appears 2.2.7-SNAPSHOT has introduced some other some schema resolution/validation problems. My coworker Rebecca has been debugging and to find out where/why it's breaking and then report back with her findings. Thanks, Craig. On Thu, Feb 11, 2010 at 3:52 PM, Daniel Kulp wrote: > >

Re: Possible fix for resolving classpath schemas issues....

2010-02-11 Thread Daniel Kulp
Craig, Any chance you could retest this with 2.2.7-SNAPSHOT? I added some code to escape the URL's better (convert spaces to %20 and other fun things) last week some time. Thus, this may now be fixed already. That said, I took the example off the jira again and reran it in a directory with

Possible fix for resolving classpath schemas issues....

2010-02-04 Thread Craig Tataryn
... when XSDs are held within jar files that have a space in their path. Here is the scenario: Dan did a patch for an issue I logged [1] involving the proper resolution of XSDs held in a separate maven module (or any jar on the classpath for that matter) instead of the XSDs existing directly in th