[jira] Commented: (OPENJPA-1632) Add @VersionColumn and @VersionStrategy to orm.xml

2010-04-16 Thread Catalina Wei (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857742#action_12857742 ] Catalina Wei commented on OPENJPA-1632: --- Jeremy was right. @VersionColumn and @Vers

[jira] Commented: (OPENJPA-1632) Add @VersionColumn and @VersionStrategy to orm.xml

2010-04-16 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857867#action_12857867 ] Fay Wang commented on OPENJPA-1632: --- Yes, schema validation could be a problem. Althoug

The openjpa-xxxx-5 modules are not built using an "older" Maven version.

2010-04-16 Thread Heath Thomann
Hello! I've had an issue when building the 1.0.x code. That is, when I perform the following command: mvn clean install I've found that the openjpa--5 modules are not build. To get maven to build the modules, I've had to use the '-Pjdk1.5' option, like this: mvn clean -Pjdk1.5 install I

[jira] Resolved: (OPENJPA-1628) Output control for generated canonical metamodel source code

2010-04-16 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved OPENJPA-1628. --- Resolution: Fixed Checked into 2.0.x branch on 4/15/10 by Pinaki as r934511 > Output contr

[jira] Created: (OPENJPA-1633) Provide more information when refreshing an Entity which has been deleted.

2010-04-16 Thread Michael Dick (JIRA)
Provide more information when refreshing an Entity which has been deleted. --- Key: OPENJPA-1633 URL: https://issues.apache.org/jira/browse/OPENJPA-1633 Project: OpenJPA