[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: loader constraint violation

Either of these two lines are the culprit and cause the loader constraint violation. I still don't understand why.

It turns out it is a known bug

https://glassfish.dev.java.net/issues/show_bug.cgi?id=2625

I needed to externalize the interface (it was part of the Batch class) and add it to the persistence.xml.

I did not find an equivalent bug entry in Eclipselink's bugzilla. This is done using Eclipselink 1.1.1.

Tom