MountainClimb / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

Muiltiple annotations on methods cause DN enhancer to throw exception #221

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.create a run-time annotation (annotation annotated with 
@Retention(RetentionPolicy.RUNTIME))
2.annotate at least two getters of persisted Entity
3.build

What is the expected output? What do you see instead?
The Data Nucleus enhancer fails and throw an error

What version of the product are you using? On what operating system?
1.3.5, Eclipse 3.5, Vista

Please provide any additional information below.

tried on JPA, the Entity has a base-class, Failed both when annotating the base 
class's methods and the Entity own methods

Original issue reported on code.google.com by asafcar...@gmail.com on 18 Aug 2010 at 10:15

GoogleCodeExporter commented 8 years ago
All works with any recent DataNucleus release, so wait til GAE/J plugin is 
updated

Original comment by googleco...@yahoo.co.uk on 26 Jun 2011 at 6:03