Re: Import/Export Resources, was Re: Resolving Component type files

2008-02-29 Thread Luciano Resende
I have completed the remaining work for (contribution-resource). You can now define a element in your sca-contribution.xml and then it will be used by contribution service when resolving resources/artifacts. Exporting resources using sca-contribution.xml : http://www.osoa.org/xmlns/sca/1.0";

Re: Resolving Component type files

2008-02-21 Thread Luciano Resende
t; >>> > >>> I think we should start by raising a jira, and discussing what's the > >>> best solution here, should we just reuse some already existent > >>> import/export to configure the componentType model resolver ? You >

Re: Resolving Component type files

2008-02-21 Thread Mike Edwards
ort/export ? I'll keep thinking and do some investigation on this area... Thoughts ? On 10/25/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote: Hello, Is there any reason why unlike CompositeModelResolver and ConstrainingTypeModelResolver, ComponentTypeModelResolver does not look

Import/Export Resources, was Re: Resolving Component type files

2008-02-19 Thread Luciano Resende
I have committed the new import/export resource module (contribution-resource) under revision #629235. This still need to be integrated to the runtime and proper iTests need to be created. These all should be ready in the next day or so. On Feb 18, 2008 6:35 PM, Jean-Sebastien Delfino <[EMAIL PROT

Re: Resolving Component type files

2008-02-18 Thread Jean-Sebastien Delfino
Luciano Resende wrote: Do you want to restrict this to file ? Some bindings, like binding.http can point to a specific folder, that's why I thought would be more appropriate name for this new import ? You're right we need to support folders too, import.resource is better. -- Jean-Sebastien -

[jira] Resolved: (TUSCANY-1873) Imported contributions not used in resolving component type files

2008-02-17 Thread Luciano Resende (JIRA)
. Enhancements available in componentType modelResolver under revision #628592. > Imported contributions not used in resolving component type files > -- > > Key: TUSCANY-1873 > URL: https://is

[jira] Assigned: (TUSCANY-1873) Imported contributions not used in resolving component type files

2008-02-17 Thread Luciano Resende (JIRA)
ing component type files > -- > > Key: TUSCANY-1873 > URL: https://issues.apache.org/jira/browse/TUSCANY-1873 > Project: Tuscany > Issue Type: Bug > Component

Re: Resolving Component type files

2008-02-15 Thread Luciano Resende
On Feb 15, 2008 3:31 PM, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > Luciano Resende wrote: > > I guess we have couple scenarios here : > > > > - Considering contribution A importing a java package from > > Contribution B, we can have the componentType in either Contribution > > A(supported

Re: Resolving Component type files

2008-02-15 Thread Jean-Sebastien Delfino
Luciano Resende wrote: I guess we have couple scenarios here : - Considering contribution A importing a java package from Contribution B, we can have the componentType in either Contribution A(supported today) or contribution B (not working: TUSCANY-1873). - We can also consider Contribution A

Re: Resolving Component type files

2008-02-06 Thread Luciano Resende
? > > > > I'll keep thinking and do some investigation on this area... > > > > Thoughts ? > > > > On 10/25/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > > > Is there any reason why unlike CompositeMod

Re: Resolving Component type files

2007-10-29 Thread Rajini Sivaram
t/export ? > > I'll keep thinking and do some investigation on this area... > > Thoughts ? > > On 10/25/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Is there any reason why unlike CompositeModelResolver and > > ConstrainingType

[jira] Created: (TUSCANY-1873) Imported contributions not used in resolving component type files

2007-10-29 Thread Rajini Sivaram (JIRA)
Imported contributions not used in resolving component type files -- Key: TUSCANY-1873 URL: https://issues.apache.org/jira/browse/TUSCANY-1873 Project: Tuscany Issue Type: Bug

Re: Resolving Component type files

2007-10-26 Thread Luciano Resende
omponentTypeModelResolver does not look at > imported namespaces for resolving component type files? > > My test case contains: >ContributionA : contains a composite file, with a component C1 >ContributionB: contains the Java implementation classes for C1 ( > x.y.C1.class), and

Resolving Component type files

2007-10-25 Thread Rajini Sivaram
Hello, Is there any reason why unlike CompositeModelResolver and ConstrainingTypeModelResolver, ComponentTypeModelResolver does not look at imported namespaces for resolving component type files? My test case contains: ContributionA : contains a composite file, with a component C1