Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 4742 invoked from network); 26 Nov 2003 15:08:44 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Nov 2003 15:08:44 -0000 Received: (qmail 13484 invoked by uid 500); 26 Nov 2003 15:08:30 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 13451 invoked by uid 500); 26 Nov 2003 15:08:30 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 13440 invoked from network); 26 Nov 2003 15:08:30 -0000 Sensitivity: Subject: =?iso-8859-1?Q?R=E9f=2E_=3A_Re=3A_Unable_to_locate_a_valid?= EngineConfigurationFactory To: axis-user@ws.apache.org From: valerie.bauche@bull.net Date: Wed, 26 Nov 2003 16:08:30 +0100 Message-ID: X-MIMETrack: Serialize by Router on ANN-002/FR/BULL(Release 5.0.11 |July 24, 2002) at 26/11/2003 16:08:31 MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I use axis 1.1 and I didn't modify any of the axis classes. Perhaps the context of my problem could help : I call a first axis service which has an handler This handler call an external class (not a web service) located in TOMCAT_HOME/common/classes This external class call a second axis web service : this is where I ge= t my error Valerie Guillaume Sauthier @bull.net sur 26/11/2003 15:45:53 Veuillez r=E9pondre =E0 axis-user@ws.apache.org Envoy=E9 par : Guillaume.Sauthier@bull.net Pour : axis-user@ws.apache.org cc : Objet : Re: Unable to locate a valid EngineConfigurationFactory Hello Which version of Axis do you use ? have you change in anyway the classes mentionned below ? It seems that default Factory classes have been tried but they do'nt provide the static method newFactory(Object). Regards Guillaume valerie.bauche@bull.net wrote: > > The code : > org.apache.axis.client.Service service =3D new Service(); > > generates the following error : > > - Factory org.apache.axis.configuration.EngineConfigurationFactorySer= vlet > Ignored: missing required method: public static EngineConfigurationFactory > newFactory(Object). > - Factory org.apache.axis.configuration.EngineConfigurationFactoryDef= ault > Ignored: missing required method: public static EngineConfigurationFactory > newFactory(Object). > - Unable to locate a valid EngineConfigurationFactory > > Whath does this mean ? > > Valerie =