[jira] Commented: (OPENJPA-148) Parsing exception while using an exploded archive

2007-05-21 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497575 ] Marc Prud'hommeaux commented on OPENJPA-148: I've gone ahead and applied OPENJPA-148-2.patch. If this

[jira] Commented: (OPENJPA-148) Parsing exception while using an exploded archive

2007-05-04 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493730 ] David Jencks commented on OPENJPA-148: -- Marc did not apply this part of the patch, which was actually the

[jira] Commented: (OPENJPA-148) Parsing exception while using an exploded archive

2007-05-04 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493735 ] Marc Prud'hommeaux commented on OPENJPA-148: I understand the reason for that part now. I've applied

[jira] Commented: (OPENJPA-148) Parsing exception while using an exploded archive

2007-05-04 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493736 ] Craig Russell commented on OPENJPA-148: --- Just thinking a bit outside the box here. Is it possibly a bug that

[jira] Commented: (OPENJPA-148) Parsing exception while using an exploded archive

2007-05-04 Thread Florent BENOIT (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493739 ] Florent BENOIT commented on OPENJPA-148: I tested with the last revision 535321 (that includes the second

[jira] Commented: (OPENJPA-148) Parsing exception while using an exploded archive

2007-05-04 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493746 ] David Jencks commented on OPENJPA-148: -- Craig said... Just thinking a bit outside the box here. Is it possibly

Re: [jira] Commented: (OPENJPA-148) Parsing exception while using an exploded archive

2007-05-04 Thread Marina Vatkina
Just one note (this problem caused us a lot of headaches in GlassFish): I'm not sure if url.getFile() handles spaces in the url correctly. If it doesn't, our solution was to use 'new File(url.toURI())'. -marina David Jencks (JIRA) wrote: [