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

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