views:

212

answers:

1

im new to webservices.i ran a sample webservice(Jboss5.0.1,jdk 6) from java client. i got this warning. but application runs properly.when i searched about this warning i came to know that we dont need to worry about this. but is there any way to hide this from log?

[StatelessBeanContext] EJBTHREE-1337: do not get WebServiceContext property from stateless bean context, it should already have been injected

Thanks in advance.

+1  A: 

http://idevone.wordpress.com/2009/09/14/howto-suppress-ejbthree-1337-warning/

The problem however is that the warning clutters the log file and makes debugging harder than needed. It is easy to suppress it though and I will show you how.

skaffman