SCADefinitionsProviderExtensionPoint interface

2008-04-09 Thread Adriano Crestani
Hi,

Can anybody tell me what is the difference between
org.apache.tuscany.sca.definitions.SCADefinitionsProviderExtensionPoint and
org.apache.tuscany.sca.provider.SCADefinitionsProviderExtensionPoint
interface? Because they do have the same methods signature.

Thanks in advance for the replies

Adriano Crestani


Re: SCADefinitionsProviderExtensionPoint interface

2008-04-09 Thread Venkata Krishnan
Hi Adriano,

The SCADefinitionsProviderExtensionPoint  has been moved out of the
'definitions' module and into the core-spi module.   So you should not be
seeing
org.apache.tuscany.sca.definitions.SCADefinitionsProviderExtensionPoint
anywhere.  Could you please point me to where you are observing this
duplication ?  Thanks

- Venkat

On Wed, Apr 9, 2008 at 11:59 AM, Adriano Crestani 
[EMAIL PROTECTED] wrote:

 Hi,

 Can anybody tell me what is the difference between
 org.apache.tuscany.sca.definitions.SCADefinitionsProviderExtensionPoint
 and
 org.apache.tuscany.sca.provider.SCADefinitionsProviderExtensionPoint
 interface? Because they do have the same methods signature.

 Thanks in advance for the replies

 Adriano Crestani



Re: SCADefinitionsProviderExtensionPoint interface

2008-04-09 Thread Adriano Crestani
Thanks Venkata,

It seems my trunk is out of date. I'm not sure, because the
org.apache.tuscany.sca.definitions.SCADefinitionsProviderExtensionPoint is
not included on svn files and it's there :S.

I will delete this file anyway ; )

Adriano Crestani

On Tue, Apr 8, 2008 at 10:47 PM, Venkata Krishnan [EMAIL PROTECTED]
wrote:

 Hi Adriano,

 The SCADefinitionsProviderExtensionPoint  has been moved out of the
 'definitions' module and into the core-spi module.   So you should not be
 seeing
 org.apache.tuscany.sca.definitions.SCADefinitionsProviderExtensionPoint
 anywhere.  Could you please point me to where you are observing this
 duplication ?  Thanks

 - Venkat

 On Wed, Apr 9, 2008 at 11:59 AM, Adriano Crestani 
 [EMAIL PROTECTED] wrote:

  Hi,
 
  Can anybody tell me what is the difference between
  org.apache.tuscany.sca.definitions.SCADefinitionsProviderExtensionPoint
  and
  org.apache.tuscany.sca.provider.SCADefinitionsProviderExtensionPoint
  interface? Because they do have the same methods signature.
 
  Thanks in advance for the replies
 
  Adriano Crestani