Re: openjpa.Enhance - You have enabled runtime enhancement, but have not specified the set of persistent classes.

2014-08-19 Thread José Luis Cetina
Ok. Thanks Rick. El 19/08/2014 21:12, "Rick Curtis" escribió: > > If i could see that the enhancement is running when i clean and install > the pom of my maven project, then why this message is show? > I believe this message is just telling you that TomEE has enabled the > OpenJPA runtime enhance

Re: openjpa.Enhance - You have enabled runtime enhancement, but have not specified the set of persistent classes.

2014-08-19 Thread Rick Curtis
> If i could see that the enhancement is running when i clean and install the pom of my maven project, then why this message is show? I believe this message is just telling you that TomEE has enabled the OpenJPA runtime enhancer. I'm pretty certain you can ignore the message. Thanks, Rick On Tue

openjpa.Enhance - You have enabled runtime enhancement, but have not specified the set of persistent classes.

2014-08-19 Thread José Luis Cetina
Hi, i have a maven project, in my project i have a maven plugin for enhancement, when i execute the plugin i can see the "enhancement running" lines for each entity, like this: INFO [main] openjpa.Tool - Enhancer running on type "class com.xx.yy.zz.MyClassName". But when i run my server (Apach