RE: Adding Multiple Contributions, was:Re: Simple use case problem

2007-06-11 Thread Patrick Vanhuyse
Luciano, Thanks. Works fine with these corrections. -Message d'origine- De : Luciano Resende [mailto:[EMAIL PROTECTED] Envoyé : vendredi 8 juin 2007 7:31 À : tuscany-user@ws.apache.org; tuscany-dev Objet : Adding Multiple Contributions, was:Re: Simple use case problem Patrick

RE: Simple use case problem

2007-06-07 Thread Patrick Vanhuyse
@ws.apache.org Objet : Re: Simple use case problem Hi Patrick Thanks for finding a workaround for a bug in the code that process the contribution metadata side file, I have created a jira for it [1]. Looking into the code you provided, I noticed you are using the same resolver while

Adding Multiple Contributions, was:Re: Simple use case problem

2007-06-07 Thread Luciano Resende
help ! Regards. Patrick -Message d'origine- De : Luciano Resende [mailto:[EMAIL PROTECTED] Envoyé : mercredi 6 juin 2007 23:44 À : tuscany-user@ws.apache.org Objet : Re: Simple use case problem Hi Patrick Thanks for finding a workaround for a bug in the code that process

Re: Simple use case problem

2007-06-06 Thread Luciano Resende
@ws.apache.org Objet : Re: Simple use case problem Patrick The contribution service package processor takes care of identifying what is the package type and creating the proper jar url for jar archives. Have you tried to pass a regular file url to the jar ? Something like : String url

Re: Simple use case problem

2007-06-05 Thread Mike Edwards
-Message d'origine- De : Simon Laws [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 mai 2007 18:11 À : tuscany-user@ws.apache.org Objet : Re: Simple use case problem Hi Patrick What is going on here is that the consumer module is not loading the provider composite. I can make this work by doing

Re: Simple use case problem

2007-06-05 Thread Luciano Resende
other tests. Afterwards, if I dare, I will throw myself into all this loading stuff. Thanks for your help. Patrick -Message d'origine- De : Simon Laws [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 mai 2007 18:11 À : tuscany-user@ws.apache.org Objet : Re: Simple use case problem

RE: Simple use case problem

2007-06-01 Thread Patrick Vanhuyse
:[EMAIL PROTECTED] Envoyé : mercredi 30 mai 2007 18:11 À : tuscany-user@ws.apache.org Objet : Re: Simple use case problem Hi Patrick What is going on here is that the consumer module is not loading the provider composite. I can make this work by doing the following... 1 - Make the provider

Re: Simple use case problem

2007-06-01 Thread Jean-Sebastien Delfino
- De : Simon Laws [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 mai 2007 18:11 À : tuscany-user@ws.apache.org Objet : Re: Simple use case problem Hi Patrick What is going on here is that the consumer module is not loading the provider composite. I can make this work by doing the following... 1

Simple use case problem

2007-05-30 Thread Patrick Vanhuyse
Hi, I'm new to SCA and I'm trying to do a little example. My very simple use case : A ProviderComponent implemented in Java in a Provider composite. All this in a jar file. Alone works fine. A ConsumerComponent implemented in Java in a Consumer composite in another jar file. This component

Re: Simple use case problem

2007-05-30 Thread Simon Laws
Hi Patrick and welcome So it sounds like you have two composites in separate Jar files. Are these composites both being contributed to a Tuscany runtime in the same VM? I believe this should work but I've not tried it. I can have a look for you if you give me a little more detail. If you are

RE: Simple use case problem

2007-05-30 Thread Patrick Vanhuyse
Hi Simon, It's in the same VM. I have sent the full code (a 29K ZIP file) to your e-mail. Thanks Patrick -Message d'origine- De : Simon Laws [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 mai 2007 15:06 À : tuscany-user@ws.apache.org Objet : Re: Simple use case problem Hi Patrick

Re: Simple use case problem

2007-05-30 Thread Simon Laws
Hi Patrick What is going on here is that the consumer module is not loading the provider composite. I can make this work by doing the following... 1 - Make the provider composite available to the consumer runtime copy the Provider.composite to consumer/src/main/resource 2 - Make the