[jboss-user] [EJB 3.0] - JBoss AS InterceptorRegistry warning

bdlink do-not-reply at jboss.com
Sat Dec 13 17:51:29 EST 2008


What does the following warning mean, where is it documented, what do I do to get rid of it?  I know EJBTHREE-1246 says bean developers do not have to worry.  Example is from O'Reilly EJB3 workbook. example 4.1.

13:11:44,515 WARN  [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFactory with a ManagedObjectAdvisor, Inte
  | rceptorRegistry should be used via the bean container
  | 13:11:44,515 WARN  [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFactory with a ManagedObjectAdvisor, Inte
  | rceptorRegistry should be used via the bean container
  | 13:11:44,515 WARN  [InterceptorRegistry] applicable interceptors is non-existent for public void com.titan.travelagent.T
  | ravelAgentBean.createCabin(com.titan.domain.Cabin)
  | 13:11:44,515 WARN  [InterceptorRegistry] applicable interceptors is non-existent for public com.titan.domain.Cabin com.t
  | itan.travelagent.TravelAgentBean.findCabin(int)
  | 13:11:44,531 WARN  [InterceptorRegistry] applicable interceptors is non-existent for public void com.titan.travelagent.T
  | ravelAgentBean.createCabin(com.titan.domain.Cabin)
  | 13:11:44,531 WARN  [InterceptorRegistry] applicable interceptors is non-existent for public com.titan.domain.Cabin com.t
  | itan.travelagent.TravelAgentBean.findCabin(int)
  | 

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

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



More information about the jboss-user mailing list