uri of binding.ws should be used restrictedly

2007-09-11 Thread shaoguang geng
Hello every one, uri attribute of is much convenient to attach a WS in. But it works only within a few circumstances, such as another java generated WS provided by Tuscany, JAXWS. But much more WS is complecated, such as JBoss or even a Tuscany WS when the wsdl becomes delicate. Under these

Re: jax-ws instead of axis2

2007-08-15 Thread shaoguang geng
Hi, here is some of my vision: Performance: It seems jaxws is faster than axis2, at this point, I agree jaxws should be part of Tuscany. Another hand, we use axiom for axis2's databinding model, in fact this model is slower than ADB, so change axiom into ADB might be another thing we should do.

Re: Monitoring, logging and exceptions (again)

2007-08-15 Thread shaoguang geng
Me too, read this as a very valuable. Something else, I want to say here: Tuscany is doing things no more than Spring infact, It's nothing but standard. To boost Tuscany, we have a lot of works to do, one of the most is TRANSACTION support. Bind Tuscnay with Spring together is not something smart

Re: Services and WSDL files

2007-08-07 Thread shaoguang geng
This feature has been inquired seval times. Unfortunately, there is a wound in SCA1.0's specification. It requires a uri like attribute which point to a wsdl infact. It means there should exist a wsdl already so that could refer to. But how will it make sence, if the service generate wsdl "on

Re: Tuscany Java2WSDL

2007-08-06 Thread shaoguang geng
Hi, this tool and other tools in Tuscany are distributed as maven plugins. It's not of any value to set them in Tuscany's release. Another word, they should be in maven's repository ready for download. Good Luck Radim Kolarik <[EMAIL PROTECTED]> wrote: Hi, I noticed that there is a Java2WSDL t

Re: Steps to reference an external soap web service

2007-07-27 Thread shaoguang geng
To reference a web service, you must copy the WSDL to your classpath:/wsdl folder. I noticed the point that Tuscany is not able to reference directly. I wish it would be solved in the near future. Good luck Arnt Schoning <[EMAIL PROTECTED]> wrote: Hi there, I've downloaded the Tuscany SCA Jav

Re: Injecting servlet context into component

2007-07-22 Thread shaoguang geng
My oppinion is that service is something independent to any environment, such as servlet container, against your question, I thing you'd better walk around it, it seems you made a wrong design now. Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: [snip] Robert Young wrote: > On a slight

Re: BindException when re-deploying webapp

2007-07-17 Thread shaoguang geng
binding.ws in Tuscany must rely on embedded jetty or tomcat engine, this is generaly used in stand along application, so you saw the "address in use" error. To avoid this error, just change the . Good luck. Robert Young <[EMAIL PROTECTED]> wrote: If I try to re-deploy my webapp in

Re: puzzle from a fresh

2007-07-15 Thread shaoguang geng
;s programming model). Good Luck. Jacek Laskowski <[EMAIL PROTECTED]> wrote: On 7/9/07, shaoguang geng wrote: > A little confused: svn structure just like version 0.9 src, but 1.0-M2 likes > a new file structure! > > When I compile bigbank sample from svn, O, beside o

Re: puzzle from a fresh

2007-07-15 Thread shaoguang geng
by two versions: "0.90-incubating" and "1.0-incubator-M2". The fact is that "0.90-incubating" is newer than "1.0-incubator-M2". Please use version "0.90-incubating". Thanks, Raymond - Original Message - From: "shaoguang geng" To:

Re: Using Tuscany for dynamic component loading

2007-07-15 Thread shaoguang geng
Write your own composite files then. SCADomain looks for them in you classpaths. Dynamc is something you could do with Tuscany, but not recommended, that is out of the scope of SCA. Peizhao Hu <[EMAIL PROTECTED]> wrote: Hi All, I am wondering whether the Tuscany is able to perform dynami

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

2007-07-12 Thread shaoguang geng
Hi, around your question, I may suggest the samples/calculator to you. It is very easy to enjoy. Since your scenario is not clear, I can not write more info here. Any way, samples/calculator is to be used in one JVM, if you are working in a distributed environment, I may suggent you something mo

puzzle from a fresh

2007-07-09 Thread shaoguang geng
A little confused: svn structure just like version 0.9 src, but 1.0-M2 likes a new file structure! When I compile bigbank sample from svn, O, beside of a lot of mis versioning, the very problem is that the generated java codes imports org.apache.tuscany.api.annotation.DataType, which is no

malfunctioning found in SCA java

2007-07-03 Thread shaoguang geng
I extended ws-service and ws-reference sample with 2 services, original it has only one reference of web service which was referenced by a component. Up to now, I add a second service, then things go wrong: The original component implements a service interface, with "getService" metho

Re: DAS build problems compiling SDO code-generated classes

2007-07-02 Thread shaoguang geng
I did not deal with SDA,before, today I tried it, with succeed. And without any change to pom.xml, and every dependency downloaded well. May be you try again, from svn, then you get it. Ron Gavlin <[EMAIL PROTECTED]> wrote: Yes, I am building both from trunk. If I change the das-rdb pom b

Re: Web Service binding deployed into Tomcat

2007-06-29 Thread shaoguang geng
Your first try with [url]?wsdl would work only if you refer to the wsdl file of you service, inside the section. Something else, make a web service binding, does not need a war. The helloworld-ws-service/reference samples have showed this. Good Luck. Jean-Marc Taillant <[EMAIL PROTECTED

Re: What is the minimum set of jar files for the calculator example?

2007-06-27 Thread shaoguang geng
I have this minum jar set, for calculator sample, ohter samples needs more than this. The way I got this result, was when I test then SCA java svn code, not the release code. stax-1.2.0.jar stax-api-1.0.1.jar class files of Calculator it self module jars sca api tuscany assem