what's the matter with the DAS source code???

2007-01-24 Thread Sam Su
I downloaded das-1.0-incubator-M2-src.zip from Apache tuscany website. when I compile it in Eclipse, there are many errors, such as following: The import org.apache.tuscany.das.rdb.config.Command cannot be resolved ConfigHelper.java tuscany/java/org/apache/tuscany/das/rdb line 21 14:48:41 The

why not query datas?

2007-01-24 Thread zhuang johnyson
Hello, I have FM_TEST_CUSTOMER.xml: Config xsi:noNamespaceSchemaLocation= http:///org.apache.tuscany.das.rdb/config.xsd; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; Command name=all customers SQL=select USER_ID,USER_NAME,PASSWORD from FM_TEST_CUSTOMER WHERE USER_ID=2 kind=Select/

Re: what's the matter with the DAS source code???

2007-01-24 Thread Luciano Resende
I'm assuming you are doing the following steps : 1.download and extract DAS M2 source distribution 2.build the source code using maven (e.g. performing mvn on the comand prompt). This should download dependencies, such as SDO, from maven repositories 3.using maven to generate proper eclipse

Re: what's the matter with the DAS source code???

2007-01-24 Thread Dan Murphy
Hi Sam, I too had a similar same problem. It took me a little while, but seemed to be fixed when they are (re)generated by building DAS using maven (although I was not building from the source archive). Unfortunately eclipse does not understand maven build files without using the m3clipse

Re: How to update the Tuscany website?

2007-01-24 Thread Luciano Resende
I've just done the svn update on the people machine. On 1/23/07, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, I have been able to add pages to the WIKI and have added some skeleton pages for SCA, DAS and SDO FAQs. I am also ready with the updates to our site to point to these FAQs - just

Re: How to update the Tuscany website?

2007-01-24 Thread Venkata Krishnan
Thanks Luciano. On 1/24/07, Luciano Resende [EMAIL PROTECTED] wrote: I've just done the svn update on the people machine. On 1/23/07, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, I have been able to add pages to the WIKI and have added some skeleton pages for SCA, DAS and SDO FAQs. I

[jira] Resolved: (TUSCANY-1055) DataFactory.create(abstract_type) should throw an IllegalArgumentException

2007-01-24 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1055. - Resolution: Fixed applied Ki's patch DataFactory.create(abstract_type) should throw

Re: Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-01-24 Thread ant elder
On 1/24/07, Jeremy Boynes [EMAIL PROTECTED] wrote: On Jan 23, 2007, at 1:00 PM, Jean-Sebastien Delfino wrote: Jeremy Boynes wrote: -1 on the single namespace as it couples together all the extensions - we would need to create a new version of the namespace every time any extension changed

Re: Composite without an implementation?

2007-01-24 Thread ant elder
I think this is a defect, would you raise a JIRA for it? There's a related JIRA for if you try to go directly to a reference, see: http://issues.apache.org/jira/browse/TUSCANY-862. ...ant On 1/22/07, Andrew Schofield [EMAIL PROTECTED] wrote: Hi, I've just started using Tuscany and I've been

[jira] Commented: (TUSCANY-750) [SDO for C++] Schema Validation. Validate an XML document against a schema.

2007-01-24 Thread Geoff Winn (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466983 ] Geoff Winn commented on TUSCANY-750: This subject is being actively debated by the specification group. It is

Re: conversion of samples

2007-01-24 Thread ant elder
On 1/24/07, Jim Marino [EMAIL PROTECTED] wrote: I've converted most of the binding and container extensions to reference the 0.1-pre-spec-SNAPSHOT kernel. Also, I started to convert the samples under java/samples/sca/ specifically: - calculator - echo.binding - inner.composite -

[C++] latest from svn gets axis error on build

2007-01-24 Thread Simon Laws
Hi Am building C++ SCA/SDO from head on Fedora Core 6 using build.sh. and get the following g++ -DHAVE_CONFIG_H -I. -I. -I../../../../../.. -I../../../../../../runtime/core/src -I/home/slaws/workspace/cpp/sdo/deploy/include -I/home/slaws/apps/axis2c- bin-0.94-linux/include -D_DEBUG -g -O2 -MT

Re: [C++] latest from svn gets axis error on build

2007-01-24 Thread Simon Laws
On 1/24/07, Simon Laws [EMAIL PROTECTED] wrote: Hi Am building C++ SCA/SDO from head on Fedora Core 6 using build.sh. and get the following g++ -DHAVE_CONFIG_H -I. -I. -I../../../../../.. -I../../../../../../runtime/core/src -I/home/slaws/workspace/cpp/sdo/deploy/include

Re: [C++] latest from svn gets axis error on build

2007-01-24 Thread Andrew Borley
On 1/24/07, Simon Laws [EMAIL PROTECTED] wrote: On 1/24/07, Simon Laws [EMAIL PROTECTED] wrote: Hi Am building C++ SCA/SDO from head on Fedora Core 6 using build.sh. and get the following g++ -DHAVE_CONFIG_H -I. -I. -I../../../../../.. -I../../../../../../runtime/core/src

Re: Move Tuscany wiki to Apache CWIKI?

2007-01-24 Thread ant elder
On 1/23/07, Raymond Feng [EMAIL PROTECTED] wrote: snip 2) I'm not proposing to change the edit policy. The http://cwiki.apache.org/CWIKI/ page also provides some guidances for cases that we use it as a sandbox (open to all registered users) or documentation site (open to folks with CLA on

Re: [C++] Extension mechanism and the REST binding

2007-01-24 Thread Pete Robbins
On 23/01/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Actually this is definitely a problem. The mechanism as it is today means you can not have one extension library that depends on another unless we separate out the static method into it's own dll for each

Re: Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-01-24 Thread Rick
Hello, Not XML schema guru but in the assembly spec don't extension fall in XML schemas given under any namespace=##other ... and the ##other imply a namespace other than the sca one ? ant elder wrote: On 1/24/07, Jeremy Boynes [EMAIL PROTECTED] wrote: On Jan 23, 2007, at 1:00 PM,

[jira] Created: (TUSCANY-1075) Composite without an implementation causes BuilderConfigException

2007-01-24 Thread Andrew Schofield (JIRA)
Composite without an implementation causes BuilderConfigException - Key: TUSCANY-1075 URL: https://issues.apache.org/jira/browse/TUSCANY-1075 Project: Tuscany Issue Type: Bug

Re: Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-01-24 Thread Jeremy Boynes
On Jan 24, 2007, at 5:30 AM, Rick wrote: Hello, Not XML schema guru but in the assembly spec don't extension fall in XML schemas given under any namespace=##other ... and the ##other imply a namespace other than the sca one ? Yes, that's what I was referring to. Also implementation

Re: [VOTE] Tuscany C++ sub-project name

2007-01-24 Thread Andrew Schofield
Not sure if I get a vote having just joined the mailing list. However, I'll not let that put me off and +1 for Tuscany Native. Andrew

Re: Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-01-24 Thread Jim Marino
On Jan 24, 2007, at 1:54 AM, ant elder wrote: On 1/24/07, Jeremy Boynes [EMAIL PROTECTED] wrote: On Jan 23, 2007, at 1:00 PM, Jean-Sebastien Delfino wrote: Jeremy Boynes wrote: -1 on the single namespace as it couples together all the extensions - we would need to create a new version of

Re: conversion of samples

2007-01-24 Thread Jim Marino
On Jan 24, 2007, at 4:31 AM, ant elder wrote: On 1/24/07, Jim Marino [EMAIL PROTECTED] wrote: I've converted most of the binding and container extensions to reference the 0.1-pre-spec-SNAPSHOT kernel. Also, I started to convert the samples under java/samples/sca/ specifically: - calculator

Re: Move Tuscany wiki to Apache CWIKI?

2007-01-24 Thread Raymond Feng
Hi, FYI, I have added edit permissions to all registered users. Thanks, Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, January 24, 2007 4:59 AM Subject: Re: Move Tuscany wiki to Apache CWIKI? On 1/23/07, Raymond Feng

Re: why not query datas?

2007-01-24 Thread Kevin Williams
I agree with Luciano. It is likely that your query is not returning any rows. You can verify this by running the query: select USER_ID,USER_NAME,PASSWORD from FM_TEST_CUSTOMER WHERE USER_ID=2 directly against the database using your database console tool. Is it possible there is no

[jira] Closed: (TUSCANY-1000) Components do not support multiple services

2007-01-24 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng closed TUSCANY-1000. - Components do not support multiple services ---

Re: [VOTE] Tuscany C++ sub-project name

2007-01-24 Thread Oisin Hurley
On 23 Jan 2007, at 10:55, Pete Robbins wrote: I was wondering whether we should package a Tuscany C++ kernel, which is the core runtime and cpp language extension, and have a separate package for scripting extensions ?? +1 --oh

[jira] Commented: (TUSCANY-1048) SDO CTS. Contribute Paramatized Test Cases, and application server test harness

2007-01-24 Thread Robbie Minshall (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467138 ] Robbie Minshall commented on TUSCANY-1048: -- Adding a patch to convert from scenarios to paramatized

[jira] Updated: (TUSCANY-1048) SDO CTS. Contribute Paramatized Test Cases, and application server test harness

2007-01-24 Thread Ki Park (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ki Park updated TUSCANY-1048: - Attachment: patch20070124.txt I'm attaching a patch file which contains updates included in previous

[jira] Commented: (TUSCANY-1034) Need to add support for business exceptions - at least in simple intra-Composite case to begin with

2007-01-24 Thread Rick Rineholt (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467148 ] Rick Rineholt commented on TUSCANY-1034: I've produce a new iTest subdirectory

Dynamic component/outbound wire for CompositeContext.locateService needed ?

2007-01-24 Thread Rick
While investigating TUSCANY-862 with some local modification for other issues, I got as far as getting the message flowing (hello) to the reference however the Axis2TargetInvoker.createOperationClient only expects an OMElement and the message is still the Java String (world). Talking briefly

Re: Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-01-24 Thread Jean-Sebastien Delfino
Jim Marino wrote: On Jan 24, 2007, at 1:54 AM, ant elder wrote: On 1/24/07, Jeremy Boynes [EMAIL PROTECTED] wrote: On Jan 23, 2007, at 1:00 PM, Jean-Sebastien Delfino wrote: Jeremy Boynes wrote: -1 on the single namespace as it couples together all the extensions - we would need to

Re: Dynamic component/outbound wire for CompositeContext.locateService needed ?

2007-01-24 Thread Jim Marino
On Jan 24, 2007, at 1:13 PM, Rick wrote: While investigating TUSCANY-862 with some local modification for other issues, I got as far as getting the message flowing (hello) to the reference however the Axis2TargetInvoker.createOperationClient only expects an OMElement and the message is

Re: Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-01-24 Thread Jeremy Boynes
On Jan 24, 2007, at 1:22 PM, Jean-Sebastien Delfino wrote: The C++ runtime allows bindings and component implementation types to share a common Tuscany namespace and updates to them do not require an update of the Kernel. We simply load the SCDL XSD files out of each runtime extension

cleaning up services and references

2007-01-24 Thread Jim Marino
FYI As part of the service and reference clean-up work, I'm going to remove BoundServiceDefinition and BoundReferenceDefintion, moving bindings (and target URI) up to ServiceDefintion and ReferenceDefinition. This allow us to remove the specializations around those sublcasses. Jim

[jira] Created: (TUSCANY-1076) Dynamic outbound wire for CompositeContext.locateService

2007-01-24 Thread Rick Rineholt (JIRA)
Dynamic outbound wire for CompositeContext.locateService Key: TUSCANY-1076 URL: https://issues.apache.org/jira/browse/TUSCANY-1076 Project: Tuscany Issue Type: Bug

Re: Build errors

2007-01-24 Thread Jean-Sebastien Delfino
ant elder wrote: I've not been able to recreate either of these problems yet. Could you give a bit more info about what you're doing - how you run the samples, what maven commands you use, and from what directory etc? ...ant Ant, Here's what I'm doing. To rebuild everything: rm -rf

Re: Build errors

2007-01-24 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: ant elder wrote: I've not been able to recreate either of these problems yet. Could you give a bit more info about what you're doing - how you run the samples, what maven commands you use, and from what directory etc? ...ant Ant, Here's what I'm doing. To