Moving ServiceDiscovery and related classes to tuscany-util

2008-02-28 Thread Venkata Krishnan
Hi, I find that ServiceDiscovery is getting to be used widely and want to move it out of Contribution module to a separate module like Utils. The immediate benefit I see from this is some relief from cyclic dependencies. For example, I am trying to use the ServiceDiscovery in the 'definitions' mo

Re: Moving ServiceDiscovery and related classes to tuscany-util

2008-02-29 Thread ant elder
On Fri, Feb 29, 2008 at 8:51 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > On Fri, Feb 29, 2008 at 7:34 AM, Venkata Krishnan <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > > I find that ServiceDiscovery is getting to be used widely and want to > move > > it out of Contribution module to a separate mod

Re: Moving ServiceDiscovery and related classes to tuscany-util

2008-02-29 Thread Simon Laws
On Fri, Feb 29, 2008 at 7:34 AM, Venkata Krishnan <[EMAIL PROTECTED]> wrote: > Hi, > > I find that ServiceDiscovery is getting to be used widely and want to move > it out of Contribution module to a separate module like Utils. The > immediate benefit I see from this is some relief from cyclic dep

Re: Moving ServiceDiscovery and related classes to tuscany-util

2008-02-29 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: I find that ServiceDiscovery is getting to be used widely and want to move it out of Contribution module to a separate module like Utils. The immediate benefit I see from this is some relief from cyclic dependencies. For example, I am trying to use the ServiceDiscover

Re: Moving ServiceDiscovery and related classes to tuscany-util

2008-02-29 Thread Venkata Krishnan
Alright, I am going to create a new module named tuscany-extensibility. The reason I suggested 'util' was that there are a few more things like the 'getQName' method that is being copied over in several places. I'd like to move these things as well into this module. So lets start with 'extensibi