I have completed the remaining work for (contribution-resource). You can now define a <import.resource> 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 : <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0" targetNamespace="http://store" xmlns:helloworld="http://store"> <export.resource uri="ufservices/store.html"/> </contribution> Importing resources using sca-contribution-xml : <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0" targetNamespace="http://store" xmlns:store="http://store"> <deployable composite="store:store"/> <import.resource uri="ufservices/store.html"/> </contribution> These definition will be used in conjunction with ArtifactModelResolver to properly resolve artifacts in different contributions using resource import/export. Please let me know if you have questions or comments. On Tue, Feb 19, 2008 at 1:20 PM, Luciano Resende <[EMAIL PROTECTED]> wrote: > 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 PROTECTED]> wrote: > > 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 > > > <import.resource> would be more appropriate name for this new import ? > > > > You're right we need to support folders too, import.resource is better. > > > > -- > > > > Jean-Sebastien > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > Luciano Resende > Apache Tuscany Committer > http://people.apache.org/~lresende > http://lresende.blogspot.com/ > -- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
