[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: 2 inserts for same row of Unidirectional ManyToOne after upgrade to 1.1

Found the issue. I had a couple errant @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
annotations that were getting cross-mojinated. Got rid of them and everything works perfectly.


Thanks,
Matthew Smart