Given that JBossWS should load by default the META-INF/jboss-wsse-client.xml in your jar file if you don't explicitly provide that url, generally speaking you can access resources in a jar using the getResource() method of Class.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138359#4138359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138359 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
