On Thu, Sep 2, 2010 at 4:48 PM, Millies, Sebastian <[email protected]> wrote: > thanks for the links, Luciano. I dare say I am confused about > many things. So I will put a simpler question: > > If my contribution depends on additional libraries (jar files > for which I do not own the sources), how do I package these additional > libraries with my contribution for deployment in an SCA > node? > > -- Sebastian
If you use a zip format contribution then the zip may contain jars which will be included on the classpath of that contribution. For an example fo that see: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk/itest/contribution-folder/ In the 2.x code there is an API that allows specifying an external sca-contribution.xml file when installing a contribution, that enables installing any arbitrary jar as a contribution and having an sca-contribution.xml side file define which classes in that jar are exported and so available to other contributions in the domain. Any chance you can move up to the 2.x code? ...ant
