Touble with jaxws-maven-plugin when compiling interface-java-jaxws module

2008-02-27 Thread Alex
Hi all, When I excuted mvn install for interface-java-jaxws modules, got error for missing class: java.lang.NoClassDefFoundError: javax/jws/WebParam$Mode I had added the \javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar for both project depandency and plugin dependency but still got can't not

Re: svn commit: r631266 - in /incubator/tuscany/java/sca/modules/contribution/src/main: java/org/apache/tuscany/sca/contribution/processor/ resources/META-INF/services/

2008-02-27 Thread Simon Laws
On Tue, Feb 26, 2008 at 7:02 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Laws wrote: Sebastien This looks interesting. Can you say a little about how this will be used. I'm interested as I'd like to see us open up the contribution service a bit and provide some

What is the authoritative source on writing a new implementation?

2008-02-27 Thread Matthew Peters
I wanted to write a new implementation.xxx but before I started I wanted to be sure what the authoritative siource on how to do it is - after looking through http://incubator.apache.org/tuscany/sca-java-extension-development-guide.html and some of the existing extensions, I gathered that there

Re: What is the authoritative source on writing a new implementation?

2008-02-27 Thread Luciano Resende
CRUD extension sample is a good place to start. Let us know if you find issues or have further questions. On Wed, Feb 27, 2008 at 6:24 AM, Matthew Peters [EMAIL PROTECTED] wrote: I wanted to write a new implementation.xxx but before I started I wanted to be sure what the authoritative siource

Re: Touble with jaxws-maven-plugin when compiling interface-java-jaxws module

2008-02-27 Thread Raymond Feng
Hi, Our build has a dependency on javax.xml.ws:jaxws-api:2.1. And we have the java.net configured as a maven repo in our pom.xml. The build fails randomly because the same artifact is available at [2] but it has a different pom as [1]. A bunch of transitive dependencies are missing in [2], such

[jira] Assigned: (TUSCANY-1926) Problem w/ JDKInvocationHandler with dynamic reference with WSDLinterface

2008-02-27 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1926: - Assignee: Raymond Feng Problem w/ JDKInvocationHandler with dynamic reference with

[jira] Commented: (TUSCANY-1926) Problem w/ JDKInvocationHandler with dynamic reference with WSDLinterface

2008-02-27 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12572988#action_12572988 ] Raymond Feng commented on TUSCANY-1926: --- Can you attach your test case so that I

Re: Problem with International characters in a Confluence Wiki page

2008-02-27 Thread Raymond Feng
Hi, I created a page with Chinese title and content @ http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=77938. And it works fine so far. So I assume the problem is now fixed. Thanks, Raymond -- From: Luciano Resende [EMAIL

Spring Framework

2008-02-27 Thread Kapish Aggarwal
Just a quick general question, are there plans to move the core-spring and implementation-spring modules to utilize the 2.5 Spring Framework? Kapish Aggarwal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: A Chinese version of Tuscany's technical page

2008-02-27 Thread Luciano Resende
We have fixed the technical issues that were preventing us to continue with this effort, so I guess we are ready to accept the Chinese translation of the Tuscany website. I think the following are the next steps we should take : - Remove the old corrupted contents from our wiki ( I can do this

Re: Spring Framework

2008-02-27 Thread Raymond Feng
We could do that if there is no objection. I assume it should be fairly straightforward. Thanks, Raymond -- From: Kapish Aggarwal [EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 10:35 AM To: tuscany-dev tuscany-dev@ws.apache.org Subject:

Re: Trouble with aggregating definitions.xml in distro

2008-02-27 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi Sebastien, Thanks for the suggestion. Going by the ProviderExtesionPoint way... - first I'd prefer load the definitions.xml instead of creating programmatically so that we don't have to touch the code for every change to the definitions. Definitions.xml is code,

Re: Spring Framework

2008-02-27 Thread Jean-Sebastien Delfino
Kapish Aggarwal wrote: Just a quick general question, are there plans to move the core-spring and implementation-spring modules to utilize the 2.5 Spring Framework? Kapish Aggarwal Core-spring was an experiment (I was trying to replace our core runtime with Spring), we could also just

Re: Support for Atom using Apache Abdera

2008-02-27 Thread Luciano Resende
I have completed most of the work done related to porting the Feed Binding to use Apache Abdera 0.3.0. I have also moved sample/store and the Store scenario tutorial to use this new implementation. I'm still planning to refactor the binding-feed-atom to follow the modularization used for other

Re: Spring Framework - Move the Spring Implementation up to Version 2.5 of the Spring Framework?

2008-02-27 Thread Mike Edwards
Folks, Are users of the Spring Implementation ready for us to move up to use the 2.5 version of the Spring Framework? Please let us know. Yours, Mike. Kapish Aggarwal wrote: Just a quick general question, are there plans to move the core-spring and implementation-spring modules to

Re: svn commit: r631266 - in /incubator/tuscany/java/sca/modules/contribution/src/main: java/org/apache/tuscany/sca/contribution/processor/ resources/META-INF/services/

2008-02-27 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: ... Yes that's where I'm going :), I'm trying to implement discrete functions to: - add/list/remove contributions/composites/nodes - analyze/resolve/validate contributions and their dependencies - read/compile-build/write composites without requiring a runtime ...

Re: Touble with jaxws-maven-plugin when compiling interface-java-jaxws module

2008-02-27 Thread Alex
Thanks a lot, I get it! -Alex Wu

Contribution services minor cleanup - Removing ModelResolverImpl

2008-02-27 Thread Luciano Resende
I have done some code cleanup to remove the old and obsolete ModelResolverImpl, that would help to reduce the issues mentioned by Sebastien in [1]. I have also removed the direct usage of the ModelResolverImpl in various places in the code and although I got a clean build locally, feel free to let

[jira] Created: (TUSCANY-2055) ServiceReference.getConversationID() not returning generated conversation IDs

2008-02-27 Thread Kevin Williams (JIRA)
ServiceReference.getConversationID() not returning generated conversation IDs - Key: TUSCANY-2055 URL: https://issues.apache.org/jira/browse/TUSCANY-2055 Project: Tuscany

[jira] Commented: (TUSCANY-2055) ServiceReference.getConversationID() not returning generated conversation IDs

2008-02-27 Thread Kevin Williams (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12573160#action_12573160 ] Kevin Williams commented on TUSCANY-2055: - The getConversationID() test in