Re: [C++] Who is working on which SDO problems

2006-12-04 Thread Pete Robbins
Simon, I have also ben looking at a fix for 950 and although it is fairly straightforward to fix the case in the Jira it gets rather complicated when you consider properties that are not intended to be part of the sequence ( e.g. attributes but could be element properties that have been set

Re: Much ado about nothing (Re: WSCOMMONS-131 and options for Tuscany SCA Java M2 release)

2006-12-04 Thread ant elder
I'm starting to wonder if the subject line is even more apt than we realize and we're just assuming this is a significant problem without investigating. AFAICT the only thing thats happening is what I originally reported - you see log messages about the AXIOM API SNAPSHOT when using the WS

[C++] Fix to TUSCANY-963, was: Who is working on which SDO problems

2006-12-04 Thread Jean-Sebastien Delfino
Pete Robbins wrote: Simon, I have also ben looking at a fix for 950 and although it is fairly straightforward to fix the case in the Jira it gets rather complicated when you consider properties that are not intended to be part of the sequence ( e.g. attributes but could be element properties

[C++] Renaming some of our build scripts?

2006-12-04 Thread Jean-Sebastien Delfino
I would like to propose the following improvements to our build scripts: Linux: Rename sca/makedist.sh and sdo/makedist.sh to builddist.sh to indicate that they are build scripts and avoid confusion with the makebindist.sh scripts which are used internally by the Makefiles Windows: Move

[jira] Assigned: (TUSCANY-949) Incorrect set of extensions published to the maven repo

2006-12-04 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-949?page=all ] ant elder reassigned TUSCANY-949: - Assignee: ant elder Incorrect set of extensions published to the maven repo --- Key:

[jira] Closed: (TUSCANY-949) Incorrect set of extensions published to the maven repo

2006-12-04 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-949?page=all ] ant elder closed TUSCANY-949. - Resolution: Fixed Applied, thanks for the patch Simon. There was some mailing list discussion on this, but after 5 days the only comments were for applying it,

Re: [C++] Renaming some of our build scripts?

2006-12-04 Thread Pete Robbins
On 04/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: I would like to propose the following improvements to our build scripts: Linux: Rename sca/makedist.sh and sdo/makedist.sh to builddist.sh to indicate that they are build scripts and avoid confusion with the makebindist.sh scripts

Re: [C++] Fix to TUSCANY-963, was: Who is working on which SDO problems

2006-12-04 Thread Pete Robbins
On 04/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Simon, I have also ben looking at a fix for 950 and although it is fairly straightforward to fix the case in the Jira it gets rather complicated when you consider properties that are not intended to be part of

Re: [C++] Renaming some of our build scripts?

2006-12-04 Thread Andrew Borley
On 12/4/06, Pete Robbins [EMAIL PROTECTED] wrote: On 04/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: I would like to propose the following improvements to our build scripts: Linux: Rename sca/makedist.sh and sdo/makedist.sh to builddist.sh to indicate that they are build scripts

Re: [SDO C++] Thread safety ?

2006-12-04 Thread Caroline Maynard
On 01/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: OK, I was asking because it seems more interesting to support threaded MPMs on Windows (as a threaded MPM is the default) than on Linux/Unix where I think the majority of people use forking/multi-process MPMs. So I was initially

Fwd: svn commit: r481914 - /incubator/tuscany/java/sca/services/bindings/binding.axis2/src/main/java/org/apache/tuscany/binding/axis2/Axis2BindingBuilder.java

2006-12-04 Thread Jim Marino
extend scope annotations in interface of binding to service contract. But how do we do this for for wsdl interface ? Should these properties be allowed in the SCDL? Hi Rick, FYI in the specs scopes are moving to the component type and the interaction scope is going to change to

[jira] Commented: (TUSCANY-935) SDO path accessors need to support names that contain .

2006-12-04 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-935?page=comments#action_12455266 ] Kelvin Goodson commented on TUSCANY-935: Working from Yang's patch I've deliberately committed a modified test case under a different name

[jira] Commented: (TUSCANY-935) SDO path accessors need to support names that contain .

2006-12-04 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-935?page=comments#action_12455275 ] Kelvin Goodson commented on TUSCANY-935: I have managed to assert that the cross scope type interference exhibited when the test cases are run together

[jira] Reopened: (TUSCANY-963) Spurious elements generated

2006-12-04 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-963?page=all ] Pete Robbins reopened TUSCANY-963: -- Spurious elements generated --- Key: TUSCANY-963 URL:

Re: [C++] Python service wrapper returning data on the stack

2006-12-04 Thread Andrew Borley
On 12/1/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andy, I think that the Python service wrapper sometimes returns data on the stack, the data allocated by PyValue appears to be valid inside the wrapper itself but gets out of scope after the wrapper has returned, causing memory

Re: [C++] Who is working on which SDO problems

2006-12-04 Thread Pete Robbins
Simon, your patch fails to apply with some wierd error at line 416! I have backed out the change for 963. Could you try making your patch again? Cheers, On 04/12/06, Pete Robbins [EMAIL PROTECTED] wrote: Simon, I have also ben looking at a fix for 950 and although it is fairly

[jira] Updated: (TUSCANY-904) Expose DAS as SCA container

2006-12-04 Thread Amita Vadhavkar (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-904?page=all ] Amita Vadhavkar updated TUSCANY-904: Attachment: das-container-unittest-Dec04.jar This is a set of unit test cases to test individual DAS - SCA container classes. It assumes existance of

Re: [C++] Who is working on which SDO problems

2006-12-04 Thread Simon Laws
On 12/4/06, Pete Robbins [EMAIL PROTECTED] wrote: Simon, your patch fails to apply with some wierd error at line 416! I have backed out the change for 963. Could you try making your patch again? Cheers, On 04/12/06, Pete Robbins [EMAIL PROTECTED] wrote: Simon, I have also ben looking at a

Java SDO Question: Native support for commonj.sdo/xml data model

2006-12-04 Thread Fuhwei Lwo
I found the current Java SDO runtime has natively registered and supported commonj.sdo and commonj.sdo/java data model but I didn't see commonj.sdo/xml was registered and supported. Shouldn't commonj.sdo/xml be part of SDO's core model? Thanks in advance.

Re: conversational infrastructure

2006-12-04 Thread Ignacio Silva-Lepe
As it turns out, there's a problem with 7 below. The key to a ConversationSequenceInterceptor is that the same instance is used for all conversational operations except the ones that end the conversation, with this instance maintaining a flag to determine whether the conversation is starting or

[jira] Commented: (TUSCANY-935) SDO path accessors need to support names that contain .

2006-12-04 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-935?page=comments#action_12455337 ] Yang ZHONG commented on TUSCANY-935: Thanks to Kelvin. I'm looking into XPathTestCase. SDO path accessors need to support names that contain .

Re: Much ado about nothing (Re: WSCOMMONS-131 and options for Tuscany SCA Java M2 release)

2006-12-04 Thread Jeremy Boynes
This is a good set of observations and if we can figure out why this snapshot is not being used (or even returned despite the dependency onit) I think we'd be good to go. If we're going to do that though I think it's important to understand the cause of this behaviour and not just the

[jira] Commented: (TUSCANY-967) NPE when loading componentType side file with callbackInterface attribute defined

2006-12-04 Thread Lou Amodeo (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-967?page=comments#action_12455340 ] Lou Amodeo commented on TUSCANY-967: I see the problem. I am using the integration test environment (itest) and it looks like resource files are not being

Re: Java SDO Question: Native support for commonj.sdo/xml data model

2006-12-04 Thread Frank Budinsky
Hi Fuhwei, you are right that we should preregister commonj.sdo/xml. We haven't really needed it for anything before now ... that's the only reason we don't have it already. Frank. Fuhwei Lwo [EMAIL PROTECTED] wrote on 12/04/2006 09:15:58 AM: I found the current Java SDO runtime has natively

Re: conversational infrastructure

2006-12-04 Thread Jim Marino
The problem with moving this into the invocation handler is that we need a mechanism to track state for whether the client believes the conversation has begun. For example: interface ConverSationalService { void operation1(); void operation2(); void end(); } Calling

[jira] Commented: (TUSCANY-859) ChangeSummary#isCreated cache is not updated while changes are still going on

2006-12-04 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-859?page=comments#action_12455346 ] Kelvin Goodson commented on TUSCANY-859: Capturing some info on this. I think Yang's patch fixes the specific test case, but there may be more to

Re: Pass-by-value support for remotable interfaces

2006-12-04 Thread Simon Nash
Mike Edwards wrote: Raymond, First point I need to make is that just because two components are in the same composite does not mean that they are automatically running in the same VM or even the same operating system process. Composites can span components running on different nodes (node

[jira] Commented: (TUSCANY-935) SDO path accessors need to support names that contain .

2006-12-04 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-935?page=comments#action_12455349 ] Kelvin Goodson commented on TUSCANY-935: As a follow up to my comments about cross scope interference and generated classes, TUSCANY-684 will address

[jira] Updated: (TUSCANY-967) NPE when loading componentType side file with callbackInterface attribute defined

2006-12-04 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-967?page=all ] Raymond Feng updated TUSCANY-967: - Component/s: Java SCA Tools Move to SCA Tools NPE when loading componentType side file with callbackInterface attribute defined

Re: [C++] Python service wrapper returning data on the stack

2006-12-04 Thread Jean-Sebastien Delfino
Andrew Borley wrote: On 12/1/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andy, I think that the Python service wrapper sometimes returns data on the stack, the data allocated by PyValue appears to be valid inside the wrapper itself but gets out of scope after the wrapper has returned,

Re: conversational infrastructure

2006-12-04 Thread Jim Marino
Yep you're right - I had a brain spasm. InvocationHandler sounds like the best option and we can deal with the expirations like we discussed. Jim On Dec 4, 2006, at 9:37 AM, Ignacio Silva-Lepe wrote: Hmm, maybe I am missing something, but doesn't an invocation handler get called for any

Re: Build failure with databinding-jaxb ?

2006-12-04 Thread Raymond Feng
Hi, Luciano. Can you refresh from SVN and try again? I hope 482335 will help even I'm not seeing the problem without the change. Thanks, Raymond - Original Message - From: Luciano Resende [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Monday, December 04, 2006

Re: New proposal to make DAS/SDO HOW TO

2006-12-04 Thread Luciano Resende
Hi Adriano and William Any progress with the HOW-TO ? Any blocking issues ? Any help, guidance needed ? - Luciano On 11/17/06, Katja [EMAIL PROTECTED] wrote: Hi Willian! Thanks for your test! Now I found my error and everything works! The problem was, that in the bigbank sample a mapping

MySQL Tuscany DAS in Tomcat

2006-12-04 Thread Luciano Resende
I was having some issues configuring a MySQL in Tomcat... after I finlay found the right way of fixing the issue, I posted bloged with the necessary steps on how to do it, and how to connect DAS to the datasource... If you find interesting, here it is : http://lresende.blogspot.com/ -- Luciano

Re: Build failure with databinding-jaxb ?

2006-12-04 Thread Luciano Resende
Thanks, looks like all set now. On 12/4/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Luciano. Can you refresh from SVN and try again? I hope 482335 will help even I'm not seeing the problem without the change. Thanks, Raymond - Original Message - From: Luciano Resende [EMAIL

Re: Pass-by-value support for remotable interfaces

2006-12-04 Thread Venkata Krishnan
Hi Raymond, Thanks. I have started with this and here are a couple of questions that I need help with. I believe the PassByValue Interceptor is good to be on the Inbound Invocation chain of the server component. Accordingly I looked up the DataBindingWirePostProcessor's method - public void

Re: Pass-by-value support for remotable interfaces

2006-12-04 Thread Raymond Feng
Hi, Can you debug to see how the interceptors are chained? It could be a bit tricky to make sure the new interceptor is added to the correct position. Thanks, Raymond - Original Message - From: Venkata Krishnan [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, December

Re: Java SDO Question: Native support for commonj.sdo/xml data model

2006-12-04 Thread Fuhwei Lwo
Frank, Do you mind my opening a JIRA to track this requirement? I think the users may need commonj.sdo/xml namespace for defining SDO types programmatically to control the format of XML serialization. Fuhwei Frank Budinsky [EMAIL PROTECTED] wrote: Hi Fuhwei, you are right that we

Re: svn commit: r482313

2006-12-04 Thread Jim Marino
On Dec 4, 2006, at 2:32 PM, Raymond Feng wrote: Hi, The build is broken due to this check-in. Should AbstractConversationTestCase be fixed? I went ahead and fixed it with r482469, including the related testcases in core/integration/conversation. Jim

Re: New proposal to make DAS/SDO HOW TO

2006-12-04 Thread Adriano Crestani
OK, I've finished the tests on the methods I created for the howto and everything seems to be working fine. As Luciano suggested there is no need to make a jsp for the howto, so I think it's time to start writing the howto, right Willian? Below the .java, .xml and the tables I've created for this

Re: Java SDO Question: Native support for commonj.sdo/xml data model

2006-12-04 Thread Frank Budinsky
Fuhwei, I agree we need to add support for the xmlElement global property. Actually, Yang has volunteered to do it soon. Go ahead and open the JIRA. Thanks, Frank. Fuhwei Lwo [EMAIL PROTECTED] wrote on 12/04/2006 08:24:35 PM: Frank, Do you mind my opening a JIRA to track this

Re: How to make sub-project build/participation easier?

2006-12-04 Thread Venkata Krishnan
Hi Yang, Really not sure if you bulid SCA and DAS to get thro to SDO. There was a mail from Jeremy were he put down the order in which these things should be built will see if I can trace that. But I vividly remember having to build SDO for SCA and not viceversa. - Venkat On 12/5/06,