Re: Base interface

2007-09-08 Thread Jean-Sebastien Delfino
Luciano Resende wrote: I just changed the import and compiled the module with mvn clean install, no erros... but i didn't do a full build... i can try that later on... It's weird... Module interface, contains the following: interface public interface Interface extends

Base interface

2007-09-07 Thread Luciano Resende
Any particular reason for us to have two copies of Base ? import org.apache.tuscany.sca.assembly.Base; import org.apache.tuscany.sca.interfacedef.Base; They seem identical, and making the change in interface-wsdl to use the Base class from assembly seems to cause no harm and the module seems

Re: Base interface

2007-09-07 Thread Jean-Sebastien Delfino
Luciano Resende wrote: Any particular reason for us to have two copies of Base ? import org.apache.tuscany.sca.assembly.Base; import org.apache.tuscany.sca.interfacedef.Base; They seem identical, and making the change in interface-wsdl to use the Base class from assembly seems to cause no

Re: Base interface

2007-09-07 Thread Luciano Resende
I just changed the import and compiled the module with mvn clean install, no erros... but i didn't do a full build... i can try that later on... On 9/7/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Luciano Resende wrote: Any particular reason for us to have two copies of Base ?