[snip]
Luciano Resende wrote:
Hi Huang Kai, thanks for your interest and feedback, see my comments
inline for the issues you mentioned, some are bugs, some are
functionalities that are not yet implemented and it would be great if
you would be interested in helping us get these implemented.
On 5/31/07, Huang Kai <[EMAIL PROTECTED]> wrote:
Hi, all:
I got several question when looking into Tuscany's codes:
1)MULTIPLE CONTRIBUTION
IMO, a contribution is a deployment unit, so a domain should be
allowed to have more than one contribution. While Tuscany only
handles one contribution.
----------------------------------------------------------------------------------------------
DefaultSCADomain:
// Look for META-INF/sca-contribution.xml
contributionArtifactPath =
Contribution.SCA_CONTRIBUTION_META;
contributionArtifactURL =
classLoader.getResource(contributionArtifactPath);
-----------------------------------------------------------------------------------------------
Should it be "classLoader.getResources(contributionArtifactPath)" for
multiple contributions?
And following codes doesn't handle multiple contribution neither.
Like 'ContributionServiceImpl.addContribution', is called only once.
This really depends on how the hosting environment discover all
contributions and decide which ones to be added to the domain. I think
there was a discussion thread on this subject, or if not, I'll start a
new one.
A similar discussion has started on the tuscany-user list and I posted
some info on how to add multiple contributions to a domain there, see
this thread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg01035.html
--
Jean-Sebastien
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]