"anil.saldhana(a)jboss.com" wrote :
| So if you are going to pick up jars from other directories in JBoss, then what is the
point in JBoss developers taking the pain to package jars and place them in the client
directory?
The client configuration in jboss-ws4ee-client.jar is named
"axis-client-config.xml". However, EngineConfigurationFactoryDefault was never
updated with this name, so the Service constructor still looks for
"client-config.wsdd".
The workaround is to construct your Service instance with an explicit reference to the
correct configuration file:
| new Service(new FileProvider("META-INF/axis-client-config.xml"))
|
I've reported this as
http://jira.jboss.com/jira/browse/JBAS-3671
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972754#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...