users@glassfish.java.net

Glassfish v3 JPA: Annotations missing

From: Ori Dagan <ori.dagan_at_gmail.com>
Date: Sun, 4 Oct 2009 13:58:24 +0200

Hi,

 

I'm having a problem with build 65 and higher (maybe 64 too, 63 is working
fine).

I'm using a JPA session customizer to extract the mapped entity classes from
the EclipseLink session.

Until build 63, including, the reflected classes contained the JPA
annotations (@Entity etc.) and also my custom annotations. Since build 65
(or 64), they contain only the JPA specific annotations.

I don't think it's an EclipseLink issue because both build 63 and 65 are
using the same EclipseLink version (M7).

 

Is this a bug?

Any help would be appreciated.