Re: Conversational webservices not supported yet?

2008-06-03 Thread Sun Yang
sions > in WSDL. Are you interested in helping out? > > Thanks, > Raymond > ------ > From: "Sun Yang" <[EMAIL PROTECTED]> > Sent: Sunday, June 01, 2008 4:54 AM > To: > Subject: Conversational webservices not su

Conversational webservices not supported yet?

2008-06-01 Thread Sun Yang
Hi, all: I want to create a prototype which simulate a j2se client connecting to a SCA domain using web services conversationally. I mark the interface as @Conversational, and to support the conversation feature, I add the "sca:requires=conversational" to the wsdl port type. The sca running trace

Re: [Help] Two questions on Tuscany SCA

2008-06-01 Thread Sun Yang
. Please see my > comments in line below. > > Raymond > ------ > From: "Sun Yang" <[EMAIL PROTECTED]> > Sent: Saturday, May 31, 2008 4:57 AM > To: > Subject: [Help] Two questions on Tuscany SCA > > Hi,

[Help] Two questions on Tuscany SCA

2008-05-31 Thread Sun Yang
Hi, all: Our project want to use Tuscany as the integration middleware, and we do some investigation on SCA topics. We still have some confusions on SCA, pls help us to check whether we are on the right track. Currently, we are thinking the following deployment models: 1. put all services in a si

Does Tuscany support EJB service binding?

2008-05-10 Thread Sun Yang
Hi: Could anybody kindly tell me whether Tuscany support EJB service binding? >From the wiki page ( http://incubator.apache.org/tuscany/sca-java-bindingejb.html), I am thinking that Tuscany only supports reference binding currently. Is that right? Best Regards, Yang Sun

Tuscany client side authentication best practice?

2008-03-30 Thread Sun Yang
Hi, I want to know whether Tuscany provide any best practices for client side (c/s architecture) authentication. Could any one help? In the EJB world, we could use a stateful session bean to achieve client side authentication and keep the user authenticated in the same session. Otherwise, we canno

Re: How to get more detailed exception information from a Spring implementation?

2007-09-29 Thread Sun Yang
do we have any best practise for handling the wrapped application exception? Regards, Yang Sun 2007/9/26, Jean-Sebastien Delfino <[EMAIL PROTECTED]>: > > Sun Yang wrote: > > Hi, Raymond: > > > > Thanks for your confirmation. I will do that when I back to work > tomorrow.

Re: How to get more detailed exception information from a Spring implementation?

2007-09-23 Thread Sun Yang
d you please open a JIRA > (https://issues.apache.org/jira/browse/TUSCANY) so that it can be tracked > and fixed? > > Thanks, > Raymond > > - Original Message - > From: "Sun Yang" <[EMAIL PROTECTED]> > To: > Sent: Friday, September 21, 2007 1:47 AM &

How to get more detailed exception information from a Spring implementation?

2007-09-21 Thread Sun Yang
Hi, I am a new user of Tuscany and I am very excited with this great software. I am trying to introduce it into my project and currently I am evaluate it with every possible situations. Currently, I met a small problem with the spring implementation. I am not sure if I understand the background an