change build method to incrementalBuild,throws assembly problem

2007-07-24 Thread wang feng
problem: Composite assembly problem: Service not found for component service: ComponentOne/$promoted$.Service_One Thanks Wang Feng - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Re: [DISCUSS] Tuscany SCA Roadmap and next releases

2007-10-16 Thread wang feng
Hi all, We have used Tuscany 1.0 in our product and found some features is important to us. - Support hot deployable on contribution and composite. This should be have a recursive algorithm to update the correlated component when it has been referenced. - Support SDO namespace when using

Re: Re: [DISCUSS] Tuscany SCA Roadmap and next releases

2007-10-23 Thread wang feng
hi Jean-Sebastien, Please see my comments below. Thanks, wangfeng On 2007-10-20, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: wang feng wrote: Hi all, We have used Tuscany 1.0 in our product and found some features is important to us. Thanks a lot for contributing here

How to invoke a service using a common class interface

2007-12-10 Thread wang feng
(add,new Class[]{Double.class,Double.class},new Double[]{2.0,3.0}); How can I do for this,anyone has advice. Thanks Wang Feng - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Re: How to invoke a service using a common class interface

2007-12-10 Thread wang feng
Thanks for reply. I think the (B) is the best,but I have some questions on this. Please see my comments below. Thanks, wangfeng On 2007-12-11, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: wang feng wrote: Hi,all I has a scenario as below. When get a service,I want to use

A question on webservice binding

2008-01-04 Thread wang feng
servelet mapping and not use the build-in tomcat or jetty module? Thanks Wang Feng - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: A question on webservice binding

2008-01-06 Thread wang feng
exposed by the webapp container. Simon wang feng wrote: Hi,all I use tuscany on the application server such as jboss or weblogic or websphere, but I have a question when I use web service binding. When deploying a service to webservice through webservice binding,should I must include

Re: Re: Re: A question on webservice binding

2008-01-09 Thread wang feng
I use the recent build from the trunk,it's working OK. The issue in 1.0.1 release have been resolved. Thank you Simon. Thanks, wangfeng On 2008-01-09, wang feng [EMAIL PROTECTED] wrote: My environment is Sun jdk 1.5.0_09-b03 and Tomcat 5.5.23,Tuscany version is 1.0.1 release. Thanks

How to use SDO in tuscany sca?

2008-02-18 Thread wang feng
+ name.getString(first) + + name.getString(last); } } You can download the full testcase on http://www.blogjava.net/Files/wangfeng/src.zip Thanks Wang Feng - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Re: How to use SDO in tuscany sca?

2008-02-19 Thread wang feng
... but you can have as multiple import.sdo elements). This relation between SCA and SDO scopes is defined by Tuscany, not a spec, at the moment. Scott On Feb 18, 2008 9:15 AM, wang feng [EMAIL PROTECTED] wrote: Hi all, I do a sample which has a parameter's type is DataObject,and deploy

Re: Re: Re: How to use SDO in tuscany sca?

2008-02-20 Thread wang feng
the issue, I can run it successfully with the import.sdo statement. Thanks, Raymond - Original Message - From: wang feng [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, February 19, 2008 5:04 PM Subject: Re: Re: How to use SDO in tuscany sca? I add the element 'import.sdo

Deploy a web service ,but not to target with reference

2008-03-03 Thread wang feng
target=HelloWorldServiceJavaComponent/ /component /composite -- wang feng 2008-03-04 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Re: Deploy a web service ,but not to target with reference

2008-03-03 Thread wang feng
interface=http://helloworldsdo#wsdl.interface(HelloWorld) / binding.ws/ /service /component Thanks, Wang Feng On 2008-03-04,Raymond Feng [EMAIL PROTECTED] wrote: Hi, In the 2nd case, the service is exposed using binding.ws. But the reference uses the binding.sca

How to use logger policy?

2008-03-25 Thread wang feng
/ /component component name=DivideServiceComponent implementation.java class=calculator.DivideServiceImpl/ /component /composite -- wang feng 2008-03-26 - To unsubscribe, e-mail: [EMAIL

Re: Re: How to use logger policy?

2008-03-26 Thread wang feng
dir of the composite file,it run fine. Is something wrong? Thanks, Wang Feng On 2008-03-26,Raymond Feng [EMAIL PROTECTED] wrote: Hi, Are you packaging definitions.xml in your SCA contribution to try application-level configuration of the intents/policySets? For tuscany extensions, we have

Parsing the wsdl file,is part element name must equals operation's name?

2008-04-01 Thread Wang Feng
().next(); QName elementName = part.getElementName(); if (elementName == null) { return null; } if (!operation.getName().equals(elementName.getLocalPart())) { return null; } If this is a bug,I will put a jira. -- Wang Feng 2008-04-02

Re: SCADomain.getService () should throw exception when bogus component name is passed?

2008-04-10 Thread Wang Feng
+1 throw an exception. The scenario like this class.getMethod(methodName). If a matching method is not found,it will throw NoSuchMethodException. Thanks, Wang Feng On 2008-04-10,ant elder [EMAIL PROTECTED] wrote: TUSCANY-2145 asks about SCADomain.getService () returning a proxy even when

Can composite namespace equal in different contribution?

2008-04-14 Thread Wang Feng
/ /contribution -- Wang Feng 2008-04-15 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Can composite namespace equal in different contribution?

2008-04-14 Thread Wang Feng
Hi Luciano Thank you for your quick response. When a contribution metadata contains a deployable composite but the composite is not exist, there will be recursive resolve the composite and will stack overflow. I will create a jira and put my testcase. Thanks, Wang Feng On 2008-04-15

Re: [NOTICE] Wang Feng voted as Tuscany committer

2008-04-16 Thread Wang Feng
Thanks everyone for the congratulations and welcome and I'm looking forward to the next exciting stage of the Tuscany community. Thanks, Wang Feng On 2008-04-16 16:55:10,ant elder [EMAIL PROTECTED] wrote: The Tuscany PPMC and Incubator PMC have voted for Wang Feng to become a Tuscany committer

Re: Renaming SDO CTS

2008-04-22 Thread Wang Feng
+1 Thanks, Wang Feng On 2008-04-22 00:52:34,Luciano Resende [EMAIL PROTECTED] wrote: I'd like to rename the CTS svn project to SDO-CTS Please let me know if anyone have issues here, otherwise I want to do this on the next couple days. -- Luciano Resende Apache Tuscany Committer http

Re: [VOTE] Graduate Apache Tuscany as a Top Level Project

2008-04-28 Thread Wang Feng
+1 from me too. Thanks, Wang Feng On 2008-04-29 02:16:50,ant elder [EMAIL PROTECTED] wrote: We've done a lot of work since last October. We now have a diverse community of contributors and have demonstrated the ability to attract new committers to create an even more diverse community

Re: [VOTE] Graduate Apache Tuscany as a Top Level Project (take two)

2008-05-10 Thread Wang Feng
+1 from me. Thanks, Feng Wang On 2008-05-10 15:17:39,ant elder [EMAIL PROTECTED] wrote: Restarting the graduation vote with the updated proposal words, please vote on the proposal below to graduate Tuscany to a TLP. +1 from me. ...ant X. Establish the Apache Tuscany Project