[jboss-user] [JBossWS] - Re: WebServiceRef injection does not work
heiko.braun@jboss.com
do-not-reply at jboss.com
Tue Jun 5 08:39:23 EDT 2007
Well, looking at the wsrunclient script i'd say it's really pointless. In order for @WebServiceRef annotations to work on the client side it needs an IoC container that's capable of providing the injection. EJB3 comes with a ClientLauncher (take a look at the jaxws/samples/webserviceref/WebServiceRefClientTestCase.java) that can do it, however its not being used from the script.
To me it look like the wsrunclient simply provides a classpath for simple (i.e. Service.create) invocations.
I did setup an issue for this:
http://jira.jboss.com/jira/browse/JBWS-1695
Are you intersted in contributing this functionality?
I'll gladly advice you.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051306#4051306
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051306
More information about the jboss-user
mailing list