Re: Why all this WARN on interceptor (and how to eliminate?)

2009-06-17 Thread Stefano
Ok
i can ignore them.

On Wed, Jun 17, 2009 at 15:34, Lukasz Lenart
wrote:

> I think it's unrelated to Struts, check that [1]
>
> [1]
> http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.0/html/EJB3_Interceptors.html
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


-- 
Stefano


Re: Why all this WARN on interceptor (and how to eliminate?)

2009-06-17 Thread Lukasz Lenart
I think it's unrelated to Struts, check that [1]

[1] 
http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.0/html/EJB3_Interceptors.html


Regards
-- 
Lukasz
http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Why all this WARN on interceptor (and how to eliminate?)

2009-06-17 Thread Stefano Tranquillini
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