[jboss-user] [JBoss AOP] - rmic and introduction together. It's possible ?

fabiocsilva do-not-reply at jboss.com
Sun Nov 19 00:21:54 EST 2006


it has a class ( controllers.HealthWatcherFacade )  that implements an interface through "introduction" construction. I need to generate stubs and skeletons for this class, however after the correct ant instrumentation occurs the error:


  | 
  |      [aopc] Build Successful: 3011 ms 
  | 
  | generate-rmi:
  |      [rmic] RMI Compiling 1 class to ##SYSTEM###/bin
  |      [rmic] error: Class org.jboss.aop.Advised not found in class controllers.HealthWatcherFacade.
  | 
  |      [rmic] error: Class org.jboss.aop.Advised not found in controllers.HealthWatcherFacade.
  | 
  |      [rmic] 2 errors
  | 
  | 
  | BUILD FAILED
  | ...
  | 
  | 
  | 

How to use rmic in a class that implements the Remote interface through introduction?

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

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



More information about the jboss-user mailing list