Property Configurations - Problems related Databinding

2006-10-23 Thread Venkata Krishnan
Hi Raymond, I have been looking at committed Tuscany-760 which is about the Calculator-Combo sample to provide some simple demonstrations of SCA concepts. I am working with the branch code only. In trying to put in a 'property' defn. in the scdl file I am experiencing the following problems:

Re: [jira] Updated: (TUSCANY-760) Create a 'Calculator Combo Sample' that will demonstrate integration of different technologies

2006-10-23 Thread Venkata Krishnan
Hi Jojo, Thanks for doing this sample and submitting it. I have committed your submission in Tuscany-760 with the following changes: - 1) Modified the Calculator-Combo for ... - created a SciCalculatorService and implementation. In this I have added a few more calculator functions such as

Question: Stored procedure support as binding in SCA

2006-10-23 Thread Amita Vadhavkar
Hi, There is a mention that database stored procedure binding is supported, in SCA Assembly model specification , page 43, section 1.5 , para 2 and some other places in the same document. Will somebody please elaborate using some sample / existing code location for it. Regards, Amita

Re: [VOTE] Release Tuscany Java SDO Milestone 2

2006-10-23 Thread Raymond Feng
+1. - Original Message - From: kelvin goodson [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Tuesday, October 17, 2006 7:35 AM Subject: [VOTE] Release Tuscany Java SDO Milestone 2 Please vote to approve the release SDO Java Milestone 2: The release candidate is

Re: JDBC stored procedure container using DAS

2006-10-23 Thread Amita Vadhavkar
Yes, posting the question about spec as a separate mail. I am out of town for 4-5 days for some urgent personal work. Will continue working on this after I return. Regards, Amita On 10/21/06, Luciano Resende [EMAIL PROTECTED] wrote: You could probably also post your questions about the SCA

Re: Declarative DAS, was Re: Modeling the RDB DAS in SCA

2006-10-23 Thread Luciano Resende
Hi Amita I think we were both going on the same way, with the DAS Service sample, altough i had the interface more like this, to be more flexible : public interface DASService { public DAS configureService(String configFile); public DataObject executeCommand(String commandName);

Re: Property Configurations - Problems related Databinding

2006-10-23 Thread Raymond Feng
Hi, The problem has been fixed (r467081) and I can run the samples successfully now. Thanks, Raymond - Original Message - From: Venkata Krishnan [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Sunday, October 22, 2006 9:43 AM Subject: Property Configurations - Problems

Re: Declarative DAS, was Re: Modeling the RDB DAS in SCA

2006-10-23 Thread Kevin Williams
I like the idea of a DASService sample. We might think to integrate this as part of BBank too! -- Kevin Luciano Resende wrote: Hi Amita I think we were both going on the same way, with the DAS Service sample, altough i had the interface more like this, to be more flexible : public

Help with SCA standalone distribution and helloworldws-async

2006-10-23 Thread Robbie Minshall
Hi. I am trying to execute the helloworldws-async sample in the latest m2 revision of tuscany. I imagine that there is a simple usage issue here but I am getting the following error when I am executing the client [WARNING] POM for 'org.apache.axis2:axis2-kernel:pom:SNAPSHOT:runtime' is

Re: Help with SCA standalone distribution and helloworldws-async

2006-10-23 Thread Raymond Feng
Hi, You need to have tuscany-sdo-impl-1.0-incubator-M2-SNAPSHOT.jar in lib folder because the SDO XXXHelper.INSTANCE pattern creates a dependency for the interfaces on the implmentation. Thanks, Raymond - Original Message - From: Robbie Minshall [EMAIL PROTECTED] To:

Re: Help with SCA standalone distribution and helloworldws-async

2006-10-23 Thread Raymond Feng
Hi, In the sandalone case, jars in the lib folder are not automatically added to the classpath of your application unless it's either referenced by the Class-Path entry in META-INF/MANIFEST.MF from your application jar or added to the classpath explicitly. Thanks, Raymond - Original

SDO C++: Getting Involved -- Tests/Samples

2006-10-23 Thread Bryan Luoma
Hello, I also attached a few sample C++ unit tests used at Rogue Wave Software. http://issues.apache.org/jira/browse/TUSCANY-840 There are 3 Example RW C++ unit tests using cxxTest Framework. sdo.zip archive consists of 3 tests: DataObjectTest: 213 test cases DataObjectGetSetPrimitivesTest:

Compile errors in projects databinding-test and databinding-jaxb

2006-10-23 Thread Adriano Crestani
I am getting 2 types of erros when I try to compile all the project, both type of errors are in project databinding-test and databinding-jaxb, the error are: - The attribute required is undefined for the annotation type XmlElement - Type mismatch: cannot convert from XmlAccessType to AccessType

Re: Property Configurations - Problems related Databinding

2006-10-23 Thread Venkata Krishnan
Thanks Raymond :).. will check that out. - Venkat On 10/24/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, The problem has been fixed (r467081) and I can run the samples successfully now. Thanks, Raymond - Original Message - From: Venkata Krishnan [EMAIL PROTECTED] To: