[jira] Resolved: (TUSCANY-1769) Helloworld-ws-sdo sample contains duplicate classes.

2007-11-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1769. -- Resolution: Cannot Reproduce Can't reproduce using distribution generated from curren

[jira] Updated: (TUSCANY-1654) Problem getting wsdl for service ws binding

2007-11-19 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated TUSCANY-1654: - Attachment: TUSCANY-1654-new.patch Though getContextPath() is added to ServletH

[ANNOUNCE] Apache Tuscany SCA Java 1.0.1 released

2007-11-19 Thread Raymond Feng
The Apache Tuscany team are delighted to announce the 1.0.1 release of the Java SCA project. Apache Tuscany provides a runtime environment based on the Service Component Architecture (SCA). SCA is a set of specifications aimed at simplifying SOA application development. These specifications are

Re: binding-json doesn't support inward Object

2007-11-19 Thread shaoguang geng
Hi, Lucaino: I tried more, and I noticed that to make JSONObject->pojo work, I need to annote the service interface as @Remoteable. The actual transform happens as: JSONObject->JSON2XMLStreamReader->XMLStreamReader->XML2JavaBeanTransformer->pojo So inside this chain, I don't care what the xml

[jira] Resolved: (TUSCANY-1766) Target shipped in helloworld-bpel sample in SCA 1.0 RC3a

2007-11-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1766. -- Resolution: Fixed Fixed in trunk > Target shipped in helloworld-bpel sample in SCA 1

[jira] Assigned: (TUSCANY-1766) Target shipped in helloworld-bpel sample in SCA 1.0 RC3a

2007-11-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TUSCANY-1766: Assignee: Luciano Resende > Target shipped in helloworld-bpel sample in SCA 1.0 R

IMPORTANT: intention of manageable component, suggestion expected

2007-11-19 Thread shaoguang geng
There is a graph and its explain in the topic: https://issues.apache.org/jira/browse/TUSCANY-1903 I expect a disscusion amongst tuscany developers and any tuscany fans. Thanks. - Never miss a thing. Make Yahoo your homepage.

Re: binding-json doesn't support inward Object

2007-11-19 Thread Luciano Resende
There is a thread discussion Databinding transformation from/to Pojo. I guess that threats the same issue you are reporting, and binding-json will support this scenario once the databinding framework is enhanced. [1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg25781.html On Nov 19,

binding-json doesn't support inward Object

2007-11-19 Thread shaoguang geng
Hello, every one: The binding-json (trunk) runs fine, but there is a very important thing I found: The test case uses a primary type as the input type. But if I use a custom type pojo, the Object got no transform! This is a very very thing need our attention. Is there any point over this? I ex

[jira] Commented: (TUSCANY-1903) An implementation openjpa work with policy-transaction is almost done

2007-11-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543751 ] Luciano Resende commented on TUSCANY-1903: -- I'd recommend starting a discussion thread on the dev-list, as

[jira] Resolved: (TUSCANY-1761) tuscany-maven-wsdl2java or wsdl2java doesn't define a plugin repo for java.net

2007-11-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1761. -- Resolution: Cannot Reproduce I don't see any issues while building. Please re-open if

[jira] Updated: (TUSCANY-1903) An implementation openjpa work with policy-transaction is almost done

2007-11-19 Thread gengshaoguang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] gengshaoguang updated TUSCANY-1903: --- Attachment: next-intention-of-managed-resource.png Hi, developers. This graph illustrates

[jira] Resolved: (TUSCANY-1891) Delete operation in Impl.data module

2007-11-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1891. -- Resolution: Fixed Patch applied. Thanks !!! > Delete operation in Impl.data module >

[jira] Assigned: (TUSCANY-1891) Delete operation in Impl.data module

2007-11-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TUSCANY-1891: Assignee: Luciano Resende > Delete operation in Impl.data module > --

[jira] Commented: (TUSCANY-1912) Promoted reference with binding.ws and callback causes null pointer

2007-11-19 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543738 ] Simon Nash commented on TUSCANY-1912: - The NullPointerException is caused by the name of the promoted composite

Re: Databinding transformation generating different invocation message

2007-11-19 Thread Luciano Resende
Thanks Raymond, i have the workaround working locally... will just run a full build before i can commit. On Nov 19, 2007 2:43 PM, Raymond Feng <[EMAIL PROTECTED]> wrote: > Hi, > > I debugged the issue and found out there are two databinding intecerptors > added to the invocation chain. The main is

Re: Databinding transformation generating different invocation message

2007-11-19 Thread Raymond Feng
Hi, I debugged the issue and found out there are two databinding intecerptors added to the invocation chain. The main issue here is that we insert databinding interceptors independently for the reference side and service side. In your case, the reference is defined as follows: i

Re: Distribution structure for SCA Java 1.1 release (was Re: Sample dependencies not pulled in distribution)

2007-11-19 Thread Jean-Sebastien Delfino
[snip] Simon Nash wrote: Samples are very important for beginning users. For users who have moved beyond that stage and are doing real development using Tuscany, samples are not very important. If people in this category do want samples, they are likely to just want to refer to samples source c

[RESULT [VOTE] Please approve Tuscany SCA Java 1.0.1-incubating release

2007-11-19 Thread Raymond Feng
Hi, I'm glad to conclude that the release is now passed with +1s from the following IPMC members: Kevan Miller Craig L Russell Ant Elder Matthieu Riou No -1 or 0 votes. Thank you for the reviews and votes. Raymond - Original Message - From: "Craig L Russell" <[EMAIL PROTECTED]> T

Re: Change the syntax for qname in META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor

2007-11-19 Thread Jean-Sebastien Delfino
[snip] Raymond Feng wrote: The javadoc in QName.valueOf(String) method has some explanations: http://java.sun.com/j2ee/1.4/docs/api/javax/xml/namespace/QName.html#valueOf(java.lang.String) Thanks, Raymond OK Thanks, what about the other questions? Also, I'm not sure I understand the code

[jira] Created: (TUSCANY-1914) Callback services are not taken into account when calculating the total number of services and determining whether the service name should be included in the URI

2007-11-19 Thread Simon Laws (JIRA)
Callback services are not taken into account when calculating the total number of services and determining whether the service name should be included in the URI ---

Re: [NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread Jean-Sebastien Delfino
ant elder wrote: The Tuscany PPMC and Incubator PMC have voted for Rajini Sivaram to become a Tuscany committer. Congratulations and welcome Rajini! ...ant Welcome Rajini! -- Jean-Sebastien - To unsubscribe, e-mail: [EM

Re: How to write a simple SDO class for the tutorial?

2007-11-19 Thread Frank Budinsky
Sebastien, You're generic implementation is fine as long as TypeHelper.INSTANCE is the right scope where the type is registered. If you aren't interested in supporting dynamic subclasses of static classes, then getStaticType() is always == DataObject.getType(), so you might not even need to im

Re: [NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread Luciano Resende
Congratulations and Welcome! On Nov 19, 2007 5:38 AM, Ignacio Silva-Lepe <[EMAIL PROTECTED]> wrote: > Congrats and welcome Rajini! > > > On Nov 19, 2007 4:22 AM, ant elder <[EMAIL PROTECTED]> wrote: > > The Tuscany PPMC and Incubator PMC have voted for Rajini Sivaram to become a > > Tuscany commit

Re: [NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread Raymond Feng
Hi, Rajini. Congratulations and welcome. Thanks, Raymond - Original Message - From: "ant elder" <[EMAIL PROTECTED]> To: "tuscany-dev" Cc: <[EMAIL PROTECTED]> Sent: Monday, November 19, 2007 1:22 AM Subject: [NOTICE] Rajini Sivaram voted as Tuscany committer The Tuscany PPMC and Inc

Re: How to write a simple SDO class for the tutorial?

2007-11-19 Thread Jean-Sebastien Delfino
kelvin goodson wrote: I missed you last point in my reply. getStaticType() is required to underpin fundamental EMF behaviour. Without it EMF's capacity to know the class of an EObject (which all our DataObjects are derived from) is broken for all static classes, and that would break many SDO b

[jira] Updated: (TUSCANY-1899) Java2WSDL (trivial) - do we have to assume method names start w/ a lowercase char?

2007-11-19 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1899: Component/s: (was: Java SDO Tools) In the SDO tools we do this is in generation of XM

Re: How to write a simple SDO class for the tutorial?

2007-11-19 Thread Jean-Sebastien Delfino
kelvin goodson wrote: Sebastien, There's the basis of a Java interface to SDO generator at [1] but it hasn't been developed to a working state and hasn't been looked since the initial drop of code into Tuscany. It would be great to get this or similar function up and running. If you take a loo

Re: How to write a simple SDO class for the tutorial?

2007-11-19 Thread Frank Budinsky
Hi Sebastien, One thing to note is that the static SDO supported in Tuscany today is an EMF-style pattern that is intended to be the highest performance in-memory static DataObjects. Other less-performant patterns, that use a dynamic (DataObject) proxy, for example, are possible and probably ea

Re: Starting a domain manager on a url including a path?

2007-11-19 Thread Simon Laws
On Nov 16, 2007 12:06 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Nov 16, 2007 11:59 AM, ant elder <[EMAIL PROTECTED]> wrote: > > > > > > > On Nov 16, 2007 11:25 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > On Nov 16, 2007 10:58 AM, ant elder <[EMAIL PROTECTED]> wrote: >

Re: svn commit: r595217 - /incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeImpl.java

2007-11-19 Thread Simon Laws
On Nov 19, 2007 2:49 PM, ant elder <[EMAIL PROTECTED]> wrote: > On Nov 17, 2007 5:49 PM, Jean-Sebastien Delfino <[EMAIL PROTECTED]> > wrote: > > > > I was only considering the first composite as I still think that a node > > should only run a single composite :) > > > > > Ok, any helpful suggesti

Re: svn commit: r595217 - /incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeImpl.java

2007-11-19 Thread ant elder
On Nov 17, 2007 5:49 PM, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: I was only considering the first composite as I still think that a node > should only run a single composite :) > > Ok, any helpful suggestions on the discussion in [1] relating to problems starting a domain and multiple

[jira] Created: (TUSCANY-1913) host-tomcat fails to find servlet if it is added, removed and then added again.

2007-11-19 Thread Simon Laws (JIRA)
host-tomcat fails to find servlet if it is added, removed and then added again. --- Key: TUSCANY-1913 URL: https://issues.apache.org/jira/browse/TUSCANY-1913 Project: Tuscany

Re: [NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread Ignacio Silva-Lepe
Congrats and welcome Rajini! On Nov 19, 2007 4:22 AM, ant elder <[EMAIL PROTECTED]> wrote: > The Tuscany PPMC and Incubator PMC have voted for Rajini Sivaram to become a > Tuscany committer. > > Congratulations and welcome Rajini! > > ...ant > ---

[jira] Created: (TUSCANY-1912) Promoted reference with binding.ws and callback causes null pointer

2007-11-19 Thread Simon Laws (JIRA)
Promoted reference with binding.ws and callback causes null pointer --- Key: TUSCANY-1912 URL: https://issues.apache.org/jira/browse/TUSCANY-1912 Project: Tuscany Issue Type: Bu

Re: [NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread Amita Vadhavkar
Congratulations and welcome Rajini! -Amita On Nov 19, 2007 2:52 PM, ant elder <[EMAIL PROTECTED]> wrote: > The Tuscany PPMC and Incubator PMC have voted for Rajini Sivaram to become a > Tuscany committer. > > Congratulations and welcome Rajini! > >...ant > ---

Re: Intermittent build failure in node-impl

2007-11-19 Thread Simon Laws
On Nov 19, 2007 12:10 PM, Simon Nash <[EMAIL PROTECTED]> wrote: > I noticed that today's continuum build failed in node-impl. The error > looks similar to this but not identical. It would be good to resolve > this so that the continuum build works. As a temporary workaround, > perhaps we could

Re: Intermittent build failure in node-impl

2007-11-19 Thread Simon Nash
I noticed that today's continuum build failed in node-impl. The error looks similar to this but not identical. It would be good to resolve this so that the continuum build works. As a temporary workaround, perhaps we could comment out the failing test case. Simon Simon Laws wrote: On Nov

Re: URLs in servlet containers was: Starting a domain manager on a url including a path?

2007-11-19 Thread Simon Laws
On Nov 19, 2007 11:44 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Nov 19, 2007 11:29 AM, ant elder <[EMAIL PROTECTED]> wrote: > > > On Nov 19, 2007 10:22 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > > I've just committed changes to the Jetty and Tomcat host containers. > > > (r596243 a

Re: [NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread Simon Nash
Rajini, Thanks for your excellent contributions. This is very well deserved. Congratulations and welcome! Simon Rajini Sivaram wrote: Thank you all. I look forward to working with all of you. I would also like to thank everyone for integrating my patches over the last few months. Thank

Re: [NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread Rajini Sivaram
Thank you all. I look forward to working with all of you. I would also like to thank everyone for integrating my patches over the last few months. Thank you... Regards, Rajini On 11/19/07, ant elder <[EMAIL PROTECTED]> wrote: > > The Tuscany PPMC and Incubator PMC have voted for Rajini Siva

Re: URLs in servlet containers was: Starting a domain manager on a url including a path?

2007-11-19 Thread Simon Laws
On Nov 19, 2007 11:29 AM, ant elder <[EMAIL PROTECTED]> wrote: > On Nov 19, 2007 10:22 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > I've just committed changes to the Jetty and Tomcat host containers. > > (r596243 and r596246) to ensure that URLs are formed correctly when > > context > > is inc

Re: URLs in servlet containers was: Starting a domain manager on a url including a path?

2007-11-19 Thread ant elder
On Nov 19, 2007 10:22 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > I've just committed changes to the Jetty and Tomcat host containers. > (r596243 and r596246) to ensure that URLs are formed correctly when > context > is included in the Node URI, e.g. > > http://localhost:8080/somecontext > > is co

Re: How to write a simple SDO class for the tutorial?

2007-11-19 Thread kelvin goodson
I missed you last point in my reply. getStaticType() is required to underpin fundamental EMF behaviour. Without it EMF's capacity to know the class of an EObject (which all our DataObjects are derived from) is broken for all static classes, and that would break many SDO behaviours, e.g. serializ

Re: [NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread Venkata Krishnan
Congratulations and Welcome! :) - Venkat On Nov 19, 2007 2:52 PM, ant elder <[EMAIL PROTECTED]> wrote: > The Tuscany PPMC and Incubator PMC have voted for Rajini Sivaram to become > a > Tuscany committer. > > Congratulations and welcome Rajini! > > ...ant >

Re: How to write a simple SDO class for the tutorial?

2007-11-19 Thread kelvin goodson
Sebastien, There's the basis of a Java interface to SDO generator at [1] but it hasn't been developed to a working state and hasn't been looked since the initial drop of code into Tuscany. It would be great to get this or similar function up and running. If you take a look at the noInterfaces te

Re: [NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread Mark Combellack
ant elder <[EMAIL PROTECTED]> writes: > > The Tuscany PPMC and Incubator PMC have voted for Rajini Sivaram to become a > Tuscany committer. > > Congratulations and welcome Rajini! > >...ant > Congratulations Rajini and welcome on board. Mark ---

[jira] Closed: (TUSCANY-1782) Minor issues with RELEASE_NOTES file

2007-11-19 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-1782. -- Resolution: Fixed fixed > Minor issues with RELEASE_NOTES file > ---

[jira] Closed: (TUSCANY-1785) INSTALL file still refers to the 0.91 July release

2007-11-19 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-1785. -- Resolution: Fixed fixed > INSTALL file still refers to the 0.91 July release > -

[jira] Updated: (TUSCANY-1907) Dynamic Wiring: Adding a new component to a contribution

2007-11-19 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1907: --- Fix Version/s: Java-SCA-Next > Dynamic Wiring: Adding a new component to a contribution >

[jira] Updated: (TUSCANY-1911) Amazon Cart for Tutorial

2007-11-19 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1911: --- Fix Version/s: Java-SCA-Next > Amazon Cart for Tutorial > > >

Re: Distribution structure for SCA Java 1.1 release (was Re: Sample dependencies not pulled in distribution)

2007-11-19 Thread ant elder
On Nov 18, 2007 9:31 PM, Simon Nash <[EMAIL PROTECTED]> wrote: > I'm starting a new thread for this as suggested by Sebastien. > > Simon > > Simon Laws wrote: > > > On Nov 15, 2007 6:54 PM, Simon Nash <[EMAIL PROTECTED] > wrote: > > > > (cut) > >> > >>I don't think we should put sample dependenc

Re: Sample dependencies not pulled in distribution

2007-11-19 Thread ant elder
On Nov 17, 2007 6:18 PM, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: I think that there are two types of "sample dependencies": > > A) samples/store uses implementation-data; implementation-data can > technically run with other databases, but we've selected derby as our > preferred databas

Re: [NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread Simon Laws
On Nov 19, 2007 9:22 AM, ant elder <[EMAIL PROTECTED]> wrote: > The Tuscany PPMC and Incubator PMC have voted for Rajini Sivaram to become > a > Tuscany committer. > > Congratulations and welcome Rajini! > > ...ant > Welcome Rajini, It's well deserved. Simon

[NOTICE] Rajini Sivaram voted as Tuscany committer

2007-11-19 Thread ant elder
The Tuscany PPMC and Incubator PMC have voted for Rajini Sivaram to become a Tuscany committer. Congratulations and welcome Rajini! ...ant

Re: It seems a problem inside our json support module

2007-11-19 Thread shaoguang geng
Thanks for respond: Yes, it is trunk code. Detail is: 1. testcase inside demos/alert-aggregator-webapp runs into a error. 2. error came out from JSON2XMLStreamReader, when it initiate an org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader (I checked its doc, there is a little missmatch of