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

2007-05-04 Thread Marc Prud'hommeaux
David- This part of the patch fixes what is clearly a bug with scanning directories: -scan(new FileMetaDataIterator(dir, newMetaDataFilter()), +//TODO should this call setStoreDirectory(file) +scan(new

[jira] Resolved: (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:all-tabpanel ] Marc Prud'hommeaux resolved OPENJPA-148. Resolution: Fixed Applied (partial) patch. Parsing exception while using an

[DISCUSS] Packaging with maven

2007-05-04 Thread Craig L Russell
I'd like reopen the discussion on how to package and name our artifacts. I think the current setup could be improved, to give a better experience for users who might not be using maven for dependency management. It's easy for us to change now before graduation because once we graduate,

Fwd: [VOTE] Graduate from Incubation

2007-05-04 Thread Craig L Russell
It's not too late to vote. Everyone in the community is encouraged to review the material, provide any comments, and vote. Craig Begin forwarded message: From: Craig L Russell [EMAIL PROTECTED] Date: May 3, 2007 7:22:05 AM PDT To: open-jpa-dev@incubator.apache.org Subject: [VOTE] Graduate

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Eddie O'Neil
Hi, Craig. Apologies for not having reviewed this yet; I've been traveling this week and without much access to e-mail. When does this vote close? Thanks. Eddie On 5/4/07, Craig L Russell [EMAIL PROTECTED] wrote: It's not too late to vote. Everyone in the community is encouraged to review

Re: [DISCUSS] Packaging with maven

2007-05-04 Thread Michael Dick
Some comments below On 5/4/07, Craig L Russell [EMAIL PROTECTED] wrote: I'd like reopen the discussion on how to package and name our artifacts. I think the current setup could be improved, to give a better experience for users who might not be using maven for dependency management. It's easy

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Craig L Russell
The vote closes May 6. Standard 3 day period. I should have put this in the original email. Craig On May 4, 2007, at 5:59 AM, Eddie O'Neil wrote: Hi, Craig. Apologies for not having reviewed this yet; I've been traveling this week and without much access to e-mail. When does this vote

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Eddie O'Neil
No worries and thanks for the update -- I just wanted to make sure I still had some time to respond to the thread. :) Eddie On 5/4/07, Craig L Russell [EMAIL PROTECTED] wrote: The vote closes May 6. Standard 3 day period. I should have put this in the original email. Craig On May 4, 2007,

[jira] Reopened: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-05-04 Thread Abe White (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abe White reopened OPENJPA-51: -- I have to reopen this, as the fix is causing a regression in our test suite. Given an entity EntityA

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Jay D. McHugh
+1 Craig L Russell wrote: This vote is to send the attached draft board resolution to the incubator for the purpose of graduation from the incubator to the Apache OpenJPA project. +1 We're ready; let's graduate 0 Don't care -1 Let's wait Establish the Apache OpenJPA project

[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

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Michael Bouschen
Hi Craig, +1 Regards Michael This vote is to send the attached draft board resolution to the incubator for the purpose of graduation from the incubator to the Apache OpenJPA project. +1 We're ready; let's graduate 0 Don't care -1 Let's wait Establish the Apache OpenJPA project

[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

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Geir Magnusson Jr.
+1 Only comment is that we might consider narrowing the scope a tiny bit, saying something like to be known as Apache OpenJPA, chartered with the implementation of the Java Persistence API as well as related object persistence technology, for dis... Just so that the board doesn't

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

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Dain Sundstrom
I personally define OpenJPA by the persistence engine and not the spec it implements. A good persistence engine is very hard to write, but adapting it to new persistence specs if fairly easy in comparison. I would like to see the scope be limited to java persistence with an eye toward

RE: [VOTE] Graduate from Incubation

2007-05-04 Thread Phill Moran
Would we then not have to change the overall name from JPA to openPersistence or some such? Why not let another project lift out the engine and adapt JDO/SDO/ETC and maybe we remerge the projects later. Maybe this idea works if we can fully separate the API from the persistence engine as it does

[jira] Created: (OPENJPA-235) SQL reordering to avoid non-nullable foreign key constraint violations

2007-05-04 Thread Reece Garrett (JIRA)
SQL reordering to avoid non-nullable foreign key constraint violations -- Key: OPENJPA-235 URL: https://issues.apache.org/jira/browse/OPENJPA-235 Project: OpenJPA Issue

[jira] Updated: (OPENJPA-235) SQL reordering to avoid non-nullable foreign key constraint violations

2007-05-04 Thread Reece Garrett (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reece Garrett updated OPENJPA-235: -- Attachment: sqlreorder.patch Patch includes code changes and test cases. SQL reordering to

[jira] Commented: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-05-04 Thread Catalina Wei (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493764 ] Catalina Wei commented on OPENJPA-51: - Abe, Is it really a regression? I replaced the copy of SelectImpl with

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Dain Sundstrom
On May 4, 2007, at 10:50 AM, Phill Moran wrote: Would we then not have to change the overall name from JPA to openPersistence or some such? That would suck. I see no reason we would have to change the name. It is a choice of the community. Why not let another project lift out the

RE: [VOTE] Graduate from Incubation

2007-05-04 Thread Phill Moran
Without getting any nastier let me explain. I see a discontinuity in calling the project OpenJPA if in reality the project implements JDO and so forth. If we can separate the engine from the API and make the API pluggable/selectable and the project is planning on implementing other APIs then a

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Patrick Linskey
I see a discontinuity in calling the project OpenJPA if in reality the project implements JDO and so forth. I agree; there is a logical disconnection here. If we can separate the engine from the API and make the API pluggable/selectable The engine is very well-separated from the API as

RE: [VOTE] Graduate from Incubation

2007-05-04 Thread Phill Moran
I agree with you on the name change and the timing around it. My comments are mainly directed towards holding a non-representative name if other APIs are implemented. A decision that can be made later along with any necessary re-packaging needs Sincerely, Phill -Original

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Patrick Linskey
While we're on the topic, do you have any compelling new name ideas? Clearly, if we had a new name handy, it could be advantageous to create that TLP and then an OpenJPA subproject from the start. I don't think that we should hold up the graduation for this, but it does seem like the thing that's

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Craig L Russell
Hi Phill, My sense of this community is that they don't want to be restricted in the space of API implementations that make sense for their pluggable persistence engine. I would like to hear from other community members on this subject. If you feel that you want to change your vote and

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread David Jencks
On May 4, 2007, at 1:01 PM, Craig L Russell wrote: Hi Phill, My sense of this community is that they don't want to be restricted in the space of API implementations that make sense for their pluggable persistence engine. Agreed wholeheartedly. I would like to hear from other

RE: [VOTE] Graduate from Incubation

2007-05-04 Thread Phill Moran
I have no desire in calling a new vote my comments where, to some degree, philosophical. I am well along the road in implementing a application using OpenJPA so I think we are ready to graduate. As mentioned we currently have no plans (or restrictions for that matter) on other APIs so keeping the

[jira] Assigned: (OPENJPA-235) SQL reordering to avoid non-nullable foreign key constraint violations

2007-05-04 Thread Patrick Linskey (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Linskey reassigned OPENJPA-235: --- Assignee: Patrick Linskey SQL reordering to avoid non-nullable foreign key

RE: [VOTE] Graduate from Incubation

2007-05-04 Thread Phill Moran
Here are two quickly made up thoughts (Google shows no one is using them at the moment in open source) Persius sounds a little like persistence, and is a good old name I was thinking North Sea - Thinking association with platform (as in oil platform) but that is a stretch so how about a Synonym

Re: [VOTE] Graduate from Incubation

2007-05-04 Thread Dain Sundstrom
Now I'm sorry I sent this email and would like to withdraw my comments. If the community wants to change the charter or name they can petition the board later. I'd like to see the vote continue as is. -dain On May 4, 2007, at 10:36 AM, Dain Sundstrom wrote: I personally define OpenJPA by

[jira] Resolved: (OPENJPA-235) SQL reordering to avoid non-nullable foreign key constraint violations

2007-05-04 Thread Patrick Linskey (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Linskey resolved OPENJPA-235. - Resolution: Fixed SQL reordering to avoid non-nullable foreign key constraint

IntelliJ IDEA plugin

2007-05-04 Thread Patrick Linskey
Hi, Earlier this week, I wrote a (very) basic OpenJPA / IntelliJ plugin. It automatically runs the enhancer on persistent types after compilation completes, for any persistence units that don't have a persistence provider declared or that declare OpenJPA as their persistence provider. Clearly,