[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 wo

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: [ https://issues.apache.org/jira/browse/OPENJPA-148?

[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... > ';' separated string >> list of files + list of urls.

[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 co

[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 t

[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 and

[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 cruci

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

2007-02-17 Thread Florent BENOIT (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473942 ] Florent BENOIT commented on OPENJPA-148: Here is a follow up for explaining the process that OpenJPA is usin