I have Eclipse with the Google App Engine plugin installed. Until recently the Datanucleus enhancer, which is run automatically when classes are saved worked nicely.
One of my entity classes has since grown slightly more complicated with the introduction of a member of a type, that resides inside an external library located in the project's lib-directory.
The field in question is marked with the @Transient annotation, but still the Datanucleus enhancer tries in vain to find the class in question. Apparently the jar-files in the project's lib-directory aren't scanned for dependencies.
Is there a way to define the classpath for the Datanucleus enhancer?