Re: Getting error: 'Attempt to set column xxx.version to two different values'

2012-03-15 Thread Rick Curtis
Matthew- Could you post the full exception stack? Thanks, Rick On Wed, Mar 14, 2012 at 7:19 PM, Matthew Adams matt...@matthewadams.mewrote: Hi all, Vitals: Maven 3.0.3, Roo 1.2.1.RELEASE, OpenJPA 2.2.0, MySQL 5.1.x, Ubuntu 11.10 64-bit, JDK 6 (1.6.0_30) 64-bit I'm getting an error with

Re: Getting error: 'Attempt to set column xxx.version to two different values'

2012-03-15 Thread Matthew Adams
Sure thing. I just noticed something suspicious: A down level Entity was detected and logged. Could that have something to do with the problem? 19:00:31,348 INFO ClassPathXmlApplicationContext:495 - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2f833eca:

Re: Getting error: 'Attempt to set column xxx.version to two different values'

2012-03-15 Thread Matthew Adams
Note: I fixed the down level entity by updating the version of openjpa used by the enhancer. Exception remains, though. Rick, if you want me to send you the whole project offline, I'd be happy to. -matthew On Thu, Mar 15, 2012 at 8:39 AM, Matthew Adams matt...@matthewadams.me wrote: Sure