[jira] Commented: (TUSCANY-1493) Snapshot mapping framework to convert DataObjects to and from Java objects

2007-12-06 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549058 ] Kelvin Goodson commented on TUSCANY-1493: - I've just made some observations on the tuscany-user mailing

[jira] Resolved: (TUSCANY-1545) Change default XML encoding to UTF-8.

2007-12-04 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1545. - Resolution: Fixed Patch applied, thanks David. Change default XML encoding to UTF-8

Re: [Java SDO] What should we be attacking?

2007-11-29 Thread kelvin goodson
] wrote: Kelvin, I have some free cycles, so I'd like to help knock some things off this list for you. I've gone ahead and contributed a patch for 1483. I'll address 1545 as well. I believe that 1384 is already done. On Nov 20, 2007 6:36 AM, kelvin goodson [EMAIL PROTECTED] wrote: What

[jira] Commented: (TUSCANY-1493) Snapshot mapping framework to convert DataObjects to and from Java objects

2007-11-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544782 ] Kelvin Goodson commented on TUSCANY-1493: - Kris, I downloaded and manually installed the eclipse core

[jira] Commented: (TUSCANY-1293) SDO does not work with OSGi

2007-11-21 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544420 ] Kelvin Goodson commented on TUSCANY-1293: - There's an offer of help from Rajini to get this fixed that's

Re: [Java SDO] What should we be attacking?

2007-11-21 Thread kelvin goodson
that is causing the problem in SDO is the same as the one we had with SCA, but unless I understand the classloading in SDO, I can't be sure if we can adopt a similar solution as the one used now in SCA. Thank you... Regards, Rajini On 11/20/07, kelvin goodson [EMAIL PROTECTED] wrote

[Java SDO] What should we be attacking?

2007-11-20 Thread kelvin goodson
What should we be concentrating our efforts on in SDO Java. I posted a while back to suggest we think about the content of a next release. We've had a few fixes go in recently, but I'd like to see more consideration of release content before we crank the handle. It would be great to see a

Re: How to write a simple SDO class for the tutorial?

2007-11-19 Thread kelvin goodson
-test/src/test/java/org/apache/tuscany/sdo/test/GenPatternsTestCase.java?view=markup On 17/11/2007, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: kelvin goodson wrote: If you are discounting using XSD for the source of metadata to describe the SDO types then there is the SDO API provided

Re: How to write a simple SDO class for the tutorial?

2007-11-19 Thread kelvin goodson
. serialization, copying, and I'm sure lots more. Kelvin. On 17/11/2007, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: kelvin goodson wrote: If you are discounting using XSD for the source of metadata to describe the SDO types then there is the SDO API provided for dynamic metadata creation

[jira] Updated: (TUSCANY-1899) Java2WSDL (trivial) - do we have to assume method names start w/ a lowercase char?

2007-11-19 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1899: Component/s: (was: Java SDO Tools) In the SDO tools we do this is in generation

[jira] Resolved: (TUSCANY-1842) IOException loading DataGraph containing a deleted dataObject with a property whose type extends a complexType w/simple integer content

2007-11-15 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1842. - Resolution: Fixed Applied patch, many thanks Ron. IOException loading DataGraph

Re: How to write a simple SDO class for the tutorial?

2007-11-14 Thread kelvin goodson
If you are discounting using XSD for the source of metadata to describe the SDO types then there is the SDO API provided for dynamic metadata creation. The sample at [1] gives an introduction to this. The paper at [2] discusses the subject also, and the program underlying the discussion in the

[jira] Resolved: (TUSCANY-1812) XMLHelper.load() IOException using schema that has both a substitution group and an extension

2007-11-14 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1812. - Resolution: Fixed Patch Applied (many thanks Ron) XMLHelper.load() IOException using

[jira] Resolved: (TUSCANY-1830) SimpleType extension across mixed static/dynamic namespaces is broken

2007-11-14 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1830. - Resolution: Fixed Fixed by updates in TUSCANY-1812 SimpleType extension across mixed

[jira] Resolved: (TUSCANY-1832) Complex type w/simple content restriction facets are ignored

2007-11-14 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1832. - Resolution: Fixed Fixed by updates in TUSCANY-1812 Complex type w/simple content

[jira] Resolved: (TUSCANY-1811) ClassCastException saving codegen-based DataGraph with ChangeSummary containing an xsd:float

2007-11-13 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1811. - Resolution: Fixed Applied patch, thanks Ron. ClassCastException saving codegen-based

[jira] Updated: (TUSCANY-1842) IOException loading DataGraph containing a deleted dataObject with a property whose type extends a complexType w/simple integer content

2007-11-13 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1842: Attachment: 1842data.zip Hi Ron, I'm having trouble getting the data files

Re: [jira] Updated: (TUSCANY-1842) IOException loading DataGraph containing a deleted dataObject with a property whose type extends a complexType w/simple integer content

2007-11-13 Thread kelvin goodson
Thanks, I'm looking at your triple JIRA patch now (1812,30,32) Kelvin. On 13/11/2007, Ron Gavlin [EMAIL PROTECTED] wrote: I'll take a look and get back to you. Thanks, - Ron - Original Message From: Kelvin Goodson (JIRA) tuscany-dev@ws.apache.org To: [EMAIL PROTECTED] Sent

Re: Tuscany November Board Report

2007-11-09 Thread kelvin goodson
It looks fine from my perspective. Kelvin. On 09/11/2007, Luciano Resende [EMAIL PROTECTED] wrote: I have added couple more things there too... it would be great if others could review and update by EOD today, then I'd move this to the Incubator wiki at night. On Nov 9, 2007 4:56 AM, Simon

Re: [NOTICE] Mark Combellack voted as Tuscany committer

2007-11-01 Thread kelvin goodson
Welcome Mark! -- Kelvin On 01/11/2007, ant elder [EMAIL PROTECTED] wrote: The Tuscany PPMC and Incubator PMC have voted for Mark Combellack to become a Tuscany committer. Congratulations and welcome Mark! ...ant - To

[jira] Commented: (TUSCANY-1493) Snapshot mapping framework to convert DataObjects to and from Java objects

2007-10-31 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539055 ] Kelvin Goodson commented on TUSCANY-1493: - Kris, thanks for this. It's going to be a couple of days

[jira] Commented: (TUSCANY-1527) Allow for custom data binding of DataObjects in a Swing UI

2007-10-31 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539056 ] Kelvin Goodson commented on TUSCANY-1527: - OK, thanks, I'll take a peek ASAP and see how it fits

[jira] Commented: (TUSCANY-1527) Allow for custom data binding of DataObjects in a Swing UI

2007-10-30 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538718 ] Kelvin Goodson commented on TUSCANY-1527: - I just came across this link http://help.eclipse.org/help32

Re: [NOTICE] Michael Yoder voted as Tuscany committer

2007-10-25 Thread kelvin goodson
Michael, good to have you on board, Welcome! Kelvin. On 24/10/2007, Pete Robbins [EMAIL PROTECTED] wrote: The Tuscany PPMC and Incubator PMC have voted for Michael to become a Tuscany committer. Congratulations and welcome! I look forward to your continued excellent contributions to

[jira] Updated: (TUSCANY-1868) Schema imports not working in multiple class-loader environment

2007-10-25 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1868: Component/s: Java SDO Implementation Schema imports not working in multiple class

[jira] Resolved: (TUSCANY-1780) [JAVA-SDO] Incorrect generation of class with default value for a list

2007-10-25 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1780. - Resolution: Fixed Resolved in 588261. [JAVA-SDO] Incorrect generation of class

[jira] Updated: (TUSCANY-1780) [JAVA-SDO] Incorrect generation of class with default value for a list

2007-10-23 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1780: Attachment: SDOClass.java As a checkpoint in investigating this issue I'm attaching

Re: How about a Java SCA 1.0.1 release for October?

2007-10-22 Thread kelvin goodson
snip/ Also, I'd like to nominate Raymond to be release manager for this. +1 ...ant - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (TUSCANY-1853) XSD2JavaGenerator generates Java identifier with dots

2007-10-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536641 ] Kelvin Goodson commented on TUSCANY-1853: - Hi Czarek, I'm just looking at what to do with this JIRA

[jira] Updated: (TUSCANY-1842) IOException loading DataGraph containing a deleted dataObject with a property whose type extends a complexType w/simple integer content

2007-10-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1842: Patch Info: [Patch Available] Setting PAtach Available: Ron's suggestion gives us

[jira] Commented: (TUSCANY-1659) SDO DateConversion test cases fail under linux

2007-10-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536655 ] Kelvin Goodson commented on TUSCANY-1659: - Luciano, can you confirm whether this is still an issue

[jira] Commented: (TUSCANY-1263) XMLEqualityChecker too strict

2007-10-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536659 ] Kelvin Goodson commented on TUSCANY-1263: - An alternative to using another tool is the approach adopted

[jira] Commented: (TUSCANY-1178) DynamicTypesFromSchemaTestCase expecting *Object types to be created

2007-10-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536660 ] Kelvin Goodson commented on TUSCANY-1178: - TODO: given the discussion above, and the unresolved SDO spec

[jira] Resolved: (TUSCANY-1283) Better organization of the interfaces and classes in the SDO Java project

2007-10-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1283. - Resolution: Fixed The basis of the plan described above is in place. The split

[jira] Commented: (TUSCANY-1180) Unable to initialize read-only properties

2007-10-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536664 ] Kelvin Goodson commented on TUSCANY-1180: - Resolution of this issue is dependent on http://www.xcalia.com

[jira] Commented: (TUSCANY-1192) Preserve demand created global properties

2007-10-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536669 ] Kelvin Goodson commented on TUSCANY-1192: - Note, related to this issue is that http://www.xcalia.com

[jira] Updated: (TUSCANY-152) Java SDO generation from XML Schema needs schema validation.

2007-10-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-152: --- Component/s: (was: Java SDO Implementation) Java SDO Tools Java SDO

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

2007-10-20 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1397. - Resolution: Fixed This patch was applied in commit 562586. Please resolve JIRAs when

[jira] Commented: (TUSCANY-1780) [JAVA-SDO] Incorrect generation of class with default value for a list

2007-10-20 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536432 ] Kelvin Goodson commented on TUSCANY-1780: - Here's what the generator should be generating I think

[jira] Issue Comment Edited: (TUSCANY-1780) [JAVA-SDO] Incorrect generation of class with default value for a list

2007-10-20 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536432 ] kgoodson edited comment on TUSCANY-1780 at 10/20/07 6:46 AM: --- Commented in error

[SDO JAVA] JIRA priorities for the next release

2007-10-19 Thread kelvin goodson
I'm looking through the mounting number of JIRAs in SDO Java and hope to knock a few down. It would be good to get another release in plan. What do people want in it? I'm going to be doing a full pass through the open JIRAs in the near term and flag up my own priorities. Regards, Kelvin.

[jira] Resolved: (TUSCANY-193) Fix eclipse warnings for sdo/tools

2007-10-19 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-193. Resolution: Fixed cleaned up referenced files Fix eclipse warnings for sdo/tools

[jira] Resolved: (TUSCANY-1128) Support attribute and element with same name

2007-10-19 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1128. - Resolution: Fixed Support attribute and element with same name

[jira] Resolved: (TUSCANY-1144) Type Schema Location

2007-10-19 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1144. - Resolution: Later Will await SDO 3 spec group resolution. Type Schema Location

Re: ApacheCon Europe 2008

2007-10-18 Thread kelvin goodson
: On 10/9/07, kelvin goodson [EMAIL PROTECTED] wrote: ApacheCon Europe is coming up, 7th to 11th of April 2008 [1], and the deadline for submission of abstracts is coming up fast, on 26th of this month. What should we aim to do

Re: ApacheCon Europe 2008

2007-10-18 Thread kelvin goodson
Simon, you are right, I haven't submitted the abstract, so please do, and thanks for stepping in. Kelvin. On 18/10/2007, Simon Laws [EMAIL PROTECTED] wrote: On 10/18/07, Simon Laws [EMAIL PROTECTED] wrote: On 10/18/07, kelvin goodson [EMAIL PROTECTED] wrote: Hi, sorry I

[jira] Commented: (TUSCANY-1817) Improve SDO test infrastructure to re-use/re-execute most dynamic tests as static tests

2007-10-15 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534846 ] Kelvin Goodson commented on TUSCANY-1817: - Thanks for your suggestions. One small problem we would have

Re: ApacheCon Europe 2008

2007-10-12 Thread kelvin goodson
. On 11/10/2007, Simon Laws [EMAIL PROTECTED] wrote: On 10/9/07, kelvin goodson [EMAIL PROTECTED] wrote: ApacheCon Europe is coming up, 7th to 11th of April 2008 [1], and the deadline for submission of abstracts is coming up fast, on 26th of this month. What should we aim to do here

Re: [SDO] merging Change Summaries

2007-10-10 Thread kelvin goodson
Amita, The detail of the nature of the merge you want to perform is not completely clear, but you should be aware that inserting a DataObject of a Type that has a ChangeSummary property into a data graph wrapped in a DataGraph instance would violate the constraint that the scope of monitoring of

Re: [VOTE] Graduate Tuscany as a top level project

2007-10-09 Thread kelvin goodson
org Brady Johnson bjohnson at apache dot org Frank Budinsky frankb at apache dot org Ignacio Silva-Lepe isilval at apache dot org Jean-Sebastien Delfino jsdelfino at apache dot org kelvin goodson

[jira] Created: (TUSCANY-1838) HelperContext provided to createObjectOutputStream is inadvertantly ignored

2007-10-09 Thread Kelvin Goodson (JIRA)
Issue Type: Bug Affects Versions: Java-SDO-1.0 Reporter: Kelvin Goodson Fix For: Java-SDO-Next Ron Gavlin reported in http://www.mail-archive.com/[EMAIL PROTECTED]/msg01884.html an issue with HelperContexts being unavailable during marshalling. I feel sure

[jira] Commented: (TUSCANY-1838) HelperContext provided to createObjectOutputStream is inadvertantly ignored

2007-10-09 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533327 ] Kelvin Goodson commented on TUSCANY-1838: - I made a fix in http://svn.apache.org/viewvc?rev=583095view=rev

ApacheCon Europe 2008

2007-10-09 Thread kelvin goodson
ApacheCon Europe is coming up, 7th to 11th of April 2008 [1], and the deadline for submission of abstracts is coming up fast, on 26th of this month. What should we aim to do here? The options seem to be (60 minutes) Multi-person panel discussion (60 minutes) Normal presentation Intensive

[Java SDO CTS] enhancing the CTS

2007-10-05 Thread kelvin goodson
I've been thinking about the CTS a bit lately; trying to take stock of what we've got, and how we measure up. The CTS went through a period of healthy growth a while back, but I didn't manage to get a good feel for how well we were covering the API combined with the range of possible inputs to

[SDO Java] value change event notification

2007-10-05 Thread kelvin goodson
I took a look at some code a week or so back, which provided for adding the feature of notification of value changes to arbitrary observers, designed for use in user interfaces in JIRA https://issues.apache.org/jira/browse/TUSCANY-1527. I made a copy of SDO in my sandbox [1] and modified our SDO

[jira] Commented: (TUSCANY-1493) Snapshot mapping framework to convert DataObjects to and from Java objects

2007-10-02 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531723 ] Kelvin Goodson commented on TUSCANY-1493: - Hi, Thanks for the code. Sorry to take a while to get back

[jira] Commented: (TUSCANY-1493) Snapshot mapping framework to convert DataObjects to and from Java objects

2007-10-02 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531727 ] Kelvin Goodson commented on TUSCANY-1493: - I've been going through the files in preparation for putting

[jira] Commented: (TUSCANY-1493) Snapshot mapping framework to convert DataObjects to and from Java objects

2007-10-02 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531744 ] Kelvin Goodson commented on TUSCANY-1493: - I've added as much as I can to my sandbox in commit http

Re: [SDO+DAS] order of changed data objects in change summary

2007-10-02 Thread kelvin goodson
Comments inline ... Kelvin. On 02/10/2007, Amita Vadhavkar [EMAIL PROTECTED] wrote: Hi, Question in SDO - ChangeSummary changeSummary = root.getDataGraph().getChangeSummary(); List changedDOs = commonj.sdo.ChangeSummary.getChangedDataObjects(); is changedDOs an ordered list with order

Re: Graduation

2007-10-02 Thread kelvin goodson
On 27/09/2007, Mike Edwards [EMAIL PROTECTED] wrote: Folks, My pennyworth: a Project Management Committee charged with the creation and maintenance of open-source software supporting a range of technologies that simplifies the development of service oriented applications and provides a

Re: Graduation

2007-10-02 Thread kelvin goodson
On 27/09/2007, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Nash wrote: Paul Fremantle wrote: +1 Paul On 9/27/07, Mike Edwards [EMAIL PROTECTED] wrote: Folks, My pennyworth: a Project Management Committee charged with the creation and maintenance of

[jira] Commented: (TUSCANY-1817) Improve SDO test infrastructure to re-use/re-execute most dynamic tests as static tests

2007-09-28 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531015 ] Kelvin Goodson commented on TUSCANY-1817: - Ron, this sounds like a good idea. Do you have specific

[jira] Commented: (TUSCANY-1810) SDOUtil.createHelperContext() fails with NPE on HP-UX and Solaris

2007-09-27 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530663 ] Kelvin Goodson commented on TUSCANY-1810: - This looks like an EMF problem. The failure seems

[jira] Updated: (TUSCANY-1780) [JAVA-SDO] Incorrect generation of class with default value for a list

2007-09-27 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1780: Patch Info: [Patch Available] Franks comment represents a fix - so setting patch

Re: OSGi manifests in SDO Jars, was: Tuscany and OSGi

2007-09-26 Thread kelvin goodson
You are right, as far as I understand it's just history/legacy. If there's a volunteer to help clean this up and make the jars more friendly that would be really great; I don't have a detailed understanding of what's best here. Kelvin. On 26/09/2007, Jean-Sebastien Delfino [EMAIL PROTECTED]

[jira] Commented: (TUSCANY-1788) DataObjectXMLStreamReader doesn't declare the xsi namespace if there is a xsi:type or xsi:nil attribute

2007-09-24 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529826 ] Kelvin Goodson commented on TUSCANY-1788: - There has been one commit for this JIRA. I'm not sure

[jira] Commented: (TUSCANY-1493) Snapshot mapping framework to convert DataObjects to and from Java objects

2007-09-24 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529846 ] Kelvin Goodson commented on TUSCANY-1493: - Bogdan, it's not in the code base yet. I'm looking at it now

[jira] Resolved: (TUSCANY-1726) List DataObject.getList(String path) should return an empty list when there is no value

2007-09-24 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1726. - Resolution: Fixed Patch looks good, so I committed it with an adapted test to exercise

[jira] Resolved: (TUSCANY-1574) SDOXSDEcoreBuilder.createResourceSet() is not thread safe

2007-09-21 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1574. - Resolution: Fixed Fixed in rev 578054 SDOXSDEcoreBuilder.createResourceSet

[jira] Commented: (TUSCANY-1725) XSD2JavaGenerator has a problem with associations navigable from both sides

2007-09-21 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529388 ] Kelvin Goodson commented on TUSCANY-1725: - Thanks for this. I'd like to add the schema as the basis

[jira] Issue Comment Edited: (TUSCANY-1725) XSD2JavaGenerator has a problem with associations navigable from both sides

2007-09-21 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529388 ] kgoodson edited comment on TUSCANY-1725 at 9/21/07 4:46 AM: -- Thanks for this.

Re: [NOTICE] Simon Nash voted as Tuscany Committer.

2007-09-20 Thread kelvin goodson
Congratulations and welcome Simon! hear hear!! Kelvin. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3a

2007-09-20 Thread kelvin goodson
+1 Kelvin. On 19/09/2007, ant elder [EMAIL PROTECTED] wrote: Please review and vote on the 1.0 release artifacts of Tuscany SCA for Java. The SVN tag for the release is: https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3a/ The artifacts are available for review at:

Re: sample start up time?

2007-09-19 Thread kelvin goodson
the shutdown hang problem? ...ant On 9/17/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I found the issue and will check in a fix soon. Thanks, Raymond - Original Message - From: kelvin goodson [EMAIL PROTECTED] To: tuscany-dev

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
The source distro now has a reference to quote-xquery in the top level pom, but the sample code is not included in the distro. C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-srcmvn clean [INFO] Scanning for projects... [INFO]

[jira] Commented: (TUSCANY-1527) Allow for custom data binding of DataObjects in a Swing UI

2007-09-19 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528702 ] Kelvin Goodson commented on TUSCANY-1527: - The info I have on these events came from Frank's book (http

[jira] Created: (TUSCANY-1759) quote-xquery code missing from RC3 source distro

2007-09-19 Thread Kelvin Goodson (JIRA)
Environment: windows and http://people.apache.org/~antelder/tuscany/1.0-RC3/apache-tuscany-sca-1.0-incubating-src.zip Reporter: Kelvin Goodson Fix For: Java-SCA-1.0 C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-srcmvn [INFO] Scanning for projects... [INFO

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
), central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), apache.ws (http://ws.zones.apache.org/repository/) On 19/09/2007, kelvin goodson [EMAIL PROTECTED] wrote: The source distro now has a reference

Re: Change freeze on 1.0 branch

2007-09-19 Thread kelvin goodson
Hi ant, I had a brief sweep through the build code for SCA to see if I could fix the xquery source distro to see if I could supply a patch with the JIRA, but I couldn't see that it was configurable; I guess either I missed something this is a manual export step. Regards, Kelvin. On 19/09/2007,

[jira] Assigned: (TUSCANY-1759) quote-xquery code missing from RC3 source distro

2007-09-19 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson reassigned TUSCANY-1759: --- Assignee: Kelvin Goodson quote-xquery code missing from RC3 source distro

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
+/snapshots +/repository /repositories profiles works for me. Kelvin. On 19/09/2007, kelvin goodson [EMAIL PROTECTED] wrote: Works for me. -- Kelvin. On 19/09/2007, ant elder [EMAIL PROTECTED] wrote: On 9/19/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/19/07, kelvin

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
That's where mine now fails too. On 19/09/2007, Simon Laws [EMAIL PROTECTED] wrote: On 9/19/07, ant elder [EMAIL PROTECTED] wrote: On 9/19/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/19/07, kelvin goodson [EMAIL PROTECTED] wrote: If I remove the xquery-quotes reference

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
Works for me. -- Kelvin. On 19/09/2007, ant elder [EMAIL PROTECTED] wrote: On 9/19/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/19/07, kelvin goodson [EMAIL PROTECTED] wrote: If I remove the xquery-quotes reference in the samples pom and try to build further i eventually get

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
: On 9/19/07, kelvin goodson [EMAIL PROTECTED] wrote: That's where mine now fails too. On 19/09/2007, Simon Laws [EMAIL PROTECTED] wrote: On 9/19/07, ant elder [EMAIL PROTECTED] wrote: On 9/19/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/19/07, kelvin goodson

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
I have just seen Simon Laws' earlier note about my first issue. Kelvin. On 19/09/2007, kelvin goodson [EMAIL PROTECTED] wrote: I'm having a sequence of non-reproducible issues building from this tag first I got [INFO

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
to copy filtered resources. Downloading: http://download.java.net/maven/1/woodstox/poms/wstx-asl-3.2.1.pom - Venkat On 9/19/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/19/07, kelvin goodson [EMAIL PROTECTED] wrote: I have just seen Simon Laws' earlier note about my first

[jira] Resolved: (TUSCANY-1759) quote-xquery code missing from RC3 source distro

2007-09-19 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1759. - Resolution: Fixed fixed in http://svn.apache.org/viewvc?rev=577237view=rev quote

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
with the Ant scripts. It all seems to work. Anyone else say yes or no soon or shall i just call a vote on it? ...ant On 9/19/07, ant elder [EMAIL PROTECTED] wrote: On 9/19/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/19/07, kelvin goodson [EMAIL PROTECTED] wrote: That's

checking the license file

2007-09-18 Thread kelvin goodson
I just checked the LICENSE file against the lib directory of RC1c. I'm sure this process could be more automated given time, but for reference here's what I did cd lib ls | sed s/[0-9\.]*\.jar// libnoversion.txt then I hand finessed the list to remove more complex version tags such as beta1 or

Re: checking the license file

2007-09-18 Thread kelvin goodson
a few, i checked in the changes about an hour ago. Kelvin. On 18/09/2007, Simon Laws [EMAIL PROTECTED] wrote: On 9/18/07, kelvin goodson [EMAIL PROTECTED] wrote: I just checked the LICENSE file against the lib directory of RC1c. I'm sure this process could be more automated given time

[jira] Resolved: (TUSCANY-1638) SDO command-line code generator behaves differently than standalone when invoked in Eclipse

2007-09-18 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1638. - Resolution: Fixed Assuming this is fixed in the live environment, since the test case

Re: [VOTE] Release Tuscany Java SCA 1.0-incubating

2007-09-18 Thread kelvin goodson
I'm now seeing a couple of issues with the samples. One is that I have to run ant compile before ant run in all cases I have tried so far. The other is that I now see samples such as calculator executing and completing, but taking 18 seconds to complete rather than the 4 I reported yesterday.

Re: [VOTE] Release Tuscany Java SCA 1.0-incubating

2007-09-18 Thread kelvin goodson
Windows XP On 18/09/2007, haleh mahbod [EMAIL PROTECTED] wrote: ant run works fine with a few that I ran using RC2 bin distro. I am running on windows. What are you running on Kelvin? On 9/18/07, kelvin goodson [EMAIL PROTECTED] wrote: I'm now seeing a couple of issues with the samples

[jira] Commented: (TUSCANY-1296) Build failure on Linux/IBM JDK

2007-09-17 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528040 ] Kelvin Goodson commented on TUSCANY-1296: - I think I am seeing this issue when trying to build on linux

jaxp.properties trip hazard -- FAQ material

2007-09-17 Thread kelvin goodson
I've been playing with the RC1a release candidate and came across a problem particular to my environment which took me a while to figure out. When trying to run a sample I was getting ... C:\Release\apache-tuscany-sca-1.0-incubating\tuscany-sca-1.0-incubating\samples\calculatorant run Buildfile:

Re: sample start up time?

2007-09-17 Thread kelvin goodson
I can run the calculator in 4 seconds, -- time until I see the Run word on the screen approx 2 secs and then a further 2 before I see the result output. Kelvin. On 17/09/2007, Simon Laws [EMAIL PROTECTED] wrote: I made a local distro from the branch and the samples seem to take ages to get

Re: sample start up time?

2007-09-17 Thread kelvin goodson
- 2=1.0 [java] 3 * 2=6.0 [java] 3 / 2=1.5 [java] Java Result: 1 BUILD SUCCESSFUL Total time: 8 minutes 4 seconds Terminate batch job (Y/N)? y On 17/09/2007, kelvin goodson [EMAIL PROTECTED] wrote: I can run the calculator in 4 seconds, -- time until I see the Run word

[jira] Commented: (TUSCANY-1685) XSD2JavaGenerator should support name mangling (dashes to underscores, etc.)

2007-09-17 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528095 ] Kelvin Goodson commented on TUSCANY-1685: - Any name overrides must be done with schema annotations, so

[jira] Commented: (TUSCANY-1638) SDO command-line code generator behaves differently than standalone when invoked in Eclipse

2007-09-14 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527498 ] Kelvin Goodson commented on TUSCANY-1638: - I was trying this, but don't see Run as .. = Eclipse

[jira] Commented: (TUSCANY-1638) SDO command-line code generator behaves differently than standalone when invoked in Eclipse

2007-09-14 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527546 ] Kelvin Goodson commented on TUSCANY-1638: - I have now run the test, seen the failure, applied the patch

<    1   2   3   4   5   6   7   8   9   10   >