On Apr 20, 2010, at 2:40 AM, David Jencks wrote:

> If you want to revert this , go ahead.  I didn't intend to commit it yet.
> 
> However, this code is correct :-) The problem is that the URLs that are 
> coming in are invalid.  I'm pretty sure that they are created with 
> file.toURL() which is deprecated because it is really broken.  You're 
> supposed to use file.toURI().toURL() which will properly encode the spaces.
> 
> I attached a patch to OPENEJB-1252 to try to fix up all the file to URL 
> conversions but I haven't got a successful build yet.

Thanks for the info. I have no issues with code being correct. Just don't like 
when it doesn't work... :-P

I gave the patch a try. Still seeing G deployment issues. StackTrace is posted 
on the Jira.

--kevan 

Reply via email to