Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Scott Marlow
On Fri, 2010-03-05 at 14:57 -0500, Scott Marlow wrote: > > On Fri, 2010-03-05 at 13:41 -0600, Steve Ebersole wrote: > > Not sure about "SQUIRREL_GET_ERROR_OFFSET". You use Squirrel? > > Yes, Squirrel SQL Client probably created that. I'll try dropping the > tables/plsql and try again. dropping

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Scott Marlow
On Fri, 2010-03-05 at 13:41 -0600, Steve Ebersole wrote: > Not sure about "SQUIRREL_GET_ERROR_OFFSET". You use Squirrel? Yes, Squirrel SQL Client probably created that. I'll try dropping the tables/plsql and try again. > > The rest come from tests in the testsuite, org.hibernate.test.sql >

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
Not sure about "SQUIRREL_GET_ERROR_OFFSET". You use Squirrel? The rest come from tests in the testsuite, org.hibernate.test.sql On 03/05/2010 12:47 PM, Scott Marlow wrote: > On Fri, 2010-03-05 at 09:12 -0600, Steve Ebersole wrote: >> odd. were you able to fix this by cleaning up db? We do use

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Scott Marlow
On Fri, 2010-03-05 at 09:12 -0600, Steve Ebersole wrote: > odd. were you able to fix this by cleaning up db? We do use some > triggers as part of other tests; could it maybe be an issue with schema > export not able to cleanup those tables? But even there the error is > strange because we do

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
the intellij import will do it provided: 1) you tell it an apprpriate phase to run to discover all source dirs 2) the metamodel gen stuff is set up correctly to register its output dir as a src dir w/ maven. On 03/05/2010 09:40 AM, Scott Marlow wrote: > On Fri, 2010-03-05 at 09:14 -0600, Steve Eb

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Scott Marlow
On Fri, 2010-03-05 at 09:14 -0600, Steve Ebersole wrote: > as we discussed on irc you have to run the metamodel generator. X_ is a > generated class 99.9% of the time. You also need to add the generated > source directory as a source directory. I missed the step of adding the generated source

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
as we discussed on irc you have to run the metamodel generator. X_ is a generated class 99.9% of the time. You also need to add the generated source directory as a source directory. On 03/05/2010 09:09 AM, Scott Marlow wrote: > I'm also blocked from debugging this issue due to a reference to >

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Scott Marlow
I'm also blocked from debugging this issue due to a reference to entitymanager/target/test-classes/org/hibernate/ejb/metamodel/Product_.class not being found in the intellij project generated by "mvn idea:idea". Project import seemed to have the same problem. On Thu, 2010-03-04 at 21:14 -0500

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
odd. were you able to fix this by cleaning up db? We do use some triggers as part of other tests; could it maybe be an issue with schema export not able to cleanup those tables? But even there the error is strange because we do not commit nor rollback as part of the trigger. basically i have

[hibernate-dev] weird LockTest regression when running with Oracle

2010-03-04 Thread Scott Marlow
I ran org.hibernate.ejb.test.lock.LockTest and get a weird "ORA-04092: cannot COMMIT in a trigger" failure in: testLockOptimistic(org.hibernate.ejb.test.lock.LockTest) testLockWrite(org.hibernate.ejb.test.lock.LockTest) testLockWriteOnUnversioned(org.hibernate.ejb.test.lock.LockTest) testLockPessi