Re: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread Raymond Feng
Hi, I'm looking into the direction to make the data mediation pluggable into a system service which holds a registry for all the mediators. Then the usage pattern will become the following: 1) Get the data mediation system service (can be done by injection on autowire). 2) Transform the

Re: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread Jim Marino
I was thinking it would be a system service since it appears to be applicable to a wide variety of things in the runtime. Having it as a system service also allows it to be managed and autowired to other extension points (e.g. services, bindings, components that may want to use it). If

Re: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread Raymond Feng
Hi, Jim. You can download the prototype from http://wiki.apache.org/ws-data/attachments/Tuscany(2f)TuscanyJava(2f)DataMediation/attachments/tuscany-databinding.zip. The file can be directly unzipped into sca/databinding folder and the project has been configured to be built with maven. You

TypeHelper WAS: RE: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread Liu, Jervis
Hi Jeremy, So what is the issue with TypeHelper, and when can this be resolved? SDOXMLHelper.java will need to use typeHelper. Previously in M1, Binding extension can get TypeHelper from LoaderContext, so how can I get it now using the new SPI code? From DeploymentContext? (see

[jira] Created: (TUSCANY-506) Sequenced Open types are not being loaded via the sequence interface

2006-06-29 Thread Ed Slattery (JIRA)
Sequenced Open types are not being loaded via the sequence interface Key: TUSCANY-506 URL: http://issues.apache.org/jira/browse/TUSCANY-506 Project: Tuscany Type: Bug Components: C++ SDO

[jira] Assigned: (TUSCANY-506) Sequenced Open types are not being loaded via the sequence interface

2006-06-29 Thread Ed Slattery (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-506?page=all ] Ed Slattery reassigned TUSCANY-506: --- Assign To: Ed Slattery Sequenced Open types are not being loaded via the sequence interface

[jira] Resolved: (TUSCANY-506) Sequenced Open types are not being loaded via the sequence interface

2006-06-29 Thread Ed Slattery (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-506?page=all ] Ed Slattery resolved TUSCANY-506: - Resolution: Fixed Sequenced Open types are not being loaded via the sequence interface

RE: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread Liu, Jervis
Hi Raymond, I just downloaded the prototype. It looks great to me. A couple of questions based on my immediate use case that is to do the data transformation(xml to sdo, sdo to xml etc) in Celtix binding: 1. How do I use DataMediation as a system service in binding extension. According to my

Re: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread ant elder
We had an interesting thread about this back in March: http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg01032.html It'd be great if the runtime could deal with all this and extensions didn't need to care. So for example the Celtix binding would just declare the data formats in can

[jira] Commented: (TUSCANY-505) xsi:type on root element fo XML doc causes problems

2006-06-29 Thread Ed Slattery (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-505?page=comments#action_12418423 ] Ed Slattery commented on TUSCANY-505: - The SDO spec says: When saving the root element, an xsi:type may always be written in the XML to record the root DataObject's

Re: [C++] SCA usability

2006-06-29 Thread Simon Laws
The other thing that helps is turning logging on on ther server. I start the axis server with the following script... set TUSCANY_SCACPP_LOGGING=9 set PATH= ... axis2_http_server.exe -l 4 So in the first instance what we need to do is work up all of these hints and tips into a step by step

Re: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread Jim Marino
I think this was the idea with Raymond's mediation service. The one thing is that it would itself be an extension point to the runtime and would also have extension points itself, e.g. E4X. This is a pattern we've been using with the loaders and builders. I think you've been doing some

Re: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread Jim Marino
On Jun 29, 2006, at 1:43 AM, Liu, Jervis wrote: Hi Raymond, I just downloaded the prototype. It looks great to me. A couple of questions based on my immediate use case that is to do the data transformation(xml to sdo, sdo to xml etc) in Celtix binding: 1. How do I use DataMediation as a

[jira] Updated: (TUSCANY-501) Crash on SDOTypeNotFound exception

2006-06-29 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-501?page=all ] Andrew Borley updated TUSCANY-501: -- Attachment: TUSCANY-501.patch Adds some extra error checking logging adds a test case to check for bad DataObject input data. Crash on

[jira] Closed: (TUSCANY-471) Crash when 2 WS EntryPoint services with different System Root paths are accessed

2006-06-29 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-471?page=all ] Pete Robbins closed TUSCANY-471: Fix Version: Cpp-M1 Resolution: Fixed Crash when 2 WS EntryPoint services with different System Root paths are accessed

Re: TypeHelper WAS: RE: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread Jeremy Boynes
On 6/29/06, Liu, Jervis [EMAIL PROTECTED] wrote: Hi Jeremy, So what is the issue with TypeHelper, and when can this be resolved? SDOXMLHelper.java will need to use typeHelper. Previously in M1, Binding extension can get TypeHelper from LoaderContext, so how can I get it now using the new

[jira] Commented: (TUSCANY-500) Failure on use of croncrete complex types in WSDL

2006-06-29 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-500?page=comments#action_12418468 ] Andrew Borley commented on TUSCANY-500: --- This will be an SDO issue related to the loading of schemas and deserialization of XML. Failure on use of croncrete complex

Re: C++ M1 test distro

2006-06-29 Thread Pete Robbins
There is a refreshed version available at: http://people.apache.org/~robbinspg Linux bin build is RHEL3. Windows src and bin now available. Please give these a try and raise problems!! Cheers, -- Pete

[jira] Updated: (TUSCANY-465) SDO calls without error handling

2006-06-29 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-465?page=all ] Andrew Borley updated TUSCANY-465: -- Attachment: TUSCANY-465.patch This patch does some extra checking around the code that reads in Tuscany-config.xml files. I'm not sure if there are other

Re: Tuscany blog

2006-06-29 Thread Caroline Maynard
Sorry if I'm being dense, but I can't see a feed URL. Ok we've http://apache-tuscany.blogspot.com/ ...ant - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tuscany blog

2006-06-29 Thread ant elder
http://apache-tuscany.blogspot.com/atom.xml We need to change the template so that appears somewhere ...ant On 6/29/06, Caroline Maynard [EMAIL PROTECTED] wrote: Sorry if I'm being dense, but I can't see a feed URL. Ok we've http://apache-tuscany.blogspot.com/ ...ant

Re: C++ M1 test distro

2006-06-29 Thread Rick
I assume the SDO package can be just used by itself. It also list Axis2C as a prereq. Is this really necessary for just SDO? Pete Robbins wrote: There is a refreshed version available at: http://people.apache.org/~robbinspg Linux bin build is RHEL3. Windows src and bin now available. Please

Re: C++ M1 test distro

2006-06-29 Thread Pete Robbins
The SDO package contains a library with utils for Axiom/SDO conversions. If you are not going to use that then you could just use the SDO core runtime library Cheers, On 29/06/06, Rick [EMAIL PROTECTED] wrote: I assume the SDO package can be just used by itself. It also list Axis2C as a

Re: Support for callbacks

2006-06-29 Thread Jim Marino
On Jun 28, 2006, at 7:13 AM, Ignacio Silva-Lepe wrote: I'd like to start working on providing support for callbacks, assuming the sandbox is a good place to do this. Great. In case you haven't seen it, we have some architecture slides in the sandbox under jboynes/sca/doc in

[jira] Commented: (TUSCANY-153) ChangeSummary on root data object not supported

2006-06-29 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-153?page=comments#action_12418494 ] Kelvin Goodson commented on TUSCANY-153: I've got this partially working, but it's not advancing to quickly at the moment, as other things have taken priority. I

Re: C++ M1 test distro

2006-06-29 Thread cr22rc
Are there files missing in the windows binary distro in the samples directory (i.e. INSTALL, reademe etc)? Pete Robbins wrote: There is a refreshed version available at: http://people.apache.org/~robbinspg Linux bin build is RHEL3. Windows src and bin now available. Please give these a try

[jira] Created: (TUSCANY-507) [C++] BigBank getQuotes request type incorrect

2006-06-29 Thread Simon Laws (JIRA)
[C++] BigBank getQuotes request type incorrect -- Key: TUSCANY-507 URL: http://issues.apache.org/jira/browse/TUSCANY-507 Project: Tuscany Type: Bug Components: C++ SDO Versions: Cpp-current Environment:

Re: C++ M1 test distro

2006-06-29 Thread Rick
Windows binary distros which CPP compiler? Should it be listed under the prereqs as needed for windows source and to build samples ? Pete Robbins wrote: There is a refreshed version available at: http://people.apache.org/~robbinspg Linux bin build is RHEL3. Windows src and bin now available.

Re: C++ M1 test distro

2006-06-29 Thread Pete Robbins
VC 6. Ed is working on a build for VC 7. On 29/06/06, Rick [EMAIL PROTECTED] wrote: Windows binary distros which CPP compiler? Should it be listed under the prereqs as needed for windows source and to build samples ? Pete Robbins wrote: There is a refreshed version available at:

Re: C++ M1 test distro

2006-06-29 Thread Pete Robbins
yes! On 29/06/06, cr22rc [EMAIL PROTECTED] wrote: Are there files missing in the windows binary distro in the samples directory (i.e. INSTALL, reademe etc)? Pete Robbins wrote: There is a refreshed version available at: http://people.apache.org/~robbinspg Linux bin build is RHEL3.

[jira] Created: (TUSCANY-511) Big Bank memory error

2006-06-29 Thread Simon Laws (JIRA)
Big Bank memory error - Key: TUSCANY-511 URL: http://issues.apache.org/jira/browse/TUSCANY-511 Project: Tuscany Type: Bug Components: C++ SCA Versions: Cpp-current Environment: Windows XP Reporter: Simon Laws Get memory error

[jira] Commented: (TUSCANY-505) xsi:type on root element fo XML doc causes problems

2006-06-29 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-505?page=comments#action_12418502 ] Yang ZHONG commented on TUSCANY-505: Someone has to load the schema before the XML can be loaded correctly. What I mean correctly is the loaded instance is THE schema's

[C++/Java] Interop update

2006-06-29 Thread Simon Laws
Ok, I had some success over the last couple of days in getting C++ SCA to talk to Java SCA. The executive summary is that we got a message from C++ client to C++ SCA service on to a Java SCA service and all the way back again. Yippeee. The scenario is based on the BigBank for C++ sample that Ed

Re: C++ M1 test distro

2006-06-29 Thread Pete Robbins
I've checked in a fix but have not re-generated the zips yet. Thanks for finding that. On 29/06/06, Pete Robbins [EMAIL PROTECTED] wrote: yes! On 29/06/06, cr22rc [EMAIL PROTECTED] wrote: Are there files missing in the windows binary distro in the samples directory (i.e. INSTALL,

Re: C++ M1 test distro

2006-06-29 Thread Rick
Thanks. I hope it gets listed in the prereq. Also just curious many (as with me) don't have this. Any todo's to get working on a open source C++ or feely downloadable: Microsoft: http://msdn.microsoft.com/vstudio/express/visualc/download (could this work? don't have the bandwidth to

[jira] Commented: (TUSCANY-505) xsi:type on root element fo XML doc causes problems

2006-06-29 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-505?page=comments#action_12418510 ] Frank Budinsky commented on TUSCANY-505: This all seem quite odd. If the metadata has been registered in the case that the message comes form the Java client, it

[jira] Commented: (TUSCANY-505) xsi:type on root element fo XML doc causes problems

2006-06-29 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-505?page=comments#action_12418515 ] Yang ZHONG commented on TUSCANY-505: We can take a close look at getQuote xsi:type=getQuote xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re-post of link to Mike Rowley's blog article on JBI

2006-06-29 Thread Oisin Hurley
At the ApacheCon Tuscany BOF, there was some questions about JBI and SCA and what the story is there. Jim mentioned a blog entry by Mike that had an explanation of what JBI isn't - here's that link to remind everyone :) http://dev2dev.bea.com/blog/mrowley/archive/2005/08/jbi_doesnt_host.html

Tuscany 153 (SDO change history on root data object)

2006-06-29 Thread Brent Daniel
In talking to Frank yesterday, we decided that Tuscany 153 may not be the problem that is blocking the DAS from implementing T-154. Our issue is that: 1) We can't create a dynamic root object with the same URI as the generated DataObjects because the implementation will attempt to delegate to

More useful links mentioned @ ApacheCon Tuscany BOF

2006-06-29 Thread Oisin Hurley
More top link suggestions from Jim at the ApacheCon Tuscany BOF: http://www.davidchappell.com/blog/2006/04/why-service-component- architecture-is http://www.davidchappell.com/HTML_email/Opinari_No15_12_05.html - To

subscribe

2006-06-29 Thread Karen Yamashiro
[EMAIL PROTECTED]

Re: Support for callbacks

2006-06-29 Thread Ignacio Silva-Lepe
- Original Message - From: Jim Marino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, June 29, 2006 12:18 PM Subject: Re: Support for callbacks On Jun 28, 2006, at 7:13 AM, Ignacio Silva-Lepe wrote: I'd like to start working on providing support for callbacks,

Re: SDO Samples

2006-06-29 Thread Frank Budinsky
Robbie, Looks pretty good to me. I wonder if someone from the SCA team can comment on consistency of approach with other Tuscany and Apache samples. What do others think about using things like SdoSampleConstants. What about the shouldUseDataGraph() call to query the user to choose from two

Re: subscribe

2006-06-29 Thread Kevin Williams
Hello Karen, To subscribe to this list, send an empty email to: [EMAIL PROTECTED] Karen Yamashiro wrote: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tuscany 153 (SDO change history on root data object)

2006-06-29 Thread Frank Budinsky
Brent, I can't run the sample, because it depends on some generated classes that you haven't provided. But, my guess is the problem is that you haven't called endLogging() before printing the ChangeSummary. If you call endLogging() first, does it then include the changes? Frank. Brent Daniel