Re: Handling authentication for non-web services?

2007-10-22 Thread Venkata Krishnan
Hi Jason, Here are some thoughts for your queries on the policies and enabling authentication to leverage from an LDAP registry. - Our Axis2 based WS Binding uses the Apache Rampart module for enabling security around the web services hosted by our SCA Runtime. If you look at the sample hellowor

Re: Generating Ant Re: Please nominate the bug fixes for Tuscany SCA Java 1.0.1 release

2007-10-22 Thread Raymond Feng
Hi, The plugin is a great relief. Thanks! For the binary distro, we used to have all the jars (including tuscany and 3rd party) under lib folder. Are you proposing to have tuscany jars under "modules" and 3rd party jars under "lib" now? It seems that the generated ant scripts follow that patt

Re: Interceptors between services

2007-10-22 Thread Raymond Feng
Hi, You need to add an extension to Tuscany and then you can add interceptors as follows: 1) Implement the org.apache.tuscany.sca.invocation.Interceptor interface for your interceptor 2) Implement org.apache.tuscany.sca.runtime.RuntimeWireProcessor interface public void process(RuntimeWire

Re: Interceptors between services

2007-10-22 Thread haleh mahbod
Hi Deepak, There is support for policy in SCA release 1.0. Is this what you are referring to here? Haleh On 8/3/07, Deepak Nadig <[EMAIL PROTECTED]> wrote: > > > Hi, > > Are there any plans for an interceptor model between service invocations? > While the framework does a good job in wiring servi

Re: Tuscany SDO C++ under Windows with MinGW?

2007-10-22 Thread Adriano Crestani
Hi Eike, I'm not used to MinGW, but there is a new way to build the SDO C++ using Apache Ant. You may be able to configure it to compile with the compiler you want to ; ) Adriano Crestani On 10/8/07, Eike Thaden <[EMAIL PROTECTED]> wrote: > > Hi, > > is there a way to use Tuscany SDO C++ under W

Re: adding rubygem as dependency in ruby file

2007-10-22 Thread haleh mahbod
Hi Susanta, you mentioned " I'm writing a meshup sample using SCA. Here I'm using one composite written in Ruby which requires ""rubygem". would you like to contribute your sample to Tuscany? Good samples are always helpful to other users. Thanks, Haleh On 9/27/07, Jean-Sebastien Delfino <[EMAI

Generating Ant Re: Please nominate the bug fixes for Tuscany SCA Java 1.0.1 release

2007-10-22 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Raymond Feng wrote: Hi, As it was originally proposed, we'll do a SCA Java 1.0.1 release using the 1.0 branch as the base line. The 1.0.1 is intended to be a bug fix release and it should contain only non-disruptive changes. The approach we take is to pull post-

Re: throws Exception problem

2007-10-22 Thread Jean-Sebastien Delfino
Hi Nishant, I just realized that nobody has responded to your email yet. I have a few questions about the issue you're seeing. Nishant Joshi wrote: About jira 1562 , I have one user defined exception class in same directory as my impl. and service, now i have generated wsdl on the fly. but th

Re: Please nominate the bug fixes for Tuscany SCA Java 1.0.1 release

2007-10-22 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, As it was originally proposed, we'll do a SCA Java 1.0.1 release using the 1.0 branch as the base line. The 1.0.1 is intended to be a bug fix release and it should contain only non-disruptive changes. The approach we take is to pull post-1.0 commits of incremental bug

Re: Why there is no tuscany-binding-jms-1.0-incubating.jar in release apache-tuscany-sca-1.0-incubating.zip

2007-10-22 Thread Jean-Sebastien Delfino
Luciano Resende wrote: > The following JIRA [1] has some more info on the JMS Binding and it's > current status. > > [1] https://issues.apache.org/jira/browse/TUSCANY-1789 > > On 10/19/07, JunJie Nan <[EMAIL PROTECTED]> wrote: > >> $ ls modules/*-binding-* >> modules/tuscany-binding-dwr-1.0-inc

Please nominate the bug fixes for Tuscany SCA Java 1.0.1 release

2007-10-22 Thread Raymond Feng
Hi, As it was originally proposed, we'll do a SCA Java 1.0.1 release using the 1.0 branch as the base line. The 1.0.1 is intended to be a bug fix release and it should contain only non-disruptive changes. The approach we take is to pull post-1.0 commits of incremental bug fixes from the trunk

RE: SCA WCF Integration

2007-10-22 Thread Anderson, Jeff T (CA - Toronto)
Our client is also very interested in this topic, be very interested in seeing how it performed tighter integration, such as being able to declare an intent on a wcf service method and use the Tuscany or other SCA policy framework to satisfy the intent at runtime. Just one of many examples, I d

Re: SCA WCF Integration

2007-10-22 Thread Simon Nash
You are correct that in Tuscany currently we don't have any way to make a WCF Web service part of the SCA domain. I think there are (at least) two options for how you could do this. 1. Use on a SCDL reference to connect from the SCA domain to the WCF Web service. The reference is part of th

SCA WCF Integration

2007-10-22 Thread James, Steven
I have a question regarding WCF and SCA integration which I am hoping someone in this list can give clarity to. As far as I see it currently a WCF Web service is not part of the SCADomain. If a composed component had a dependency on a WCF component could an explicit reference be set to that WCF we