A JavaScript component type?

2006-01-27 Thread ant elder
As a way to learn more about how the Tuscany Java code works I've been trying to extend it with a new component implementation type for invoking JavaScript scripts. This mostly works now, scripts are invoked using Mozilla Rhino and can be configured in the usual SCA way with properties and service

[jira] Updated: (TUSCANY-10) SDO test cases should validate output

2006-01-27 Thread Fuhwei Lwo (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-10?page=all ] Fuhwei Lwo updated TUSCANY-10: -- Attachment: sdotestcases.patch This is the complete patch for all test cases. SDO test cases should validate output -

Re: A JavaScript component type?

2006-01-27 Thread Jeremy Boynes
ant elder wrote: As a way to learn more about how the Tuscany Java code works I've been trying to extend it with a new component implementation type for invoking JavaScript scripts. This mostly works now, scripts are invoked using Mozilla Rhino and can be configured in the usual SCA way with

[jira] Created: (TUSCANY-19) SDO2 default types not available or working correctly

2006-01-27 Thread Brent Daniel (JIRA)
SDO2 default types not available or working correctly - Key: TUSCANY-19 URL: http://issues.apache.org/jira/browse/TUSCANY-19 Project: Tuscany Type: Bug Components: Java SDO Implementation Reporter: Brent

[jira] Created: (TUSCANY-20) Default SDO 2 types not available or working correctly

2006-01-27 Thread Brent Daniel (JIRA)
Default SDO 2 types not available or working correctly -- Key: TUSCANY-20 URL: http://issues.apache.org/jira/browse/TUSCANY-20 Project: Tuscany Type: Bug Components: Java SDO Implementation Reporter: Brent

[jira] Closed: (TUSCANY-10) SDO test cases should validate output

2006-01-27 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-10?page=all ] Jeremy Boynes closed TUSCANY-10: Resolution: Fixed Fuhwei's patches add a mechanism for validating the XML and mean the testcases actually test. Thanks SDO test cases should validate

[jira] Closed: (TUSCANY-19) SDO2 default types not available or working correctly

2006-01-27 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-19?page=all ] Kevin Williams closed TUSCANY-19: - Resolution: Duplicate Mistakenly created the same JIRA twice SDO2 default types not available or working correctly

Re: AXIS2 integration (SDO--AXIOM and more...)

2006-01-27 Thread Raymond Feng
It's glad to see your help. I think two things need to happen to support the databinding-based integration with Axis. 1) Implement the Serializer/Deserializer for SDO DataObject based on the Axis databinding interfaces (The prototype for Axis1.3 has been in code base and I unit-tested it by

Re: AXIS2 integration (SDO--AXIOM and more...)

2006-01-27 Thread Paul Fremantle
Ant I'd like to help Paul On 1/26/06, ant elder [EMAIL PROTECTED] wrote: I'd be interested in helping with this and have some time now. Raymond, a while back you said you'd started some prototyping for this, i don't want to step on your toes if you're actively working it, are you? Is there

Re: AXIS2 integration (SDO--AXIOM and more...)

2006-01-27 Thread ant elder
Excellent, looks like there's a lot of work to be done with the WS support, not just specifically with Axis2 but also with using the various other Apache WS sub projects for QOS things. Also be good having another Synapsian starting to look at Tuscany so we can start thinking about how they could

Re: AXIS2 integration (SDO--AXIOM and more...)

2006-01-27 Thread Jeremy Boynes
ant elder wrote: Also be good having another Synapsian ... Does that make us Tuscan? -- Jeremy

Re: m2 version of acceptance

2006-01-27 Thread jack . unrue
Quick update...running against the old code under contrib\java\trunk, I am getting the following exception in the bigbank webclient acceptance: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 java.util.ArrayList.RangeCheck(ArrayList.java:546)