Re: [DAS] Transaction support

2007-07-12 Thread Amita Vadhavkar
Below is a simple matrix based on current RDB DAS Config, showing what it does/does not do today managedtx(default-true) - config attribute in ConnectionInfo element to control transactions managedtx database conn. supplied effect on transaction

[RDB DAS] Consistent use of Parameters in Config

2007-07-12 Thread Amita Vadhavkar
Hi, A few days ago there was a user question about passing name in Parameter:- http://www.mail-archive.com/[EMAIL PROTECTED]/msg19339.html When checking how Parameters are used in Config, came across the following points. There is a difference in Config (SDO) generated Parameter and

Re: Getting service manually through servlet

2007-07-12 Thread Luciano Resende
So, two questions : 1- Are you registering the tuscany servlet context listener to your web.xml file ? 2 - How are you contributing your contributions ? You might be having problems finding the root of the contribution or the deployables, please take a look at this [1] as a reference. [1] -

Re: Getting service manually through servlet

2007-07-12 Thread ant elder
I think right now you have to use a META-INF/sca-contribution.xml file to point to your .composite files, you can see an example in one of the Tuscany samples, eg: https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/samples/calculator-webapp/src/main/webapp/META-INF/. An alternative may

Re: Getting service manually through servlet

2007-07-12 Thread Luciano Resende
I remember having similar discussions when we discussed web-app story. One issue I see here, when adding all composites as deployable, is that, in some phases of the development life-cycle you might have bad composites, and that would not cause any issues to your app, as these bad composites are

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

2007-07-12 Thread Luciano Resende
The named parameter support was removed from earlier versions of DAS, here is some previous discussion around the subject [1] See also tuscany-658. We might need to do further cleanup on the impl, if I understood correctly. As for your second suggestion (parameter column types), could you expose

Re: [SCA Java] Using complex types in the helloworld-ws-reference example

2007-07-12 Thread Raymond Feng
Hi, David. It seems that you're doing the right steps. If you can attach your test case into a JIRA, we can look into it. Thanks, Raymond - Original Message - From: David Haney [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Thursday, July 12, 2007 5:56 PM Subject: [SCA

Can anyone show me example of a simple scenario?

2007-07-12 Thread Peizhao Hu
Hi, I want to achieve the following tasks in Tuscany. However, not quite sure which sample I really should look into. Can anyone point me to the right direction? I want to write implementation for two components where each component take one input and generate one output. Imagine that these

Re: Can anyone show me example of a simple scenario?

2007-07-12 Thread Raymond Feng
Hi, Please see my comments inline. Thanks, Raymond - Original Message - From: Peizhao Hu [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Thursday, July 12, 2007 7:44 PM Subject: Can anyone show me example of a simple scenario? Hi, I want to achieve the following tasks in