Re: [SCA Java M2] Should Reference multiplicity be working?

2007-02-16 Thread Luciano Resende

There is also a JIRA around this :
http://issues.apache.org/jira/browse/TUSCANY-912

--
Luciano Resende
http://people.apache.org/~lresende

On 2/16/07, Jim Marino [EMAIL PROTECTED] wrote:



 Should this be working in M2?  Is this broken or is multiplicity per
 the spec not supported at this time?

 -Bert

Hi Bert,

It's not supported in M2. This is something I'd like to get in as we
change over to support federated deployment in the next release. We
are actively working on some changes to core which will make this
easier to support, particularly in the autowire case (a new SCA
feature proposed by Tuscany and accepted as part of the 1.0 specs :-) )

Jim


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: [SCA Java M2] Should Reference multiplicity be working?

2007-02-16 Thread Raymond Feng

Hi,

I added basic support in the code already a few weeks ago. You can annotate 
the reference like:


@Reference
MyInterface[] refs;

or

@Reference
java.lang.Collection refs;

Thanks,
Raymond

- Original Message - 
From: Jim Marino [EMAIL PROTECTED]

To: tuscany-user@ws.apache.org
Sent: Friday, February 16, 2007 1:33 PM
Subject: Re: [SCA Java M2] Should Reference multiplicity be working?





Should this be working in M2?  Is this broken or is multiplicity per
the spec not supported at this time?

-Bert


Hi Bert,

It's not supported in M2. This is something I'd like to get in as we 
change over to support federated deployment in the next release. We  are 
actively working on some changes to core which will make this  easier to 
support, particularly in the autowire case (a new SCA  feature proposed by 
Tuscany and accepted as part of the 1.0 specs :-) )


Jim


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]