In Beta 3, you can configure your engine factory in a system property:
// register our own engine configuration factory
System.getProperties().put("axis.EngineConfigFactory",
"com.bla.MyOwnEngineConfigurationFactory");
I hope this works in RC1 too (because I need this feature too), but I didn't
test it yet.
Peter
-----Original Message-----
From: Joseph Carew [mailto:[EMAIL PROTECTED]]
Sent: 06 September 2002 17:47
To: '[EMAIL PROTECTED]'
Subject: Adding an EngineConfigurationFactory
The feature is not documented but....it looks as though one can write a
class that implements org.apache.axis.EngineConfigurationFactory and that
the EngineConfigurationFactoryFinder should load that class. However, I
have not been able to get that feature to work. Has anyone else? Numerous
searches in the mailing list archives on this subject have turned up
nothing. Maybe I'm breaking new ground?
Joe