[jira] Commented: (OPENJPA-1792) Drop JDK5 support starting with OpenJPA 2.1

2011-03-08 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003861#comment-13003861 ] Mark Struberg commented on OPENJPA-1792: +1 for dropping the java5 support in

Re: Help with Cassandra JPA plugin

2011-03-08 Thread Kevin Sutter
Some general comments... Extending the OpenJPA kernel for JDO is definitely doable. The original code base (BEA's Kodo) had a JDO personality, but it was never contributed to the OpenJPA project. At least for a period of time (I don't know if it still is), BEA and then Oracle continued to

Re: Help with Cassandra JPA plugin

2011-03-08 Thread Todd Nine
Hey Kevin, Thanks for the reply. To be clear, I'm not actually creating a JDO plugin. Rather I'm migrating what I've done from JDO to JPA. The demand for JPA is much greater in the community, and we would prefer to use it here as well. My biggest hurdle is finding good developer

[jira] Commented: (OPENJPA-1787) Bean validation fails merging a new entity

2011-03-08 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004237#comment-13004237 ] Michael Dick commented on OPENJPA-1787: --- The main problem with your proposed

[jira] Commented: (OPENJPA-1956) Add an error message in case of bad class and/or attribute in fetchPlan.addField(class, field);

2011-03-08 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004238#comment-13004238 ] Michael Dick commented on OPENJPA-1956: --- +1. Will take a look when I get a few

Re: Help with Cassandra JPA plugin

2011-03-08 Thread Kevin Sutter
Hi Todd, Okay, now I understand your question. I should read more closely... :-) Looking at your code, nothing is jumping out at me as being incorrect. You have implemented the Seq interface, and it looks like you have designated the sequenceName correctly. We have a junit test case that does

Re: Help with Cassandra JPA plugin

2011-03-08 Thread Todd Nine
Awesome. Thanks for the help Kevin. I have a couple of follow up questions. Allocate doesn't appear to do anything in your test custom sequence either. Is there any way to get the Open JPA framework to invoke it without allocating during the next call?

[jira] Created: (OPENJPA-1957) XML overriding column names for ArrayList attributes causes exception.

2011-03-08 Thread Heath Thomann (JIRA)
XML overriding column names for ArrayList attributes causes exception. -- Key: OPENJPA-1957 URL: https://issues.apache.org/jira/browse/OPENJPA-1957 Project: OpenJPA Issue