[jira] [Created] (OPENJPA-2178) PostgresDictionary

2012-04-26 Thread Mark Struberg (JIRA)
Mark Struberg created OPENJPA-2178: -- Summary: PostgresDictionary Key: OPENJPA-2178 URL: https://issues.apache.org/jira/browse/OPENJPA-2178 Project: OpenJPA Issue Type: Bug Affects

[jira] [Commented] (OPENJPA-2178) PostgresDictionary

2012-04-26 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262642#comment-13262642 ] Rick Curtis commented on OPENJPA-2178: -- I vote to make the change, it seems like

[jira] [Commented] (OPENJPA-2178) PostgresDictionary

2012-04-26 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262647#comment-13262647 ] Mark Struberg commented on OPENJPA-2178: postgresql-6.3 was in 1998 I honestly

[jira] [Resolved] (OPENJPA-2178) PostgresDictionary

2012-04-26 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg resolved OPENJPA-2178. Resolution: Fixed PostgresDictionary --- Key:

[jira] [Commented] (OPENJPA-2139) OpenJPA fails to recover from a broken database on startup

2012-04-26 Thread Heath Thomann (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262675#comment-13262675 ] Heath Thomann commented on OPENJPA-2139: Hi Mark! Just wanted to add a quick

[jira] [Commented] (OPENJPA-2141) Lazy fetch of embedded attributes does not work properly

2012-04-26 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262681#comment-13262681 ] Mark Struberg commented on OPENJPA-2141: Actually I found a bug which could be

Re: [jira] [Commented] (OPENJPA-2139) OpenJPA fails to recover from a broken database on startup

2012-04-26 Thread Mark Struberg
Hi Heath, Rick! I'll try to be online on IRC tonight  irc.freenode.net channel is #openjpa LieGrue, strub - Original Message - From: Heath Thomann (JIRA) j...@apache.org To: strub...@yahoo.de Cc: Sent: Thursday, April 26, 2012 5:38 PM Subject: [jira] [Commented]

[jira] [Commented] (OPENJPA-2141) Lazy fetch of embedded attributes does not work properly

2012-04-26 Thread Jeremy Bauer (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262728#comment-13262728 ] Jeremy Bauer commented on OPENJPA-2141: --- Mark - given that none of your fields are

[jira] [Commented] (OPENJPA-2141) Lazy fetch of embedded attributes does not work properly

2012-04-26 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262737#comment-13262737 ] Mark Struberg commented on OPENJPA-2141: txs, I'll create a new issue.

[jira] [Commented] (OPENJPA-2141) Lazy fetch of embedded attributes does not work properly

2012-04-26 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262746#comment-13262746 ] Mark Struberg commented on OPENJPA-2141: I've now created OPENJPA-2179 for this.

[jira] [Created] (OPENJPA-2179) 'distinct' and 'join' combinations lead lots of unneccessary sub-queries for @Embedded and @Lob fields

2012-04-26 Thread Mark Struberg (JIRA)
Mark Struberg created OPENJPA-2179: -- Summary: 'distinct' and 'join' combinations lead lots of unneccessary sub-queries for @Embedded and @Lob fields Key: OPENJPA-2179 URL:

[jira] [Updated] (OPENJPA-2174) Result set mapping was not looked up when retrieving column data from a NamedNativeQuery

2012-04-26 Thread Helen Xu (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Helen Xu updated OPENJPA-2174: -- Attachment: OPENJPA-2174-2.1.x.patch.txt Result set mapping was not looked up when retrieving

tabs vs spaces?

2012-04-26 Thread Mark Struberg
I know it's not good to remove all the tabs from our sources now, but there are tons of tabs checked in in our sources. The best way to avoid this is by enabling the viewing of whitespace characters in eclipse or idea. I know that this takes a bit to get used to, but it's really worth it. txs

Re: tabs vs spaces?

2012-04-26 Thread Rick Curtis
Agreed. Probably a best practice to remove tabs as you're updating parts which are using tabs rather than spaces. Also if you use the OpenJPA Eclipse formatter[1] tabs will be automagically converted to spaces. Thanks, Rick [1] http://openjpa.apache.org/coding-standards.html On Thu, Apr 26,

[jira] [Updated] (OPENJPA-2139) OpenJPA fails to recover from a broken database on startup

2012-04-26 Thread Heath Thomann (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heath Thomann updated OPENJPA-2139: --- Attachment: OPENJPA-2139-1.2.x-v2.patch Providing a second version of my previous patch.