Hi all. I developed an application with struts2, tiles and EJB using jboss. In the log of jboss i've a lot of warning:
15:28:13,484 WARN [InterceptorRegistry] applicable interceptors is non-existent for public boolean session.MGMTBean.addCustomer(java.lang.String,java.lang.Stri ng,java.lang.String,java.lang.String,java.lang.String,double) 15:28:13,500 WARN [InterceptorRegistry] applicable interceptors is non-existent for public java.util.List session.MGMTBean.getAllOrders(entity.Customer) 15:28:13,515 WARN [InterceptorRegistry] applicable interceptors is non-existent for public java.util.List session.MGMTBean.getAllBought(int) 15:28:13,515 WARN [InterceptorRegistry] applicable interceptors is non-existent for public java.util.List session.MGMTBean.getAllItemByCategory(int) 15:28:13,531 WARN [InterceptorRegistry] applicable interceptors is non-existent for public entity.Customer session.MGMTBean.findCustomer(int) 15:28:13,593 WARN [InterceptorRegistry] applicable interceptors is non-existent for public java.util.List session.MGMTBean.findSimilarItem(entity.Item) 15:28:13,609 WARN [InterceptorRegistry] applicable interceptors is non-existent for public double session.MGMTBean.getTotalSpend(entity.Customer) 15:28:13,609 WARN [InterceptorRegistry] applicable interceptors is non-existent for public boolean session.MGMTBean.updateItem(int,java.lang.String,int, java.la ng.String,double,int,java.lang.String) where MGMTBean is my EJB. How can i eliminate all these outputs? (i think, (i done a fast check in the log file) is only in the command (cmd), not in the log file). -- Stefano