Re: JDK5 versus JDK6, was Re: svn commit: r583639 - /incubator/tuscany/java/sca/modules/databinding-jaxb/pom.xml

2007-10-12 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Its the same with me too... here is what I get.. [snip] [INFO] snapshot org.apache.maven.surefire:surefire-providers:2.3.1-SNAPSHOT:checking for updates from codehaus-snaps hot [INFO] Surefire report directory:

Re: JDK5 versus JDK6, was Re: svn commit: r583639 - /incubator/tuscany/java/sca/modules/databinding-jaxb/pom.xml

2007-10-12 Thread Luciano Resende
Yes, exactly same thing here... Java SDK : java version 1.5.0_11 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing) Maven : Maven version: 2.0.7 Java version: 1.5.0_11 OS name: windows xp version: 5.1 arch:

Re: [SDO] merging Change Summaries

2007-10-12 Thread Amita Vadhavkar
Hi, (DG = DataGraph, CS=ChangeSummary, DO = DataObject) When checking randomly regarding change summary - came across some points/questions - Did SDO always support (since 1.0) ChangeSummary on DG and DO level property both? Typically data travelling different tiers will be DGs (multi-root DO

Re: Policy support for implementation elements

2007-10-12 Thread Venkata Krishnan
Hi, I've further checked in some minor changes to the calculator sample under r584064 which adds log statements to the implementation classes. The logger name I have used is 'calculator'. Then, in the definitions.xml I have stated the logger name for the logging policyset as 'calculator'. Now,

Re: JDK5 versus JDK6, was Re: svn commit: r583639 - /incubator/tuscany/java/sca/modules/databinding-jaxb/pom.xml

2007-10-12 Thread Venkata Krishnan
Hi Sebastien, My local maven repo is C:\Documents and Settings\Administrator\.m2\repository. What is yours? I am just guessing it could be different and Luciano's should be similar to mine. - Venkat On 10/12/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Venkata Krishnan wrote: Its

Account Request - Amita Vadhavkar - Tuscany (incubating)

2007-10-12 Thread ant elder
Dear root, Please create an id for Amita Vadhavkar on the Tuscany project under Incubation. Preferred userid:amita Full name:Amita Vadhavkar Forwarding email address: [EMAIL PROTECTED] Requested Karma for:ws-tuscany ICLA is on file. Votes:

Re: JDK5 versus JDK6, was Re: svn commit: r583639 - /incubator/tuscany/java/sca/modules/databinding-jaxb/pom.xml

2007-10-12 Thread Venkata Krishnan
Ok... seems like this is the problem. I changed my local repo to another location and it works. I think having spaces in the names of directory for the maven local repo is a problem. I picked up the hint from java.lang.NoClassDefFoundError: and and my local maven repo directory root has 'and in

[RESULT][VOTE] Graduate Tuscany as a top level project

2007-10-12 Thread ant elder
This vote has passed with no -1s and 19 +1s from: Ant Elder Radim Kolarik Venkata Krisnan Simon Laws Kelvin Goodson Amita Vadhavkar Andrew Borley Adriano Crestani Pete Robbins Ignacio Silva-lepe Simon Nash Jean-Sebastien Delfino Frank Budinsky Raymon Feng Brady Johnson Haleh Mahbod Andy Grove

Re: Classloading in Tuscany

2007-10-12 Thread Rajini Sivaram
Thank you, Ant. I will try to split the work into small pieces and submit separate patches. Thank you... Regards, Rajini On 10/12/07, ant elder [EMAIL PROTECTED] wrote: On 10/11/07, Rajini Sivaram [EMAIL PROTECTED] wrote: Hello, Tuscany's use of classloaders doesn't seem to be

Re: JDK5 versus JDK6, was Re: svn commit: r583639 - /incubator/tuscany/java/sca/modules/databinding-jaxb/pom.xml

2007-10-12 Thread Luciano Resende
This seems like a maven issue : http://jira.codehaus.org/browse/SUREFIRE-128 On 10/12/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Venkata Krishnan wrote: Ok... seems like this is the problem. I changed my local repo to another location and it works. I think having spaces in the

[jira] Created: (TUSCANY-1843) DAS should support JDK 1.4

2007-10-12 Thread Ron Gavlin (JIRA)
DAS should support JDK 1.4 -- Key: TUSCANY-1843 URL: https://issues.apache.org/jira/browse/TUSCANY-1843 Project: Tuscany Issue Type: Bug Components: Java DAS RDB Affects Versions: Java-DAS-Next

strange dependency change

2007-10-12 Thread Radim Kolarik
Hi, our web service build using SCA is implemented as a WAR application. Our WAR pom.xml (Maven) file has the following dependencies: dependency groupIdorg.apache.tuscany.sca/groupId artifactIdtuscany-host-webapp/artifactId version1.0-incubating/version /dependency dependency

Fwd: [SDO] merging Change Summaries

2007-10-12 Thread Amita Vadhavkar
-- Forwarded message -- From: kelvin goodson [EMAIL PROTECTED] Date: Oct 12, 2007 2:40 PM Subject: Re: [SDO] merging Change Summaries To: Amita Vadhavkar [EMAIL PROTECTED] On 12/10/2007, Amita Vadhavkar [EMAIL PROTECTED] wrote: Hi, (DG = DataGraph, CS=ChangeSummary, DO =

Re: strange dependency change

2007-10-12 Thread Jean-Sebastien Delfino
[snip] Radim Kolarik wrote: Hi, our web service build using SCA is implemented as a WAR application. Our WAR pom.xml (Maven) file has the following dependencies: dependency groupIdorg.apache.tuscany.sca/groupId artifactIdtuscany-host-webapp/artifactId version1.0-incubating/version

Re: ApacheCon Europe 2008

2007-10-12 Thread kelvin goodson
How about this for an abstract for a 60 minute presentation? Meet Apache Tuscany - Building SOA Solutions With The Service Component Architecture Apache Tuscany provides an open-source services infrastructure for constructing SOA solutions from heterogeneous and distributed services. The project

Re: JDK5 versus JDK6, was Re: svn commit: r583639 - /incubator/tuscany/java/sca/modules/databinding-jaxb/pom.xml

2007-10-12 Thread Jean-Sebastien Delfino
Luciano Resende wrote: This seems like a maven issue : http://jira.codehaus.org/browse/SUREFIRE-128 I committed a change to databinding-jaxb to use the same level of surefire already used in implementation-bpel, which seems to fix that issue. Can you try after an svn up? --

Re: JDK5 versus JDK6, was Re: svn commit: r583639 - /incubator/tuscany/java/sca/modules/databinding-jaxb/pom.xml

2007-10-12 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Ok... seems like this is the problem. I changed my local repo to another location and it works. I think having spaces in the names of directory for the maven local repo is a problem. I picked up the hint from java.lang.NoClassDefFoundError: and and my local maven repo

Re: Classloading in Tuscany

2007-10-12 Thread ant elder
On 10/11/07, Rajini Sivaram [EMAIL PROTECTED] wrote: Hello, Tuscany's use of classloaders doesn't seem to be well-defined, even though the concept of a runtime classLoader and contribution classloaders should have made it easy to isolate these namespaces. All Tuscany samples and tests are

[jira] Assigned: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-12 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TUSCANY-1844: Assignee: Luciano Resende Add persisted RDB Catalog to Store sample using JDBC

Re: [NOTICE] Amita Vadhavkar voted as Tuscany committer

2007-10-12 Thread Simon Nash
Congratulations Amita and welcome! Sorry this is a little late. I just got back from a vacation trip and I am starting to catch up with mail. Simon Amita Vadhavkar wrote: Thanks everyone for the congratulations and welcome. It is a great experience working with you all. I am looking

Re: Classloading in Tuscany

2007-10-12 Thread Mike Edwards
Rajini, Little though here: - can this be done in a way that moves us closer to the OSGi handling of classloading? - so if ever we wanted an OSGi style runtime, it would be easier to adapt what we have... Yours, Mike. Rajini Sivaram wrote: Thank you, Ant. I will try to split the work

[jira] Updated: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-12 Thread Douglas Siqueira Leite (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Siqueira Leite updated TUSCANY-1844: Attachment: derbydb_2007_10_12.zip Catalag derby database Add

[jira] Updated: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-12 Thread Douglas Siqueira Leite (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Siqueira Leite updated TUSCANY-1844: Attachment: tuscany1844_douglas_2007_10_12.patch Add persisted RDB

[jira] Created: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-12 Thread Douglas Siqueira Leite (JIRA)
Add persisted RDB Catalog to Store sample using JDBC Key: TUSCANY-1844 URL: https://issues.apache.org/jira/browse/TUSCANY-1844 Project: Tuscany Issue Type: Improvement

Databinding Integration, was Re: [DISCUSS] Evolving Implementation-data

2007-10-12 Thread Luciano Resende
Thinking about data binding integration... In the case of transformations like JDBCStreamReader - JSON - JDBCStreamReader, will the Data Binding Framework maintain the same structure we are using for the data, as described below ? I've took the following conventions to produce the Table XML

[jira] Updated: (TUSCANY-1843) DAS should support JDK 1.4

2007-10-12 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Gavlin updated TUSCANY-1843: Description: Java DAS RDB 1.0-incubating-beta2 does not work with JDK 1.4. Specifically, class

Re: [DISCUSS] Evolving Implementation-data

2007-10-12 Thread Douglas Leite
As suggested, I've made some improvements in the sample store. Now the catalog data is accessed by JDBC instead of a hardcoded table in memory. ( https://issues.apache.org/jira/browse/TUSCANY-1844) After running the sample with the property currencyCode configured as 'EUR', in the

[jira] Assigned: (TUSCANY-1843) DAS should support JDK 1.4

2007-10-12 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TUSCANY-1843: Assignee: Luciano Resende DAS should support JDK 1.4

[jira] Created: (TUSCANY-1845) SDODataTypeHelper.columnTypeForSDOType() throws RuntimeException for DateTime SDO Type.

2007-10-12 Thread Ron Gavlin (JIRA)
SDODataTypeHelper.columnTypeForSDOType() throws RuntimeException for DateTime SDO Type. - Key: TUSCANY-1845 URL: https://issues.apache.org/jira/browse/TUSCANY-1845

[jira] Resolved: (TUSCANY-1843) DAS should support JDK 1.4

2007-10-12 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1843. -- Resolution: Fixed Fixed the mentioned issue. Please re-open if you find other

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

2007-10-12 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534410 ] Frank Budinsky commented on TUSCANY-1842: - Hi Ron, It looks like the problem is caused because

Re: JDK5 versus JDK6, was Re: svn commit: r583639 - /incubator/tuscany/java/sca/modules/databinding-jaxb/pom.xml

2007-10-12 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Luciano Resende wrote: This seems like a maven issue : http://jira.codehaus.org/browse/SUREFIRE-128 I committed a change to databinding-jaxb to use the same level of surefire already used in implementation-bpel, which seems to fix that issue. Can you try

[jira] Commented: (TUSCANY-1843) DAS should support JDK 1.4

2007-10-12 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534404 ] Ron Gavlin commented on TUSCANY-1843: - Luciano, You might also want to apply the following patch so that the

[jira] Reopened: (TUSCANY-1843) DAS should support JDK 1.4

2007-10-12 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Gavlin reopened TUSCANY-1843: - See my previous comment. DAS should support JDK 1.4 --

Re: JDK5 versus JDK6, was Re: svn commit: r583639 - /incubator/tuscany/java/sca/modules/databinding-jaxb/pom.xml

2007-10-12 Thread Luciano Resende
I guess you are still going to spend long nights investigating other maven issues... [INFO] [INFO] BUILD SUCCESSFUL [INFO] [INFO] Total time: 2 minutes

[jira] Commented: (TUSCANY-1845) SDODataTypeHelper.columnTypeForSDOType() throws RuntimeException for DateTime SDO Type.

2007-10-12 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534421 ] Ron Gavlin commented on TUSCANY-1845: - Below, I have included a test to expose the problem. The test should be

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

2007-10-12 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534422 ] Ron Gavlin commented on TUSCANY-1842: - Hi Frank, Thanks for making sense of the issue for me. If you don't

Re: [DISCUSS] Tuscany SCA Roadmap and next releases

2007-10-12 Thread Raymond Feng
Hi, In addtion to what Sebastien brought up, I have a few more on the wish list: Core: * Separate the interface declaration (per service or reference) and interface type (can be shared if used by multiple services or references) and enhance the dynamic interface/operation support * Improve

Re: Tuscany SCA build in VMBuild1, was Re: Nightly build is broken, was: Top-down build now working with Maven 2.0.7 on JDK5

2007-10-12 Thread Jean-Sebastien Delfino
Brett Porter wrote: Would you prefer it be built with JDK 5 instead? That's a more standard configuration. - Brett Yes! :) On 11/10/2007, at 7:19 PM, Luciano Resende wrote: Hi Infra Gurus We are having some issues with our nightly builds in the VMBuild1, as described in this thread

Re: Tuscany SCA build in VMBuild1, was Re: Nightly build is broken, was: Top-down build now working with Maven 2.0.7 on JDK5

2007-10-12 Thread Wendy Smoak
On 10/11/07, Luciano Resende [EMAIL PROTECTED] wrote: Hi Infra Gurus We are having some issues with our nightly builds in the VMBuild1, as described in this thread [1]. From Sebastien's investigation, looks like we need to add the following settings on the build machine.

Re: Tuscany SCA build in VMBuild1, was Re: Nightly build is broken, was: Top-down build now working with Maven 2.0.7 on JDK5

2007-10-12 Thread Brett Porter
Would you prefer it be built with JDK 5 instead? That's a more standard configuration. - Brett On 11/10/2007, at 7:19 PM, Luciano Resende wrote: Hi Infra Gurus We are having some issues with our nightly builds in the VMBuild1, as described in this thread [1]. From Sebastien's