Re: Ambiguity in SCA Common Annotations and APIs specification re. conversations

2007-05-15 Thread Raymond Feng
Hi, Let me give a try. Please see my comments inline. Thanks, Raymond - Original Message - From: "Nicholas Williams" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 15, 2007 8:36 AM Subject: Ambiguity in SCA Common Annotations and APIs specification re. conversations Hi all, I would

Re: Use of a factory pattern with SCA

2007-05-15 Thread Jean-Sebastien Delfino
Nicholas Williams wrote: Hi all, Section 1.4.1 of the SCA Java Common Annotations and APIs specification states the following: "Using reference injection is the recommended way to access a service, since it results in code with minimal use of middleware APIs. The ComponentContext API should b

Re: DAS M3 Release

2007-05-15 Thread Luciano Resende
I have committed the initial part of TUSCANY-863 under revision 538267.** On 5/15/07, Amita Vadhavkar <[EMAIL PROTECTED]> wrote: Hi All, Points I gathered so far, we can sort out today. Will check more TODOs: 1) close JIRA-800, 863 2) remove JIRA-952 ? please see my last mail for memory

DAS Release: IRC chat log 15 May 2007

2007-05-15 Thread Amita Vadhavkar
Start of #tuscany buffer: Tue May 15 21:35:03 2007 * Now talking in #tuscany * adrianocrestani has joined #tuscany hi hi * Venkat has joined #tuscany hi Amita wanted to discuss the status of the das release, and i think this would be good exercise to see where we are hi i have just sent a m

Ambiguity in SCA Common Annotations and APIs specification re. conversations

2007-05-15 Thread Nicholas Williams
Hi all, I would like clarification on what I perceive to be an ambiguity in the SCA Common Annotations and API specification regarding when conversations are started. Lines [475 - 478] reads: 475 Conversations start on the client side when one of the following occur: 476* A @Reference

Re: DAS M3 Release

2007-05-15 Thread Amita Vadhavkar
Hi All, Points I gathered so far, we can sort out today. Will check more TODOs: 1) close JIRA-800, 863 2) remove JIRA-952 ? please see my last mail for memory leak, it still can happen with code without JIRA-952. It looks like it has to do with how our UT framework is setup.But so far I hav

Re: DAS build from head appears broken

2007-05-15 Thread kelvin goodson
The change seems to have been introduced by commit 536241 as the first part of a fix for TUSCANY-1197, which was a change to only the tuscany impl project. Kelvin. On 14/05/07, Luciano Resende <[EMAIL PROTECTED]> wrote: Thanks for trying this ant, looks like the issue we currently have is the

Fwd: [SDO Java CTS] adopting ContainmentTest

2007-05-15 Thread kelvin goodson
On the basis of my recent note, this would have been more appropriate on the users list ... -- Forwarded message -- From: kelvin goodson <[EMAIL PROTECTED]> Date: 15-May-2007 13:21 Subject: [SDO Java CTS] adopting ContainmentTest To: tuscany-dev <[EMAIL PROTECTED]> I propose to

[SDO Java CTS] heads up

2007-05-15 Thread kelvin goodson
Tuscany users, there's been a some discussion on the SDO Java Community Test Suite over on the tuscany-dev list. Things such as discussions about a release[1] and working towards full coverage [2]. There has been a recent update to the wiki page to show how to run the test suite in Eclipse [2]

Re: polymorphic links

2007-05-15 Thread Frank Budinsky
Kelvin, You're confusing elements with types. A substitution group lets you control the element used in a serialization. Subtyping (polymorphism) is an orthogonal concept. Bert, The answer to your question is that there's nothing special to indicate that a property is polymorphic. You can alway

Re: SCA BPEL/EJB/JMS Example

2007-05-15 Thread haleh mahbod
Hi Rahul, There is also a patch for EJB binding in the JIRA system that is based on M2 release. This also needs to be ported over to the new code base. Haleh On 5/15/07, Simon Laws <[EMAIL PROTECTED]> wrote: Hi Rahul You find use at the point where we are just getting to the end of a period o

PHP SCA_SDO release 1.2.1 available

2007-05-15 Thread Simon Laws
For those interested in SCA and SDO in PHP, version 1.2.1 of the SCA_SDO package for PHP has been released. This package uses the Tuscany C++ SDO code. FYI here's the release announce.

Re: SCA BPEL/EJB/JMS Example

2007-05-15 Thread Simon Laws
Hi Rahul You find use at the point where we are just getting to the end of a period of refactoring in the Tuscany SCA codebase to make the code a little easier to understand. If you look at the latest code in svn trunk you will see a set of modules (see java/sca/modules) that we have ported over

Re: polymorphic links

2007-05-15 Thread kelvin goodson
Bert, I think the file at https://svn.apache.org/repos/asf/incubator/tuscany/java/sdo/tools/src/test/resources/subgroup.xsddemonstrates what you want. Regards, Kelvin. On 15/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi all, I've a general question concerning polymorphism and SDO.

SCA BPEL/EJB/JMS Example

2007-05-15 Thread Rahul Nandkumar Bindu
Hi all, I wanted to try out BPEL, EJB and JMS with SCA. I could not find the examples for these in the samples provided with Tuscany. Could someone please tell me where I can find these samples? Rahul. - To unsubscribe, e-mail:

polymorphic links

2007-05-15 Thread bert . robben
Hi all, I've a general question concerning polymorphism and SDO. Suppose I have a type A that contains a link "b" of type B. There also exists a subtype "SpecialB" which extends B. I interpret this link to be a polymorphic link, i.e. instances of this link should be of type B or of a subtype o