[jboss-dev-forums] [Design of EJB 3.0] - Re: WebServiceContext proxy
BogusException
do-not-reply at jboss.com
Wed Apr 8 13:02:07 EDT 2009
Me, too...
This:
anonymous wrote : @Stateless
| @Remote(HelloWorld.class)
| @WebService(targetNamespace = "http://ejb.me.org", name = "HelloWorld", serviceName = "HelloWorldService")
| @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = Use.LITERAL, parameterStyle = ParameterStyle.WRAPPED)
| public class HelloWorldBean implements HelloWorld {
| [...]
...yields...
anonymous wrote : 12:53:39,374 WARN [StatelessBeanContext] EJBTHREE-1337: do not get WebServiceContext property from stateless bean context, it should already have been injected
| 12:53:39,382 WARN [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFactory with a ManagedObjectAdvisor, InterceptorRegistry should be used via the bean container
| 12:53:39,383 WARN [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFactory with a ManagedObjectAdvisor, InterceptorRegistry should be used via the bean container
| 12:53:39,418 INFO [HelloWorldBean] in sayHello
| 12:53:39,419 WARN [StatelessBeanContext] EJBTHREE-1337: do not get WebServiceContext property from stateless bean context, it should already have been injected
The web service doesn't seem to be affected, but I am unable to figure out why it is carping... Do we have to comb through the jboss source? Is jboss saying I shouldn't use @WebService?
pat
:)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224433#4224433
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224433
More information about the jboss-dev-forums
mailing list