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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...