Just fyi, you can have a zip contribution that contains nested jars and those jars get added into the contribution classpath, theres an eg test showing this at: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk/itest/contribution-folder
...ant On Thu, Aug 23, 2012 at 8:32 AM, Simon Nash <[email protected]> wrote: > Millies, Sebastian wrote: >> >> Hello Simon, >> >> (cut) > >> >> In fact, I was thinking it should be possible to do what I want even while >> sticking to the SCANodeFactory.createSCANode() API. Even then every >> contribution >> gets its own SCAClassLoader, which does not follow the delegation model >> and first looks to find a class in the contribution. All I'd need would >> be a way to build a single contribution out of multiple jars, but I >> have not found an API for that. >> >> Perhaps I'm missing something obvious again. >> > The right way to handle multiple jars is to make a contribution for each > of the jars and use SCA import/export directives for dependencies between > these contributions. > > Simon > > >> -- Sebastian >> >> >> -----Original Message----- >> From: Simon Nash [mailto:[email protected]] >> Sent: Tuesday, August 21, 2012 9:55 PM >> To: [email protected] >> Subject: Re: Using EMF with Tuscany 1.6 >> >> Millies, Sebastian wrote: >> [snip] >>> >>> How do I have to set up my application so that I can use EMF classes in >>> my SCA >>> >>> components that are different from what the Tuscany runtime provides, and >>> >>> still use the Tuscany runtime with SDO bindings? >>> >>> >> >> Please see [1]. >> >> Simon >> >> [1] >> http://mail-archives.apache.org/mod_mbox/tuscany-user/201006.mbox/%[email protected]%3E >> >> [snip] >> >> IDS Scheer Consulting GmbH >> Geschäftsführer/Managing Directors: Michael Rehm, Ivo Totev >> Sitz/Registered office: Altenkesseler Straße 17, 66115 Saarbrücken, >> Germany - Registergericht/Commercial register: Saarbrücken HRB 19681 >> http://www.ids-scheer-consulting.com >> >
