You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Jens Schumann <je...@void.fm> on 2003/03/25 19:44:02 UTC

Re: what version of commons-discovery is being used in the latest version?

On 3/25/03 07:16 PM Eric.D.Friedman@WellsFargo.COM
<Er...@WellsFargo.COM> 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