Hi,
@Remote (CustomerArchivTimerBean.class) should be @Remote
(CustomerArchivTimerProxy.class)
But you could place the annotation also on the remote interface itself, without any
attributes:
@Remote
| public interface CustomerArchivTimerProxy
| {
|
Best regards
Wolfgang
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262333#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...