[jira] Created: (TUSCANY-1929) when query does not include only pk , java.lang.RuntimeException is returned

2007-12-05 Thread Kristina (JIRA)
when query does not include only pk , java.lang.RuntimeException is returned Key: TUSCANY-1929 URL: https://issues.apache.org/jira/browse/TUSCANY-1929 Project: Tuscany

[continuum] BUILD ERROR: Apache Tuscany SCA Implementation Project

2007-12-05 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=26540projectId=277 Build statistics: State: Error Previous State: Error Started at: Wed 5 Dec 2007 01:07:11 -0800 Finished at: Wed 5 Dec 2007 01:07:20 -0800 Total time: 9s Build Trigger: Schedule Build Number:

[jira] Updated: (TUSCANY-1929) generate xml from dataobject

2007-12-05 Thread Kristina (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristina updated TUSCANY-1929: --- Description: hi all, not sure if this is a bug or is just me... bottom line i need help :) when

Re: Distributed online store scenario, was: Updated online store tutorial

2007-12-05 Thread Simon Laws
On Dec 5, 2007 8:29 AM, Simon Laws [EMAIL PROTECTED] wrote: Hi An update of where I'm up to... Simon On Dec 4, 2007 9:53 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Simon Laws wrote: To get me going on this I've experimented with moving the FruitsCatalog out

[jira] Created: (TUSCANY-1932) Conversion between SDO String and Strings type is not working

2007-12-05 Thread Fuhwei Lwo (JIRA)
Conversion between SDO String and Strings type is not working - Key: TUSCANY-1932 URL: https://issues.apache.org/jira/browse/TUSCANY-1932 Project: Tuscany Issue Type: Bug

Wendy Hsu is out of the office for vacation

2007-12-05 Thread Wendy Hsu
I will be out of the office starting 12/05/2007 and will not return until 12/31/2007. I will respond to your message when I return.

[jira] Updated: (TUSCANY-1932) Conversion between SDO String and Strings type is not working

2007-12-05 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fuhwei Lwo updated TUSCANY-1932: Attachment: XMLSimpleTypeTest.java XMLTypes.xsd Conversion between SDO String

[jira] Updated: (TUSCANY-1929) generate xml from dataobject

2007-12-05 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David T. Adcox updated TUSCANY-1929: Attachment: XMLHelperSample.java Here is a sample of the XMLHelper generating an

Re: Remotable interfaces and pass by value, was: Data transformation from/to POJO

2007-12-05 Thread Raymond Feng
Hi, What we have today is mostly in line with your proposal. Only a few twicks are needed. 1) If the data type is recognized by a known databinding, for example, SDO or JAXB, the databinding specific-copy is used. For SDO, it will be SDO CopyHelper.copy and for JAXB, it will be

[jira] Commented: (TUSCANY-1929) generate xml from dataobject

2007-12-05 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548803 ] David T. Adcox commented on TUSCANY-1929: - Kristina, One thing that is not clear is whether or not you

Re: Data transformation from/to POJO

2007-12-05 Thread Raymond Feng
Hi, I have checked in the first cut under http://svn.apache.org/viewvc?rev=601501view=rev. With these changes, we now use JAXB databinding to deal with POJOs (including simple and complex types). By the JAXB Java to XML default mapping, POJOs are supported in line with the JavaBeans patterns

Re: Implementation Policies

2007-12-05 Thread Raymond Feng
Would it help if the Intent/PolicySet has a pointer to the its attachpoint (i.e., where the intent/policy is declared)? Thanks, Raymond - Original Message - From: Venkata Krishnan [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, December 05, 2007 1:40 AM Subject:

Tuscany SCA build failing - requires a svn clean up on the continuum build machine

2007-12-05 Thread Luciano Resende
Could someone with access to the VMBuild machine do a svn cleanup to try to recover from the build error below. I tried to change the settings on the continuum environment to start from a fresh checkout, but I'm not sure that would solve the problem. -- Forwarded message -- From:

Implementation Policies

2007-12-05 Thread Venkata Krishnan
Hi, To set the context its about specification of policies on implementation elements in a composite. Since we have implementation model instances being reused we have trouble with capturing what policies were set on an implementation under a specific Component. I have this going in the trunk

Re: [jira] Problems calling the real stock quote

2007-12-05 Thread Raymond Feng
Hi, It seems that the component business logic ran into a RemoteException and the Tuscany runtime doesn't know how to map it to a fault for the Web Service. The bad news is that we don't dump the orginal exception in this case. The error handling could be improved. I suggest you look into

Re: Remotable interfaces and pass by value, was: Data transformation from/to POJO

2007-12-05 Thread Giorgio Zoppi
2007/12/5, Jean-Sebastien Delfino [EMAIL PROTECTED]: Jean-Sebastien Delfino wrote: Some answers after researching the spec docs: Raymond Feng wrote: Hi, I think this issue needs to be brought up at the spec level. Basically, the following have to be clarified: 1) What interfaces

[jira] Created: (TUSCANY-1930) Wire specified in composite file not working

2007-12-05 Thread Andy Verberne (JIRA)
Wire specified in composite file not working Key: TUSCANY-1930 URL: https://issues.apache.org/jira/browse/TUSCANY-1930 Project: Tuscany Issue Type: Bug Components: Java SCA Assembly

Unexpected/Unknown option argument when linking rest interface

2007-12-05 Thread Adriano Crestani
I'm trying to build the SCA's REST extension, but I'm getting a strange error in every attempt to link...it shows: [exec] mt.exe : command line error c1010007: Unexpected/Unknown option Release\cpp\sca\runtime\core\src\.libs/tuscany_sca.dll;2. Use the /? option for help on usage and samples.

Re: Distributed online store scenario, was: Updated online store tutorial

2007-12-05 Thread Simon Laws
Hi An update of where I'm up to... Simon On Dec 4, 2007 9:53 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Simon Laws wrote: To get me going on this I've experimented with moving the FruitsCatalog out of the cloud and into a webapp. The web app relies on the evolving

Wendy Hsu is out of the office for vacation

2007-12-05 Thread Wendy Hsu
I will be out of the office starting 12/05/2007 and will not return until 12/31/2007. I will respond to your message when I return.

[jira] Created: (TUSCANY-1931) New WireTestCase in order to detect bug reported in JIRA as TUSCANY-1930

2007-12-05 Thread Andy Verberne (JIRA)
New WireTestCase in order to detect bug reported in JIRA as TUSCANY-1930 Key: TUSCANY-1931 URL: https://issues.apache.org/jira/browse/TUSCANY-1931 Project: Tuscany

Re: Data transformation from/to POJO

2007-12-05 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I have checked in the first cut under http://svn.apache.org/viewvc?rev=601501view=rev. With these changes, we now use JAXB databinding to deal with POJOs (including simple and complex types). By the JAXB Java to XML default mapping, POJOs are supported in line with

Webapp integration test with maven cargo plugin

2007-12-05 Thread Raymond Feng
Hi, We have been painful with running the web application tests manually a few days before a release. I think it would be beneficial to automate the tests as part of the maven build. To get it started, I checked in [1] an example to demonstrate how to use the cargo [2] maven plugin to