On 3/25/03 07:16 PM [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Tom, > > I didn't write it, but here's my explanation: >
> > So, if you wanted TCPFactory to use your implementation instead, you'd > implement the TransportClientProperties interface and then "register" it as > an SPI so that the discovery process will find it. You'd register it by > creating a "provider configuration" file in the manner described in the > first link I listed above: it goes in > META-INF/services/org.apache.axis.components.net.TransportClientProperties > and contains the name(s) of your class(es) that implement the SPI. > If axis plugability relies on this mechanism I doubt it will work on most application servers, since lookup of those filenames fails (see BUG 17347). Jens
