Re: [RDB DAS] Consistent use of Parameters in Config

2007-08-30 Thread Amita Vadhavkar
Thanks Kevin, for correcting the example, I actually meant what you have assumed :) Also, another question in JDK5 context, the code will be very precise and type checking/assumptions about types can be avoided in many places in DAS using JDK5 generics. Other features from JDK5 can be used too.

Re: Policy samples? (showcasing the killer feature of separation of concerns)

2007-08-30 Thread Venkata Krishnan
Hi, The policy framework implementation is underway. We have some basic things in place which allows the inclusion of policy intents and policysets into an assembly model. There is simply sample policy that we have put in place along with the echo-binding-extension sample to test this basic

Client requested features Was: Policy samples? (showcasing the killer feature of separation of concerns)

2007-08-30 Thread Anderson, Jeff T (CA - Toronto)
This is great news, that ties into an e-mail that I was just formulating this morning concerning additional features that have been requested for our client the list isn't quite complete, by thought I would share it with you as most of it concerns the policy framework implementation at least in

How is Tuscany currently being used?

2007-08-30 Thread Anderson, Jeff T (CA - Toronto)
Just wondering if anybody out there on the list could provide some comments on how they are using Tuscany with in their organization or are planning to within the foreseeable future? It would be great to get an understanding of whether anybody plans to use Tuscany in production within the

RE: Tuscany Native (C++) : Implementing references across Composites

2007-08-30 Thread Brady Johnson
Sameer, Did you define a wire? If doing so doesn't fix your problem, can you create a JIRA and attach example composite files, etc. Regards Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Sameer

RE: Tuscany Native (C++) : Implementing references across Composites

2007-08-30 Thread Brady Johnson
Sameer, I forgot to mention earlier: You can look at the SupplyChain sample for an example of wire usage. Specifically: sca root/samples/SupplyChain/supplychain.retailer.app.composite Regards Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL

Programmatically creating composite

2007-08-30 Thread Dinesh
I am evaluating Tuscany to be used for implementing pluggable bindings in our SOA product. Currently our model is not based on SCA but it could be easily transformed to the SCA assembly model. I have implemented org.apache.tuscany.sca.contribution.Contribution and