weird JDO Exception when using OpenJPA 2 Enhancer

2011-10-07 Thread Marc Logemann
Hi, something weird is going on. i added a new directory in my ANT task like this: openjpac config propertiesFile=web/META-INF/persistence.xml/ fileset dir=${build.dir} !-- include name=**/model/*.class/ -- include name=**/domain/*.class/

Re: weird JDO Exception when using OpenJPA 2 Enhancer

2011-10-07 Thread Marc Logemann
ok guys. Got it. **/domain searched in a weird package that was generated by a webservice framework and most likely something jdo relevant sneaked into it. I specified the folder now with using ** so that i am in full control of the enhancer ;-) Really scary to see a persistence API popping up