[jboss-user] [JBossCache] - Re: CacheLoader is not notified when a POJO is modified

2007-12-11 Thread dmary
well, i've try to do again same deploy, with a fresh install of jboss 4.05 GA, and I found another error, and in searching into forum, I found that someone have got same error (see http://www.jboss.org/index.html?module=bbop=viewtopict=98752postdays=0postorder=ascstart=10), and the solution

[jboss-user] [JBossCache] - Re: CacheLoader is not notified when a POJO is modified

2007-12-06 Thread dmary
well, I've decided to use aopc precompile time mode, it well create my EAR. but when I deploy my ear, now , I've got an error with a stateless EJB : | Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: notifyObservers | at

[jboss-user] [JBossCache] - Re: CacheLoader is not notified when a POJO is modified

2007-12-06 Thread dmary
It happend only on a stateless EJB (with local and remote interface) which have on several methods signature, a POJO use by jbosscache. If I do not use aopc task, my project well deploy on Jboss AS (Ps : I put AOP 1.5.2) View the original post :

[jboss-user] [JBossCache] - Re: CacheLoader is not notified when a POJO is modified

2007-12-06 Thread dmary
Nobody knows where can the problem for the exception java.lang.NoSuchMethodException: notifyObservers ? I think it could be eventualy one library is needed .. Resume of what have been done : 1 - annotation on POJO 2 - xml file for create MBean cache with cacheloader in /deploy 3 - use of

[jboss-user] [JBossCache] - Re: CacheLoader is not notified when a POJO is modified

2007-12-06 Thread [EMAIL PROTECTED]
The NoSuchMethod typically means that your code was weaved with a different AOP descriptor at compile time, then what was used at run-time. It could also mean a different version of AOP. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110936#4110936 Reply to

[jboss-user] [JBossCache] - Re: CacheLoader is not notified when a POJO is modified

2007-12-05 Thread dmary
Hi, I've got no response so I will precise more detail :) : - i'm running with JBoss 4.0.5 GA - i've got the JbossCache 1.4.0 SP1 dist I've read all tutorials on JBossCache (TreeCache and PojoCache), i've read the wiki (PojoCacheAS405) and I didn't understand why any interceptor is called

[jboss-user] [JBossCache] - Re: CacheLoader is not notified when a POJO is modified

2007-12-05 Thread dmary
nobody can explain to me ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110746#4110746 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110746 ___ jboss-user mailing list