[jboss-user] [EJB 3.0 Users] - Re: Client calls Timer only once

Wolfgang Knauf do-not-reply at jboss.com
Tue Oct 27 04:32:17 EDT 2009


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#4262333

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



More information about the jboss-user mailing list