Re: Issue with enhancement of annotations

2017-07-20 Thread Craig Russell
I experimented with putting the annotations into a different directory that has nothing but annotations. Even though the annotations are only referenced by their use in persistent classes, the DataNucleus enhancer still wants to enhance them. [ERROR] Failed to execute goal org.apache.jdo:jdo-ex

Re: Issue with enhancement of annotations

2017-07-20 Thread Craig Russell
Hi Andy, It looks like the DN enhancer recognizes the annotation as a persistence-capable class because it is annotated with PersistenceCapable but doesn't recognize it as an annotation that should not be enhanced. I looked at the code and think that perhaps a patch like this would fix it. org.

Minutes: JDO TCK Conference Call Thursday 20, 9:30 AM Pacific Daylight Time (PDT)

2017-07-20 Thread Craig Russell
Attendees: Michael Bouschen, Zäschke, Craig Russell Next meeting: Thursday July 27 9:30 AM PDT Agenda: 1. JDO-764 "Allow JDO annotations to be used in meta-annotations" https://issues.apache.org/jira/browse/JDO-764 Specification with proposed changes has been checked in. Bug/feature in enhanc