[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.rt.eclipselink] Re: loader constraint violation
|
- From: tbee <tbee@xxxxxxxx>
- Date: Wed, 12 Aug 2009 10:11:24 +0200
- Newsgroups: eclipse.rt.eclipselink
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.19 (Windows/20081209)
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