Re: [RDB DAS] Wrong Query Result when SELECT misses PKs

2007-08-01 Thread Amita Vadhavkar
There is a bit of confusion around the RecursiveTests.testReadEngineParts() , in the context of this fix. Below is the data for tables, queries etc. sql return:- *1 Engine 1 - 2 Block 1 1 - - - - *1 Engine 1 - 3 Cam Soft 2

[jira] Commented: (TUSCANY-1464) Wrong query results when SELECT misses PKs

2007-08-01 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517158 ] Amita Vadhavkar commented on TUSCANY-1464: -- 1 - On method ResultMetadata.getAllPKsForTable(String tableNam

[jira] Assigned: (TUSCANY-1495) LDAP DAS Contribution

2007-08-01 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TUSCANY-1495: Assignee: Luciano Resende > LDAP DAS Contribution > - > >

Fwd: August Reports

2007-08-01 Thread Luciano Resende
It's that time again for us, I have started a draft report on our wiki [1], let's get it updated asap. [1] http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Incubation+Board+Reports+-+August+2007 -- Forwarded message -- From: Noel J. Bergman <[EMAIL PROTECTED]> Date: Aug 1,

[jira] Commented: (TUSCANY-1464) Wrong query results when SELECT misses PKs

2007-08-01 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517104 ] Adriano Crestani commented on TUSCANY-1464: --- Hi Amita, I reviewed your path and got some questions befor

Re: Using contribution services to introspect Static SDO Factories and register with HelperContext

2007-08-01 Thread Luciano Resende
Couple fixes around this area are now available under revision #561978 : - Using new ContributionListener interfaces - Correct introspection of SDO Types in webapps - helloworld-ws-sdo-webapp is now using SDOListener to register Static SDO types. On 7/29/07, Luciano Resende <[EMAIL PROTE

Re: Use the contribution URI as the scope for HelperContext, was Fwd: svn commit: r561111 - /incubator/tuscany/java/sca/modules/databinding-sdo/src/main/java/org/apache/tuscany/sca/databinding/sdo/Imp

2007-08-01 Thread Luciano Resende
I have fixed this under revision #561972, we now utilize the contribution file name or it's location (in case of a folder) to construct the contribution URI. On 7/30/07, Luciano Resende <[EMAIL PROTECTED]> wrote: >Looks like DefaultSCADomain is always setting contributionURI to > empty string.

[jira] Commented: (TUSCANY-1464) Wrong query results when SELECT misses PKs

2007-08-01 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517084 ] Adriano Crestani commented on TUSCANY-1464: --- reviewing patch ; ) Adriano Crestani > Wrong query results

[jira] Resolved: (TUSCANY-1503) Add test case for callback with multiple wires

2007-08-01 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1503. --- Resolution: Fixed Patch applied under r561962. Thank you, Simon. > Add test case for callb

[jira] Updated: (TUSCANY-1484) StackOverflowException invoking isSet on a static DataObject with a dynamically-added property

2007-08-01 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Gavlin updated TUSCANY-1484: Patch Info: [Patch Available] > StackOverflowException invoking isSet on a static DataObject with

[jira] Updated: (TUSCANY-1484) StackOverflowException invoking isSet on a static DataObject with a dynamically-added property

2007-08-01 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Gavlin updated TUSCANY-1484: Attachment: tuscany-sdo.TUSCANY-1484.patch This patch includes an add'l test in tools/.../Extensi

[jira] Updated: (TUSCANY-1498) Improve SubstitutionValuesTestCase

2007-08-01 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Gavlin updated TUSCANY-1498: Patch Info: [Patch Available] > Improve SubstitutionValuesTestCase >

[jira] Commented: (TUSCANY-1347) IndexOutOfBoundsException thrown when trying to locate a service that includes a callback

2007-08-01 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517080 ] Luciano Resende commented on TUSCANY-1347: -- Although I can't reproduce the error, I have added some new te

[jira] Resolved: (TUSCANY-1502) @OneWay annotation not working with default SCA binding

2007-08-01 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1502. --- Resolution: Fixed Patch applied under r561956. Thank you, Simon. > @OneWay annotation not

[jira] Updated: (TUSCANY-1498) Improve SubstitutionValuesTestCase

2007-08-01 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Gavlin updated TUSCANY-1498: Attachment: tuscany-sdo-impl.TUSCANY-1498.patch This patch improves the coverage of this test cas

Re: [jira] Commented: (TUSCANY-1499) Core wiring framework should create pseudo-services and pseudo-references for callbacks

2007-08-01 Thread Simon Nash
Simon Nash wrote: (cut) Instead of trying to establish callback wires all over the place, which will not fly anyway as soon as 2 references with callback are wired to a single service, flow the endpoint reference of the callback service representing the client in the SCA request message and

[jira] Updated: (TUSCANY-1503) Add test case for callback with multiple wires

2007-08-01 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash updated TUSCANY-1503: Attachment: callback-multiple-wires.zip Test case attached. > Add test case for callback with mu

[jira] Created: (TUSCANY-1503) Add test case for callback with multiple wires

2007-08-01 Thread Simon Nash (JIRA)
Add test case for callback with multiple wires -- Key: TUSCANY-1503 URL: https://issues.apache.org/jira/browse/TUSCANY-1503 Project: Tuscany Issue Type: Test Components: Java SCA Integrat

[jira] Updated: (TUSCANY-1502) @OneWay annotation not working with default SCA binding

2007-08-01 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash updated TUSCANY-1502: Attachment: patch1502 The value returned from supportsAsyncOneWayInvocation() by RuntimeSCARefer

[jira] Created: (TUSCANY-1502) @OneWay annotation not working with default SCA binding

2007-08-01 Thread Simon Nash (JIRA)
@OneWay annotation not working with default SCA binding --- Key: TUSCANY-1502 URL: https://issues.apache.org/jira/browse/TUSCANY-1502 Project: Tuscany Issue Type: Bug Components:

Re: Maven tries to resolve artifact in the reactor to SNAPSHOT version in Apache Tuscany build

2007-08-01 Thread Luciano Resende
Just trying to give some updates here... looks like this recent build issues we are having might be a side effect of the fix for Maven JIRA MNG-1577 [1], some more details are available here [2] and [3]. While we investigate the issue further, a possible workaround (that worked for me) is to move

[jira] Closed: (TUSCANY-1501) Cannot expose services using multiple http ports

2007-08-01 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash closed TUSCANY-1501. --- > Cannot expose services using multiple http ports > >

[jira] Resolved: (TUSCANY-1501) Cannot expose services using multiple http ports

2007-08-01 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash resolved TUSCANY-1501. - Resolution: Fixed Fixed in revision 561391 > Cannot expose services using multiple http ports

Re: [Spec Related] 'provides' attribute in PolicySet

2007-08-01 Thread Venkata Krishnan
Thanks Raymond. A few more questions ;-) - The xsd defines the name attribute for PolicyIntent and PolicySet as of type NCName. However we have model these in the model classes QNames. I am assuming that the namespace uri for all intents and policyset defined in a specific definitions.xml is th

Re: Embedded servers now correctly support multiple ports, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-01 Thread Simon Nash
Sorry, I did not see this before doing the checkout and testing that led to my creating TUSCANY-1501. I have rerun my test against the latest trunk code and this is working now. I'll close TUSCANY-1501. Simon Jean-Sebastien Delfino wrote: [snip] Jean-Sebastien Delfino wrote: All those

Re: Missing emails for tuscany-dev posts

2007-08-01 Thread Simon Nash
They are missing there as well. Simon ant elder wrote: I find it not that uncommon for www.mail-archive.com to be missing messages, but the Apache archives shouldn't. Do the emails that you're missing appear on the Apache archives at http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/?

Re: [jira] Commented: (TUSCANY-1499) Core wiring framework should create pseudo-services and pseudo-references for callbacks

2007-08-01 Thread Simon Nash
See inline. Simon Jean-Sebastien Delfino (JIRA) wrote: [ https://issues.apache.org/jira/browse/TUSCANY-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516845 ] Jean-Sebastien Delfino commented on TUSCANY-1499:

Re: Maven Build Issues with SCA 0.91 and later

2007-08-01 Thread Luciano Resende
Hi Mike This is a MAVEN issue, and we are trying to get help from the maven developers [1]. In the meantime, a workaround we found was to publish snapshots of all artifacts, the ones you mentioned, for itest/contribution-import-export were renamed recently, let me publish new snapshots in one h

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-01 Thread Simon Nash
See inline. Simon Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: [snip] Another problem is all our bindings work differently. So , < > binding.rmi/> etc all result in a > service > being available at a different endpoint. Also the uri attri

Re: [jira] Closed: (TUSCANY-1053) Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-08-01 Thread Simon Nash
If I understand this comment correctly, this is a spec violation that needs to be fixed. From the assembly 1.0 spec: 2535 schemas. New interface types, implementation types and binding types that are defined using 2536 this extensibility model, which are not part of these SCA specifications mu

Re: Website ACL

2007-08-01 Thread Simon Nash
My CLA is in place and recorded on [1]. Please give me write access. Simon [1] http://people.apache.org/~jim/committers.html Amita Vadhavkar wrote: I'd like write access please. I have a CLA in place. Thank you. Amita On 7/18/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote: Thank you,

Re: LocateService API Issues and JIRAs

2007-08-01 Thread Simon Nash
Comment inline. Simon Jean-Sebastien Delfino wrote: Luciano Resende wrote: I noticed some JIRAS around the locateService API and I will spend some time to investigate these issues. So far, I have found TUSCANY-1347 [1] and TUSCANY-1328 [2] : TUSCANY-1347 current status is resolved/cannot

[jira] Assigned: (TUSCANY-1347) IndexOutOfBoundsException thrown when trying to locate a service that includes a callback

2007-08-01 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash reassigned TUSCANY-1347: --- Assignee: Simon Nash (was: Luciano Resende) > IndexOutOfBoundsException thrown when trying

Maven Build Issues with SCA 0.91 and later

2007-08-01 Thread Mike Spendlove
Hey Tuscany gurus, I've been (unsuccessfully) trying to get the SCA source code to build for the last day or two using Maven. While I eventually got the 0.91 baseline to build, I've had no real progress on the HEAD code. The most common problem when building either the baseline or Head (using mvn

Re: 39 unscheduled JIRAs, 3 with no component, 24 with patches

2007-08-01 Thread Simon Nash
Is anyone able to look at the patch for TUSCANY-1356 that I posted some time ago? There was a bit of discussion (see [1]) but it didn't reach a conclusion. Simon [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg19026.html Jean-Sebastien Delfino wrote: We have 39 unscheduled JIR

[jira] Commented: (TUSCANY-1397) createDataObject() throws NPE if property does not exist

2007-08-01 Thread Caroline Maynard (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516978 ] Caroline Maynard commented on TUSCANY-1397: --- The current SDO C++ implementation does create the property

Re: Missing emails for tuscany-dev posts

2007-08-01 Thread ant elder
I find it not that uncommon for www.mail-archive.com to be missing messages, but the Apache archives shouldn't. Do the emails that you're missing appear on the Apache archives at http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/? ...ant On 8/1/07, Simon Nash <[EMAIL PROTECTED]> wrote: >

Missing emails for tuscany-dev posts

2007-08-01 Thread Simon Nash
From time to time I come across posts to the tuscany-dev list that I did not receive by email. Normally these are present in the archive, though on the latest occasion (the first two quoted messages within [1]) the archive does not have them either. This may be a different issue from the one tha

[jira] Created: (TUSCANY-1501) Cannot expose services using multiple http ports

2007-08-01 Thread Simon Nash (JIRA)
Cannot expose services using multiple http ports Key: TUSCANY-1501 URL: https://issues.apache.org/jira/browse/TUSCANY-1501 Project: Tuscany Issue Type: Bug Components: Java SCA Tomca

Re: [DAS] DAS & SDO

2007-08-01 Thread Amita Vadhavkar
A>So far, RDB DAS was doing SDOUtil.createTypeHelper() during each construction of GraphBuilderMetadata(GBMD). This was resulting in a new instance fo TypeHelper for each new query execution. This is not required as the data model used during one runtime of DAS is constant. B>Using the new SDO API

Re: Support for SCA Java package imports/exports, was: svn commit: r559257

2007-08-01 Thread ant elder
On 7/31/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > > Hi, > > Please see my comments inline. > > Thanks, > Raymond > > - Original Message - > From: "ant elder" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, July 31, 2007 3:29 AM > Subject: Re: Support for SCA Java package imports/exports, wa

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-01 Thread ant elder
On 8/1/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Jean-Sebastien Delfino wrote: > > Jean-Sebastien Delfino wrote: > >> [snip] > >> > Another problem is all our bindings work differently. So > , < > > binding.rmi/> etc all result in a > > service > > being a

Re: SDO Static Type introspection on web apps, was : Re: svn commit: r561293 - /incubator/tuscany/java/sca/modules/databinding-sdo/src/main/java/org/apache/tuscany/sca/databinding/sdo/ImportSDOPostPro

2007-08-01 Thread ant elder
On 8/1/07, Luciano Resende <[EMAIL PROTECTED]> wrote: BTW, one way or another, I still get an exception on the JSP, did you see > that ? Probably as the wsdl endpoint was set for the Jetty host not a webapp environment (...see all the threads about endpoints dancing about:)). As the testcase i