-------- Weitergeleitete Nachricht --------
> Von: Hans J. Prueller <[EMAIL PROTECTED]> > Antwort an: open-jpa-dev@incubator.apache.org > An: open-jpa-dev@incubator.apache.org > Betreff: No Subject > Datum: Fri, 23 Mar 2007 13:12:26 +0100 > > > I received a very strange error message from OpenJPA on a method that is > being called very often subsequently. The > most time it works, suddenly it failed with: > > Could not locate metadata for the class using alias "PositionLog". > Registered alias mappings: "{PositionLog=[class > com.lbslogics.ims.model.PositionLog]}" > > It is clearly visible that the used alias is the only one that is also > registered. So why does the error happen? > > I'm using a nightly-snapshot of last week. > > Hans