Re: Release management for next release, was: SCA 0.92 release?

2007-08-09 Thread ant elder
On 8/9/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: +1 for 1.0-beta, I don't think we're ready for a 1.0 final but with > everything we've added and fixed recently, 1.0-beta is about right IMO. It seems really odd to me to move from the 0.9x naming scheme back to the alpha/beta naming

Re: Cross-jvm locate service

2007-08-09 Thread Simon Laws
On 8/8/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Kevin Williams wrote: > > I am interested in extending the current locate service capability to > > support the location of services that may be running within the same > > domain but a separate jvm. The most straightforward approach

Re: Release management for next release, was: SCA 0.92 release?

2007-08-09 Thread Simon Nash
Jean-Sebastien Delfino wrote: [snip] Simon Nash wrote: Raymond Feng wrote: [snip] 2) We could branch for the 1.0 release to contain the candidate modules and keep doing 1.0 developement in the branch and merge them into the trunk. I'm not sure how feasible it is. +1 I th

Re: Release management for next release, was: SCA 0.92 release?

2007-08-09 Thread ant elder
On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote: > > > Jean-Sebastien Delfino wrote: > > > [snip] > > Simon Nash wrote: > > > >> > > Raymond Feng wrote: > > > >>> > >>> [snip] > >>> > >>> > >> 2) We could branch for the 1.0 release to contain the candidate > >> modules > >> and

[jira] Commented: (TUSCANY-1465) Allow passing ResultDescriptor for dynamic Commands

2007-08-09 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518654 ] Adriano Crestani commented on TUSCANY-1465: --- - On ReadCommandImpl.setResultDescriptor(List) you are stori

Re: New dependencies on binding-sca? was: svn commit: r563787 - in /incubator/tuscany/java/sca/modules: binding-ejb/pom.xml core-spring/pom.xml host-embedded/pom.xml

2007-08-09 Thread Simon Laws
The binding-ejb one was a mistake host-embedded/ReallySmallRuntimeBuilder creates a SCABindingProcessor I'll go fix the first one and test against the latest code Thanks Simon On 8/9/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > I'm not sure what required these dependency changes: >

Re: Release management for next release, was: SCA 0.92 release?

2007-08-09 Thread Jean-Sebastien Delfino
ant elder wrote: On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote: Jean-Sebastien Delfino wrote: [snip] Simon Nash wrote: Raymond Feng wrote: [snip] 2) We could branch for the 1.0 release to contain the candidate modules and keep doing 1.0 develop

Re: [DAS] Column Converter - why not to associate with ResultDescriptor?

2007-08-09 Thread Adriano Crestani
Nice idea, I have no objections about your propose. But, I think we need some more opnions from those who helped to implement Java DAS, mainly the ColumnConverters. Regards, Adriano Crestani On 8/7/07, Amita Vadhavkar <[EMAIL PROTECTED]> wrote: > > With JIRA-1465, ResultDescriptor can be set dyna

Re: SVN Props

2007-08-09 Thread Simon Laws
On 8/8/07, Luciano Resende <[EMAIL PROTECTED]> wrote: > > Please update the following too > > > https://svn.apache.org/repos/asf/incubator/tuscany/java/etc/set_svn_properties.sh > > On 8/7/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > The following appear to be missing from etc/svn-props > > > > DI

Re: Java2WSDL/WSDL2Java tools

2007-08-09 Thread ant elder
Thats right, these are the Axis2 tools just with some patches on top to add support for SDOs and to fix bugs we've come across before we got the bugs fixed in the Axis2 code. The problem with doing it like this has been we fall be hind Axis2 and loose track of what we changed and its a headache to

Re: Release management for next release, was: SCA 0.92 release?

2007-08-09 Thread ant elder
On 8/9/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Sure, 1.0 development should happen in trunk, but I was trying to > respond to a different point brought up by Raymond. > > On Aug 18, we are going to cut the August release branch. The point is > about allowing small changes, bug fixe

Re: Cross-jvm locate service

2007-08-09 Thread Jean-Sebastien Delfino
Comments inline. [snip] Simon Laws wrote: Currently getServiceReference() expects a service name so we can rely on the implication that all contributed composites are notionally included into the domain level composite to reference a component and extend Sebastien's process to say. Just to

Re: Release management for next release, was: SCA 0.92 release?

2007-08-09 Thread Venkata Krishnan
Hi, Theres been lots of discussion. So let me summarize my understanding / imaginiation : - - We will cut a branch around Aug 18th for Release 0.95. As always, once the branch is cut we need to be watchful on the commits (including getting the RMs nod to significant ones) to the branch and also

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

2007-08-09 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518670 ] Adriano Crestani commented on TUSCANY-1464: --- - On code below, it checks for the fk COC that is table_id,

[jira] Resolved: (TUSCANY-1445) SDO - README.txt in resources/META-INF should be deleted

2007-08-09 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1445. - Resolution: Fixed Fix Version/s: (was: Java-SDO-Next) Java

Re: Cross-jvm locate service

2007-08-09 Thread Simon Laws
On 8/9/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Comments inline. > > [snip] > Simon Laws wrote: > > Currently getServiceReference() expects a service name so we can rely > > on the implication that all contributed composites are notionally > included > > into the domain level compo

Creating a o.a.t.s.interfacedef.wsdl.WSDLInterface from an o.a.t.s.interfacedef.java.JavaInterface

2007-08-09 Thread ant elder
As part of the binding.ws on the fly wsdl generation i've been struggling with creating a working Tuscany WSDLInterface object from a JavaInterface object. I just can't seem to get things set up correctly so a complete invocation flow works and the data binding interceptor works correctly doing all

Service visibility (was Re: Cross-jvm locate service)

2007-08-09 Thread Simon Nash
This is technically feasible (see other discussion on this thread) but I think we need to be careful about how wide open we are making the services within a Tuscany SCA domain. I don't think we want every service within every domain to be wide open for anyone to reach down from the sky and call i

Re: Java2WSDL/WSDL2Java tools

2007-08-09 Thread kelvin goodson
sounds sensible to me, +1 to handling this within Axis2. Kelvin. On 09/08/07, ant elder <[EMAIL PROTECTED]> wrote: > Thats right, these are the Axis2 tools just with some patches on top to add > support for SDOs and to fix bugs we've come across before we got the bugs > fixed in the Axis2 code.

[jira] Created: (TUSCANY-1522) @ConversationID injection incorrectly assumes target type is a String

2007-08-09 Thread Mark Combellack (JIRA)
@ConversationID injection incorrectly assumes target type is a String - Key: TUSCANY-1522 URL: https://issues.apache.org/jira/browse/TUSCANY-1522 Project: Tuscany Issue Type

[jira] Commented: (TUSCANY-1522) @ConversationID injection incorrectly assumes target type is a String

2007-08-09 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518687 ] Mark Combellack commented on TUSCANY-1522: -- The problem is with the following code in the visitField() and

[jira] Commented: (TUSCANY-1006) ChangeSummaryImpl.cachedSDOObjectChanges appears to not be thread safe

2007-08-09 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518690 ] Kelvin Goodson commented on TUSCANY-1006: - Looks good to me -- caters for all possibilities. Will this be

Build problem in binding-ws-axis2

2007-08-09 Thread Simon Nash
I'm seeing java.net.ConnectException: Connection refused: connect errors when building binding-ws-axis2 from a clean checkout of trunk. The failure is slightly intermittent in terms of the number of tests that fail, which varies from run to run. Cleaning and rebuilding doesn't help, but running

Re: Release management for next release, was: SCA 0.92 release?

2007-08-09 Thread Simon Nash
Ant talked about cutting the branch very early next week. I'd prefer that to doing it on August 18th. I will be away for a few days, returning home late on the 18th, and I could take advantage of the extra couple of days to help with last-minute things. Simon Venkata Krishnan wrote: Hi, T

Intent and Policy attachments on Operations

2007-08-09 Thread Venkata Krishnan
Hi, The Assembly Specs and the PolicyFramework specs allows for intents and policysets to be specified on Operations. To implement this I'd expect that the Operation interface support methods to hold a set of required intents and policysets. This also seems in sync with the schema definition for

[jira] Commented: (TUSCANY-1465) Allow passing ResultDescriptor for dynamic Commands

2007-08-09 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518709 ] Amita Vadhavkar commented on TUSCANY-1465: -- Hi , am checking for your comments for 1464 and 1465, will rep

[jira] Commented: (TUSCANY-1465) Allow passing ResultDescriptor for dynamic Commands

2007-08-09 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518711 ] ant elder commented on TUSCANY-1465: I wonder if this is case where "be liberal in what we accept, conservative

Contribution URLs

2007-08-09 Thread Simon Laws
I've just noticed that if I have a contribution directory as follows /my/contribution/dir/mycomposite.composite And I pass the source URL /my/contribution/dir to the contribution service it complains that it can't find /my/contribution/mycomposite.composite. If I pass the source URL /my/contribut

Re: Build problem in binding-ws-axis2

2007-08-09 Thread Simon Laws
On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote: > > Yes, i've been seeing this today as well, seemed to be fine earlier in the > week. > >...ant > > On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote: > > > > I'm seeing > >java.net.ConnectException: Connection refused: connect > > errors when

[jira] Commented: (TUSCANY-1465) Allow passing ResultDescriptor for dynamic Commands

2007-08-09 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518716 ] Adriano Crestani commented on TUSCANY-1465: --- I agree with you ant, I applied the patches from JIRA 1465 a

Re: Build problem in binding-ws-axis2

2007-08-09 Thread ant elder
Yes, i've been seeing this today as well, seemed to be fine earlier in the week. ...ant On 8/9/07, Simon Nash <[EMAIL PROTECTED]> wrote: > > I'm seeing >java.net.ConnectException: Connection refused: connect > errors when building binding-ws-axis2 from a clean checkout of trunk. > The fail

[RESULT] Vote to release Apache Tuscany SDO Java 1.0-incubating

2007-08-09 Thread kelvin goodson
The vote to release Apache Tuscany SDO 1.0-incubating has completed with 5 +1 votes being cast (3 IPMC binding) and no -1s (see the tuscany-dev list vote thread [1] and the incubator-general vote approval thread [2]). Thank you for reviewing and voting. I will therefore proceed with the deploymen

Re: Build problem in binding-ws-axis2

2007-08-09 Thread ant elder
This is so bad for me now that i can no longer get a build through of the Axis2 binding, always one of the tests will fail with the connect exception. I've just tried on a spare machine and that is working fine. Both machines are winxp with jdk5, the only difference i can see is that the one that w

Re: Service visibility (was Re: Cross-jvm locate service)

2007-08-09 Thread Paul Golick
Kevin and I are considering "in extending the current locate service" with a mechanism that is aware of the composite context. That is, services exposed by a "domain level" composite would be visible to all and services available on other composites would only be visible to the containing comp

[ANNOUNCE] Apache Tuscany Java SDO 1.0-incubating released

2007-08-09 Thread kelvin goodson
The Apache Tuscany team are pleased to announce the 1.0-incubating release of the Java SDO project. This project provides an implementation of the SDO 2.1 specification [1] and this is our first release to provide full coverage of the specification. In addition to completing the few remaining SDO

[jira] Commented: (TUSCANY-1473) Define component's service with interface.wsdl ,throws 'No matching operation' error.

2007-08-09 Thread Scott Kurz (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518747 ] Scott Kurz commented on TUSCANY-1473: - This problem looks similar to TUSCANY-1342 which I opened. I commented

New itest folder: guidelines

2007-08-09 Thread venu reddy
Folks, I am planing to create my own folder (venu) in java/sca/itests and write few sample tests. Can any one please post if you have any guidelines on writing pom.xml (\java\sca\itests\venu\pom.xml) to include my sample tests for maven to build and execute. Thanks, Venu. -

[jira] Updated: (TUSCANY-1006) ChangeSummaryImpl.cachedSDOObjectChanges appears to not be thread safe

2007-08-09 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Gavlin updated TUSCANY-1006: Attachment: tuscany-sdo-impl.TUSCANY-1006.patch Patch attached. > ChangeSummaryImpl.cachedSDOOb

[jira] Updated: (TUSCANY-1006) ChangeSummaryImpl.cachedSDOObjectChanges appears to not be thread safe

2007-08-09 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Gavlin updated TUSCANY-1006: Patch Info: [Patch Available] > ChangeSummaryImpl.cachedSDOObjectChanges appears to not be thread

Re: Contribution URLs

2007-08-09 Thread Luciano Resende
Hi Simon, Could you please send the exact URL you are passing to the contribution service ? I have added a test case for what I understood your problem is, and that is working fine, but note that in the test case, I'm calling getClass().getResource("/deployables"), and that gives me a url l

Re: New itest folder: guidelines

2007-08-09 Thread Luciano Resende
You could use some of the other project existing pom[1] as guidelines. The poms are all inheriting the necessary configuration to run the tests from the parent pom [2] and it looks like below : org.apache.maven.plugins maven-

Re: Build problem in binding-ws-axis2

2007-08-09 Thread Luciano Resende
Could you try moving to maven 2.0.5 on the one that does not work ? On 8/9/07, ant elder <[EMAIL PROTECTED]> wrote: > This is so bad for me now that i can no longer get a build through of the > Axis2 binding, always one of the tests will fail with the connect exception. > I've just tried on a spar

Accessing global domain information

2007-08-09 Thread Simon Laws
I need some advice on the way the code is structures. In various places in the code I need to get at some information that logically belongs to the sca domain. For example, CompositeWireBuilderImpl.connectComponentReferences() Tries to resolve services. In the distributed case this resolution may

Re: New itest folder: guidelines

2007-08-09 Thread Venkata Krishnan
Hi Venu, To start with, you could also simply copy over one of the poms in the existing itests and modify the artifact names, dependencies etc. that is specific to what you plan to do. - Venkat On 8/9/07, venu reddy <[EMAIL PROTECTED]> wrote: > Folks, I am planing to create my own folder (venu)

mvn eclipse:eclipse fails on java

2007-08-09 Thread Ole Ersoy
Hi, I tried checking out "java" and eclipseefying the build, but I get this error: 1 required artifact is missing. for artifact: org.apache.tuscany.sca:sample-helloworld-dojo:war:1.0-incubating-SNAPSHOT Thoughts? Thanks, - Ole --

Re: Intent and Policy attachments on Operations

2007-08-09 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi, The Assembly Specs and the PolicyFramework specs allows for intents and policysets to be specified on Operations. To implement this I'd expect that the Operation interface support methods to hold a set of required intents and policysets. This also seems in sync with

[jira] Created: (TUSCANY-1523) Enhance ArtifactProcessors to be registered for file names, as well as for file types

2007-08-09 Thread Luciano Resende (JIRA)
Enhance ArtifactProcessors to be registered for file names, as well as for file types - Key: TUSCANY-1523 URL: https://issues.apache.org/jira/browse/TUSCANY-1523 Proj

Re: Accessing global domain information

2007-08-09 Thread Jean-Sebastien Delfino
Simon Laws wrote: I need some advice on the way the code is structures. In various places in the code I need to get at some information that logically belongs to the sca domain. For example, CompositeWireBuilderImpl.connectComponentReferences() Tries to resolve services. In the distributed case

Re: New itest folder: guidelines

2007-08-09 Thread Jean-Sebastien Delfino
venu reddy wrote: Folks, I am planing to create my own folder (venu) in java/sca/itests and write few sample tests. Can any one please post if you have any guidelines on writing pom.xml (\java\sca\itests\venu\pom.xml) to include my sample tests for maven to build and execute. Thanks, Venu. -

Re: New dependencies on binding-sca? was: svn commit: r563787 - in /incubator/tuscany/java/sca/modules: binding-ejb/pom.xml core-spring/pom.xml host-embedded/pom.xml

2007-08-09 Thread Jean-Sebastien Delfino
Simon Laws wrote: The binding-ejb one was a mistake host-embedded/ReallySmallRuntimeBuilder creates a SCABindingProcessor I'll go fix the first one and test against the latest code Thanks Ah OK. If you're talking about this: SCABindingProcessor scaBindingProcessor = new

[jira] Resolved: (TUSCANY-1328) can not locate service from a component whose implementation is composite

2007-08-09 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1328. -- Resolution: Fixed This scenario is now working, and I also added a test case in recur

[jira] Resolved: (TUSCANY-1006) ChangeSummaryImpl.cachedSDOObjectChanges appears to not be thread safe

2007-08-09 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1006. - Resolution: Fixed Fix Version/s: (was: Java-SDO-beta1) Jav

[jira] Commented: (TUSCANY-1182) Add multi-threaded test case for data object creation

2007-08-09 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518771 ] Kelvin Goodson commented on TUSCANY-1182: - TUSCANY-1006 also discussed a multi threaded test case. I am cl

Re: mvn eclipse:eclipse fails on java

2007-08-09 Thread Luciano Resende
What version of maven are you using ? Does it work with maven 2.0.5 ? See more info here [1] [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg21031.html On 8/9/07, Ole Ersoy <[EMAIL PROTECTED]> wrote: > Hi, > > I tried checking out "java" and eclipseefying the build, but I get this er

[jira] Created: (TUSCANY-1524) Need to fix file permission with DAS beta1 release distros

2007-08-09 Thread Luciano Resende (JIRA)
Need to fix file permission with DAS beta1 release distros -- Key: TUSCANY-1524 URL: https://issues.apache.org/jira/browse/TUSCANY-1524 Project: Tuscany Issue Type: Bug Compon

[jira] Commented: (TUSCANY-1328) can not locate service from a component whose implementation is composite

2007-08-09 Thread Paul Golick (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518779 ] Paul Golick commented on TUSCANY-1328: -- What svn revision includes the fix? > can not locate service from a c

[jira] Updated: (TUSCANY-1524) Need to fix file permission with DAS beta1 release distros

2007-08-09 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende updated TUSCANY-1524: - Description: See details here : http://www.mail-archive.com/general%40incubator.apache.

[jira] Updated: (TUSCANY-1328) can not locate service from a component whose implementation is composite

2007-08-09 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende updated TUSCANY-1328: - Test cases in working state added in revision #564288 > can not locate service from a comp

[jira] Created: (TUSCANY-1525) documentBaseURI is incorrect in wsdl Definition

2007-08-09 Thread Lou Amodeo (JIRA)
documentBaseURI is incorrect in wsdl Definition --- Key: TUSCANY-1525 URL: https://issues.apache.org/jira/browse/TUSCANY-1525 Project: Tuscany Issue Type: Bug Reporter: Lou Amodeo I f

[jira] Updated: (TUSCANY-1525) documentBaseURI is incorrect in wsdl Definition

2007-08-09 Thread Lou Amodeo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lou Amodeo updated TUSCANY-1525: Attachment: WSDLDocumentProcessor.java > documentBaseURI is incorrect in wsdl Definition > --

Re: Dynamic registration of databindings, was: 0.91 Memory Footprint

2007-08-09 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, Your latest proposal sounds good. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent: Sunday, August 05, 2007 7:20 PM Subject: Re: Dynamic registration of databindings, was: 0.91 Memory Footprint Jean-Sebasti

Re: Accessing global domain information

2007-08-09 Thread Simon Laws
On 8/9/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Simon Laws wrote: > > I need some advice on the way the code is structures. In various places > in > > the code I need to get at some information that logically belongs to the > sca > > domain. For example, > > > > CompositeWireBuilde

Re: Release management for next release, was: SCA 0.92 release?

2007-08-09 Thread ant elder
I guess early the following week still leaves time for an August release. It will be real tight though so we'll all need to be quick and thorough with our RC reviews as one problem once we get to the IPMC voting and it could easily slip it into September. So does taking the branch on the 21st sou

Re: Cross-jvm locate service

2007-08-09 Thread Kevin Williams
Sebastien and Simon, Thanks for this conversation. Its been very helpful. I would like to recap a little and ask a couple of questions. At the highest level the steps to locate a service are: 1. Look locally and if found proceed as Tuscany does today, otherwise 2. Dynamically create a refere

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-09 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update9_jira1438 Adding the ability to compile in debug mode. De

Re: Release management for next release, was: SCA 0.92 release?

2007-08-09 Thread ant elder
On 8/9/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote: - Post 0.95, maybe a couple of weeks after the release, we'd cut > another branch and head with that for 1.0 release. Being a 1.0 > release, we prob. need a branch early as that so that we can whet the > things we are targetting for the re

[jira] Updated: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-09 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1509: --- Attachment: tuscany_patch_update1_jira1509 Adding the ability to compile in debug mode. De

[SCA/SDO Native] ant : compile debug and specify additional compilers, etc

2007-08-09 Thread Brady Johnson
Hello all, I added two new features to the SCA and SDO ant build system. The first is the ability to compile in debug mode. To compile debug, just do one of the following: - ant -Ddebug=true # set it to on, yes, or true to turn on debugging - set the platform.debug.compile property to true,

Re: Accessing global domain information

2007-08-09 Thread Simon Laws
On 8/9/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 8/9/07, Jean-Sebastien Delfino <[EMAIL PROTECTED] > wrote: > > > > Simon Laws wrote: > > > I need some advice on the way the code is structures. In various > > places in > > > the code I need to get at some information that logically belon

Re: Build problem in binding-ws-axis2

2007-08-09 Thread ant elder
Doesn't seem to make any difference. I guess it must be differences between the local repositories as everything else seems to be the same. ...ant On 8/9/07, Luciano Resende <[EMAIL PROTECTED]> wrote: > > Could you try moving to maven 2.0.5 on the one that does not work ? > > On 8/9/07, ant el

Re: Accessing global domain information

2007-08-09 Thread Raymond Feng
Comments inline. Thanks, Raymond - Original Message - From: "Simon Laws" <[EMAIL PROTECTED]> To: Sent: Thursday, August 09, 2007 3:46 PM Subject: Re: Accessing global domain information On 8/9/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 8/9/07, Jean-Sebastien Delfino <[EMAIL PR

[jira] Updated: (TUSCANY-1375) C++ SDO spec portability: C++ type definition API

2007-08-09 Thread Michael Yoder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Yoder updated TUSCANY-1375: --- Attachment: TUSCANY-1375.txt This patch privatizes the internal helper classes used in SDO

FW: [jira] Updated: (TUSCANY-1375) C++ SDO spec portability: C++ type definition API

2007-08-09 Thread Michael Yoder
Hi, I have uploaded a patch for TUSCANY-1375. If it could be reviewed and applied that would be great. Thanks, Michael Rogue Wave Software, Inc. - [EMAIL PROTECTED] Software Developer - HydraSDO -Original Message- From: Michael Yoder (JIRA) [mailto:[EMAIL PROTECTED] Sent: Thursday, Aug

[jira] Commented: (TUSCANY-1465) Allow passing ResultDescriptor for dynamic Commands

2007-08-09 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518904 ] Amita Vadhavkar commented on TUSCANY-1465: -- 1) The way ResultDescriptor can be replaced on a Command is th

Re: Accessing global domain information

2007-08-09 Thread Simon Laws
On 8/10/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > > Comments inline. > > Thanks, > Raymond > - Original Message - > From: "Simon Laws" <[EMAIL PROTECTED]> > To: > Sent: Thursday, August 09, 2007 3:46 PM > Subject: Re: Accessing global domain information > > > > On 8/9/07, Simon Laws <[

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

2007-08-09 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amita Vadhavkar updated TUSCANY-1464: - Attachment: 1464.patch 1)In case of if (columnName.indexOf("_ID") >= 0), and indeed if

Re: New dependencies on binding-sca? was: svn commit: r563787 - in /incubator/tuscany/java/sca/modules: binding-ejb/pom.xml core-spring/pom.xml host-embedded/pom.xml

2007-08-09 Thread Simon Laws
On 8/9/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Simon Laws wrote: > > The binding-ejb one was a mistake > > host-embedded/ReallySmallRuntimeBuilder creates a SCABindingProcessor > > > > I'll go fix the first one and test against the latest code > > > > Thanks > > > > > > Ah OK. If