So Thomas, to be clear, this annotated client and jboss-client.xml override should be
producing a metadata ServiceReferenceMetaData with an getAnnotatedElement() pointing to te
client field?
| public class WSAppclient extends VehicleClient
| {
| @WebServiceRef(name="service/wsjwsdefaultwebservice")
| static com.sun.ts.tests.jws.webservice.webservice1.client.DefaultWebServiceService
service = null;
|
| [532][valkyrie: jar]$ cat META-INF/jboss-client.xml
| <?xml version="1.0" encoding="UTF-8"?>
|
| <jboss-client version="5.0">
|
<jndi-name>WSDefaultWebServiceApp_wsappclient_vehicle_client</jndi-name>
| <service-ref>
| <service-ref-name>service/wsjwsdefaultwebservice</service-ref-name>
|
<wsdl-override>http://localhost:8080/WSDefaultWebServiceApp/jws/defaultWebService?WSDL</wsdl-override>
| </service-ref>
| </jboss-client>
|
I don't know where this would have been populated previously. Its only populated for
@Resource so I'm not sure has change here either.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154703#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...