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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to