"mbroons" wrote : I'm facing some trouble trying to use PojoCache with
| I packaged all class files (original classes + generated classes) in a
| single DemoService.jar file
|
Are you really combining both classes directories? Compile-time weaving modifies the
classes, so you do not want the originals around, else you end up with duplicate classes
which could cause the problem you describe.
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062646#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...