Hi,

   unfortunately javaee:service-name-pattern element isn't supported by jbossws 
post-handler-chains configuration.
   However, you're doing your job right. Create new JAX-WS client config, 
define there your post-handler-chains configurations but use config-name 
instead of service-name-pattern subelement.
   The last step you should do is to refer to this config by annotating the SEI 
interface, you're using on your client side. Here's the example.

@EndpointConfig(configName = "Config Name Sample", configFile = 
"META-INF/custom-jaxws-client-config.xml")
  | public interface SEI { ... }
  | 

Richard

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102115#4102115

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102115
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to