[jira] Closed: (OPENJPA-835) Loading nested toMany EAGER relation resuled in PersistenceException

2008-12-18 Thread Catalina Wei (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catalina Wei closed OPENJPA-835. Resolution: Fixed Fix Version/s: 2.0.0 1.3.0 1.2.1 Fi

[jira] Created: (OPENJPA-835) Loading nested toMany EAGER relation resuled in PersistenceException

2008-12-18 Thread Catalina Wei (JIRA)
Loading nested toMany EAGER relation resuled in PersistenceException Key: OPENJPA-835 URL: https://issues.apache.org/jira/browse/OPENJPA-835 Project: OpenJPA Issue Type: Bu

[jira] Created: (OPENJPA-834) State field mapped to XML column has incorrect value when loaded from database

2008-12-18 Thread Milosz Tylenda (JIRA)
State field mapped to XML column has incorrect value when loaded from database -- Key: OPENJPA-834 URL: https://issues.apache.org/jira/browse/OPENJPA-834 Project: OpenJPA

[jira] Resolved: (OPENJPA-779) patch for eclipse .project and .classpath files...

2008-12-18 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick resolved OPENJPA-779. -- Resolution: Fixed Fix Version/s: 2.0.0 1.3.0 1.2.1

[jira] Updated: (OPENJPA-832) Add eclipse formatting preferences to website

2008-12-18 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-832: - Attachment: openjpa-formatter.xml Attaching openjpa-formatter.xml originally attached to parent

[jira] Updated: (OPENJPA-833) An improved test case for XML column mapping

2008-12-18 Thread Milosz Tylenda (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milosz Tylenda updated OPENJPA-833: --- Attachment: TestXMLCustomerOrder.java Attached a plain source of the test also. > An improv

[jira] Created: (OPENJPA-833) An improved test case for XML column mapping

2008-12-18 Thread Milosz Tylenda (JIRA)
An improved test case for XML column mapping Key: OPENJPA-833 URL: https://issues.apache.org/jira/browse/OPENJPA-833 Project: OpenJPA Issue Type: Test Components: sql Affects Version

[jira] Updated: (OPENJPA-833) An improved test case for XML column mapping

2008-12-18 Thread Milosz Tylenda (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milosz Tylenda updated OPENJPA-833: --- Attachment: OPENJPA-833.patch > An improved test case for XML column mapping > -

[jira] Updated: (OPENJPA-723) Feature request for PostgreSQL XML Column Mapping

2008-12-18 Thread Milosz Tylenda (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milosz Tylenda updated OPENJPA-723: --- Attachment: OPENJPA-723.patch 1. The attached patch provides XML column support for PostgreS

[jira] Resolved: (OPENJPA-819) NPE when no metadata is defined for a persistent class

2008-12-18 Thread Jeremy Bauer (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Bauer resolved OPENJPA-819. -- Resolution: Fixed Committed for Dianne Richards to trunk under revision 727813. Resolving iss

[jira] Created: (OPENJPA-832) Add eclipse formatting preferences to website

2008-12-18 Thread Michael Dick (JIRA)
Add eclipse formatting preferences to website - Key: OPENJPA-832 URL: https://issues.apache.org/jira/browse/OPENJPA-832 Project: OpenJPA Issue Type: Sub-task Components: build / infrastru

[jira] Commented: (OPENJPA-832) Add eclipse formatting preferences to website

2008-12-18 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657884#action_12657884 ] Michael Dick commented on OPENJPA-832: -- Creating a sub issue for handling the formatt

[jira] Assigned: (OPENJPA-779) patch for eclipse .project and .classpath files...

2008-12-18 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick reassigned OPENJPA-779: Assignee: Michael Dick > patch for eclipse .project and .classpath files... >

[jira] Commented: (OPENJPA-779) patch for eclipse .project and .classpath files...

2008-12-18 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657881#action_12657881 ] Michael Dick commented on OPENJPA-779: -- I thought .* and target were automatically ig

[jira] Resolved: (OPENJPA-782) Support for collections of embeddables and basic types

2008-12-18 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang resolved OPENJPA-782. -- Resolution: Fixed Fix Version/s: 2.0.0 In this iteration, the following are supported: 1) neste

Re: multithreaded, read/write?

2008-12-18 Thread Pinaki Poddar
Hi, Can you cook up a small test case that demonstrates this ClassCast failure? It looks like PCPath extends CandidatePath, but that fails: around CandidatePath, line 139 try { // get the specified field value and switch candidate Traversal trav

Re: multithreaded, read/write?

2008-12-18 Thread Pinaki Poddar
Hi, Thanks for your debugging analysis. PCPath extends CandidatePath is an aberration in the sense that none other JDBC expression inherits their corresponding kernel expression. I am not convinced of that change (and said as much in the commit comment) because there must be a strong reason

[jira] Updated: (OPENJPA-708) sub-sub-query generates SQL with syntax error

2008-12-18 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-708: - Fix Version/s: 1.2.1 > sub-sub-query generates SQL with syntax error > -

[jira] Resolved: (OPENJPA-777) Exception is thrown during retrieval of an entity which contains a persistent collection of embeddable

2008-12-18 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick resolved OPENJPA-777. -- Resolution: Fixed Fix Version/s: 1.3.0 > Exception is thrown during retrieval of an ent

[jira] Created: (OPENJPA-831) OpenJPA 2.0 iteration 1.5 (holiday) primary task

2008-12-18 Thread Jeremy Bauer (JIRA)
OpenJPA 2.0 iteration 1.5 (holiday) primary task Key: OPENJPA-831 URL: https://issues.apache.org/jira/browse/OPENJPA-831 Project: OpenJPA Issue Type: New Feature Affects Versions: 2.0.0