[jboss-user] [JBossWS] - Re: The problem with @WebServiceRef

2006-12-06 Thread QPool.Char
I always do a little workaround for standalone clients with HelloServiceBeanService service = new HelloServiceBeanService(); This should work for now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991567#3991567 Reply to the post :

[jboss-user] [JBossWS] - Re: The problem with @WebServiceRef

2006-12-05 Thread [EMAIL PROTECTED]
Its A Please do a little research on JavaEE5 app clients View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991485#3991485 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991485 ___

[jboss-user] [JBossWS] - Re: The problem with @WebServiceRef

2006-11-28 Thread [EMAIL PROTECTED]
webserviceRef doesnt work with standalone java clients. It requires a managed environment that's capable of injecting the service stub. These capabilities will be provided with jboss5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989235#3989235 Reply to the

[jboss-user] [JBossWS] - Re: The problem with @WebServiceRef

2006-11-28 Thread stewchicken
Thanks for you input what do you mean by JBoss5 supports it? It means A) Should I run this client in JBoss5 container? B) or I can run this client against Webservice published in JBoss5 container? If it is A how do i run it? with which command? Rgds View the original post :