[jbossws-dev] [Design of JBoss Web Services] - Re: JBMETA-44, ws annotation processing for references

scott.stark@jboss.org do-not-reply at jboss.com
Fri May 30 11:38:08 EDT 2008


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&lt;/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#4154703

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154703



More information about the jbossws-dev mailing list