Re: Framework for StAX-based model loading

2006-03-22 Thread ant elder
On 3/21/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip/ We have been working to remove the dependencies on EMF Is a goal to have an EMF free SDO impl? One of the reasons I liked this STaX based approach is it makes the Tuscany core look more lightweight, but removing the EMF

Re: [C++] Axis2C ws bindings

2006-03-22 Thread Edward Slattery
I have done some preliminary work on SDO integration with axis2C, and have talked to some of the axis2c people about the work. There are two areas I see that we could be worked on. The first is a conversion from an SDO data graph to a tree of AXIOM objects. This could be done by taking

json-rpc binding

2006-03-22 Thread ant elder
Below is the note I posted a few weeks ago about what the JSON-RPC binding does, which is to support entryPoints which enabled web pages in a browser to make RPC style calls into SCA components on the server. (The code has moved from the sandbox now so those links below are wrong) I'd like to

Re: json-rpc binding

2006-03-22 Thread Jim Marino
This seems interesting but I have a few questions, which are not really important but arise from curiosity: I'm curious if you thought about making this look more like SCA Client Implementation specs? For example, it may be convenient to have the APIs look more like the Java CI spec such

[jira] Closed: (TUSCANY-75) Hellowordwsclient fails

2006-03-22 Thread Rick Rineholt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-75?page=all ] Rick Rineholt closed TUSCANY-75: Resolution: Fixed This is now working. Hellowordwsclient fails --- Key: TUSCANY-75 URL:

[jira] Created: (TUSCANY-125) DAS CommandGroup needs to provide a dispose API

2006-03-22 Thread Kevin Williams (JIRA)
DAS CommandGroup needs to provide a dispose API - Key: TUSCANY-125 URL: http://issues.apache.org/jira/browse/TUSCANY-125 Project: Tuscany Type: Bug Components: Java DAS RDB Reporter: Kevin Williams Assigned

Re: Data flow on a wire

2006-03-22 Thread Jeremy Boynes
Jim Marino wrote: A couple of us have started to discuss this as well in relation to Celtix...My main concerns, which there appears to be agreement, are: 1. We are not instituting a canonical form model similar to JBI in the runtime. I think Jeremy stated this is not the case Having trouble

Re: json-rpc binding

2006-03-22 Thread ant elder
Thought about it a little bit, and in some offline discussion a while ago Jeremy was also interested in that. I think there does need to be a balance so as to not lose the simplicity of the client environment and to utilize its dynamic nature. I'm definately interested in any feedback or

Re: Data flow on a wire

2006-03-22 Thread Jim Marino
On Mar 22, 2006, at 9:32 AM, Jeremy Boynes wrote: Jim Marino wrote: A couple of us have started to discuss this as well in relation to Celtix...My main concerns, which there appears to be agreement, are: 1. We are not instituting a canonical form model similar to JBI in the runtime. I

Re: A release for JavaOne?

2006-03-22 Thread Jean-Sebastien Delfino
ant elder wrote: +1 to having a release from me. Having to build Tuscany themselves does put people off trying it - first installing maven and svn and downloading all the dependencies etc - having a binary download would help a lot. Not so much time to May 15th though, we need a release plan...

Re: Data flow on a wire

2006-03-22 Thread Raymond Feng
Re-posted since the previous one is missing the diagram Hi,I think I have an interesting picture for this topic.1) The data transformation capabilities for various databindings can be nicely modeled as a weighted, directed graph with the following rules. (Illustrated in the attached

Re: Data flow on a wire

2006-03-22 Thread Raymond Feng
Sorry, the attachment cannot go through. I added it to the wiki page @ http://wiki.apache.org/ws/Tuscany/DataMediation. Thanks, Raymond - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, March 15, 2006 3:37 PM Subject: Data flow

Re: Data flow on a wire

2006-03-22 Thread Jim Marino
On Mar 22, 2006, at 10:10 AM, Jim Marino wrote: On Mar 22, 2006, at 9:32 AM, Jeremy Boynes wrote: Jim Marino wrote: A couple of us have started to discuss this as well in relation to Celtix...My main concerns, which there appears to be agreement, are: 1. We are not instituting a

Re: Framework for StAX-based model loading

2006-03-22 Thread Jim Marino
My recollection - Frank let me know if this is incorrect - was that the SDO impl would not necessarily be EMF-free but that it would hide implementation details. For the Java runtime, the goal was to be EMF-free from the perspective that the runtime would not contain direct dependencies on

Re: A release for JavaOne?

2006-03-22 Thread Jim Marino
On Mar 22, 2006, at 10:27 AM, Jean-Sebastien Delfino wrote: ant elder wrote: +1 to having a release from me. Having to build Tuscany themselves does put people off trying it - first installing maven and svn and downloading all the dependencies etc - having a binary download would help a

Re: A release for JavaOne?

2006-03-22 Thread Daniel Kulp
Jim, 4. Additional bindings to Axis through integration with Celtix,   particularly ws and JMS      - Basic integration (p1)      - Ability to retarget (p2)      - Dan, would Celtix get us Indigo interop? Good question regarding the Indigo stuff. We do have Indigo interop on the

Re: A release for JavaOne?

2006-03-22 Thread Jim Marino
I think having multiple bindings is a good thing for JavaOne and perhaps we will get lucky and be able to show some interop. Let's see how things go next week. Jim On Mar 22, 2006, at 1:22 PM, Daniel Kulp wrote: Jim, 4. Additional bindings to Axis through integration with Celtix,

Re: json-rpc binding

2006-03-22 Thread Jim Marino
On Mar 22, 2006, at 9:53 AM, ant elder wrote: Thought about it a little bit, and in some offline discussion a while ago Jeremy was also interested in that. I think there does need to be a balance so as to not lose the simplicity of the client environment and to utilize its dynamic

Re: A release for JavaOne?

2006-03-22 Thread Davanum Srinivas
Jim, Axis2+Sandesha has already been thru WS-Addressing Interop and WS-RM Interop using both SOAP 1.1 and SOAP 1.2 (specifically with Indigo/WCF). thanks, dims On 3/22/06, Daniel Kulp [EMAIL PROTECTED] wrote: Jim, 4. Additional bindings to Axis through integration with Celtix,

[jira] Created: (TUSCANY-126) Compilation error in DAS companyweb sample

2006-03-22 Thread Rashmi Hunt (JIRA)
Compilation error in DAS companyweb sample -- Key: TUSCANY-126 URL: http://issues.apache.org/jira/browse/TUSCANY-126 Project: Tuscany Type: Bug Components: Java DAS RDB Reporter: Rashmi Hunt Package declaration in

Re: A release for JavaOne?

2006-03-22 Thread Jim Marino
That's great. Perhaps we could look at that as part of the Axis cleanup work which needs to be done? Jim On Mar 22, 2006, at 1:59 PM, Davanum Srinivas wrote: Jim, Axis2+Sandesha has already been thru WS-Addressing Interop and WS-RM Interop using both SOAP 1.1 and SOAP 1.2 (specifically

new XSD to SDO mapping

2006-03-22 Thread Frank Budinsky
I just committed a change to the SDO XSDHelper.define() method which changes the behavior significantly. It used to mangle names (using EMF's mangling algorithm) and it didn't map simple types (like xsd:int) to the proper SDO Types as specified in the SDO 2 spec. With this change, many of the

Re: A release for JavaOne?

2006-03-22 Thread ant elder
Are there any _specific_ items people could suggest to improve the WS support for this upcoming release? The next steps thread from a while back was pretty quiet. Axis2 already supports most things and interop's well so its 'just' a mater of integration with Tuscany. Attachments? raw doc style?

Re: Eclipse warnings....

2006-03-22 Thread Raymond Feng
Hi, Ant. Can you apply the patch I submitted under JIRA 106 as well? It was to fix the illegal web.xml. Thanks, Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, March 22, 2006 3:54 PM Subject: Re: Eclipse warnings

Missing attachments, was: Data flow on a wire

2006-03-22 Thread Jeremy Boynes
Raymond Feng wrote: Sorry, the attachment cannot go through. I added it to the wiki page @ http://wiki.apache.org/ws/Tuscany/DataMediation. The mailing lists eat most attachements, I assume for a combination of anti-virus, anti-spam, keep-it-open, keep-traffic-controlled reasons. Attching

Re: svn commit: r387996 - /incubator/tuscany/java/sca/tomcat/src/test/resources/app2/WEB-INF/web.xml

2006-03-22 Thread Jeremy Boynes
Raymond, please accept my apologies for the typo in your name. -- Jeremy [EMAIL PROTECTED] wrote: Author: jboynes Date: Wed Mar 22 17:44:06 2006 New Revision: 387996 URL: http://svn.apache.org/viewcvs?rev=387996view=rev Log: apply patch for TUSCANY-106 from Raymong Feng for invalid

Re: Framework for StAX-based model loading

2006-03-22 Thread Jean-Sebastien Delfino
Jeremy Boynes wrote: Frank Budinsky wrote: Now back to the issue of whether or not to use SDO for the SCDL model. Personally, I think that the main issue Jeremy is bringing up is that the way SDO is currently being used for a Java binding of the physical model, which then needs to be

[jira] Created: (TUSCANY-127) Fix for spec eclipse warnings

2006-03-22 Thread Daniel Kulp (JIRA)
Fix for spec eclipse warnings --- Key: TUSCANY-127 URL: http://issues.apache.org/jira/browse/TUSCANY-127 Project: Tuscany Type: Improvement Components: Java Spec APIs Reporter: Daniel Kulp Priority: Minor Minor changes to

[jira] Updated: (TUSCANY-127) Fix for spec eclipse warnings

2006-03-22 Thread Daniel Kulp (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-127?page=all ] Daniel Kulp updated TUSCANY-127: Attachment: spec.patch Fix for spec eclipse warnings --- Key: TUSCANY-127 URL:

[jira] Created: (TUSCANY-128) Fix eclipse warnings for sca/common

2006-03-22 Thread Daniel Kulp (JIRA)
Fix eclipse warnings for sca/common --- Key: TUSCANY-128 URL: http://issues.apache.org/jira/browse/TUSCANY-128 Project: Tuscany Type: Improvement Components: Java SCA Common Reporter: Daniel Kulp Priority: Minor Fixes

[jira] Updated: (TUSCANY-128) Fix eclipse warnings for sca/common

2006-03-22 Thread Daniel Kulp (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-128?page=all ] Daniel Kulp updated TUSCANY-128: Attachment: common.patch Fix eclipse warnings for sca/common --- Key: TUSCANY-128 URL:

[jira] Assigned: (TUSCANY-127) Fix for spec eclipse warnings

2006-03-22 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-127?page=all ] Jeremy Boynes reassigned TUSCANY-127: - Assign To: Jeremy Boynes Fix for spec eclipse warnings --- Key: TUSCANY-127 URL:

Re: new XSD to SDO mapping

2006-03-22 Thread Daniel Kulp
Frank, This commit seams to have REALLY broken the sca builds. The container.java tests are failing pretty badly. Are you (or someone else) working on fixing them? For now, I'm going to revert my SDO dir to -r 387955. Thanks! Dan On Wednesday 22 March 2006 17:55, Frank Budinsky

Re: A release for JavaOne?

2006-03-22 Thread Jean-Sebastien Delfino
ant elder wrote: Are there any _specific_ items people could suggest to improve the WS support for this upcoming release? The next steps thread from a while back was pretty quiet. Axis2 already supports most things and interop's well so its 'just' a mater of integration with Tuscany.

Re: A release for JavaOne?

2006-03-22 Thread ant elder
Sure ok, but I think I have a slightly different and less main stream perspective on whats important/interesting to do :-) So for this release I'd rather fit in with what others want which is why i'm asking for specific suggestions. A lot of the WS suggestions so far - pure doc vs doc-wrapped,