[jboss-user] [JBossWS] - Re: org.jboss.axis.ConfigurationException: No engine configu

kdgregory do-not-reply at jboss.com
Tue Sep 19 17:41:04 EDT 2006


"anil.saldhana at 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#3972754

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



More information about the jboss-user mailing list