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

dmary do-not-reply at jboss.com
Thu Dec 6 05:25:36 EST 2007


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 org.jboss.aop.ClassAdvisor.attachClass(ClassAdvisor.java:312)
  |         at org.jboss.aop.AspectManager.initialiseClassAdvisor(AspectManager.java:590)
  |         at org.jboss.aop.AspectManager.getAdvisor(AspectManager.java:578)
  |         at com.masternaut.mastervcall.business.bean.MobileUnitBean.<clinit>(MobileUnitBean.java)
  |         ... 159 more
  | Caused by: java.lang.NoSuchMethodException: notifyObservers
  |         at org.jboss.aop.ClassAdvisor.getMethod(ClassAdvisor.java:323)
  |         at org.jboss.aop.ClassAdvisor.getMethod(ClassAdvisor.java:331)
  |         at org.jboss.aop.ClassAdvisor.populateMixinMethods(ClassAdvisor.java:394)
  |         at org.jboss.aop.ClassAdvisor$1.run(ClassAdvisor.java:290)
  |         at java.security.AccessController.doPrivileged(Native Method)
  |         at org.jboss.aop.ClassAdvisor.attachClass(ClassAdvisor.java:271)
  | 

anybody knows why I've got this error ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110785#4110785

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110785



More information about the jboss-user mailing list