Compliant implementations can optionally use @Entity annotations
instead of JDO annotations Eric>>>Do you mean supporting EJB3/JPA annotations is enough to be JDO2 compliant? In that case that's fine with me. Mapping from EJB3/JPA to JDO will be defined so as to improve portability of applications from one JDO implementation to others Eric>>>...and portability between EJB3/JPA and JDO2 implementations... If both JDO and EJB3/JPA annotations are used in the same class we need to choose between: * JDO annotations will override EJB3/JPA annotations * This is illegal Eric>>>JDO 2 annotations will override EJB3.JPA annotations in this case. Best Regards, Eric.
