[jboss-user] [JBossCache] - Re: java.io.NotSerializableException POJOCache

2008-03-04 Thread [EMAIL PROTECTED]
This likely means the objects you are attaching have not been instrumented by AOP. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134037#4134037 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134037

[jboss-user] [JBossCache] - Re: java.io.NotSerializableException POJOCache

2008-03-04 Thread rakeshmalpani
Hi, Thanks for the response. I had the same hunch too. I searched info about it and realized that I had to put pojocache-aop.xml in the classpath, which I did (put pojocache-aop.xml into WEB-INF/classes as its a web application). But still keep getting the exact same error. Is there anything