1 Reply Latest reply on Nov 19, 2006 6:07 AM by stalep

    rmic and introduction together. It's possible ?

    fabiocsilva

      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?