[jira] Commented: (TUSCANY-1113) Extensible namespaces and types that change

2007-02-15 Thread Christian Landbo Frederiksen (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473637 ] Christian Landbo Frederiksen commented on TUSCANY-1113: --- I feared that the hack wasn't good e

Factoring out common calculator composite

2007-02-15 Thread Jeremy Boynes
I have the new webapp runtime going but ran into an issue with the structure of the calculator sample. In M2, the web calculator used the same composite definition as the standalone version - it included the client classes but that code was never executed. With the 1.0 model, there are spec

Re: mvn problem?

2007-02-15 Thread Adriano Crestani
I cleaned up: - C:\Documents and Settings\ADR\.m2\repository - all the files downloaded with tortoiseSVN Then: - I executed svn co https://svn.apache.org/repos/asf/incubator/tuscany/java/ - inside the java folder I executed mvn and many files were downloaded - also inside the java folder I e

Re: Getting plugin doco on the website

2007-02-15 Thread Jim Marino
On Feb 15, 2007, at 12:17 PM, Jeremy Boynes wrote: I added a wiki page for "Maven Plugins" and linked to the mini-site from there. We can add links for other plugins from there. http://cwiki.apache.org/confluence/display/TUSCANY/Maven+Plugins I also added a link to the Maven+Plugins page to

Re: [VOTE] Tuscany C++ sub-project name

2007-02-15 Thread Jean-Sebastien Delfino
Andrew Borley wrote: On 2/15/07, Pete Robbins <[EMAIL PROTECTED]> wrote: On 09/02/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 2/9/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > On 1/30/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On 1/30/07, Jean-Sebastien Delfino <[EMAIL PROTECTED

[jira] Commented: (TUSCANY-1097) DataObjectXMLStreamReader shouldn't have ignored (transient Properties in) Sequence

2007-02-15 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473557 ] Yang ZHONG commented on TUSCANY-1097: - Might also solve http://issues.apache.org/jira/browse/TUSCANY-1119 > Da

[jira] Commented: (TUSCANY-1119) XMLStreamHelper serialization incomplete.

2007-02-15 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473555 ] Yang ZHONG commented on TUSCANY-1119: - Might be a duplicate of http://issues.apache.org/jira/browse/TUSCANY-109

[jira] Updated: (TUSCANY-1119) XMLStreamHelper serialization incomplete.

2007-02-15 Thread Brian Murray (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Murray updated TUSCANY-1119: -- Attachment: streamOutput.xml xmlHelperOutput.xml Serialization

[jira] Created: (TUSCANY-1119) XMLStreamHelper serialization incomplete.

2007-02-15 Thread Brian Murray (JIRA)
XMLStreamHelper serialization incomplete. - Key: TUSCANY-1119 URL: https://issues.apache.org/jira/browse/TUSCANY-1119 Project: Tuscany Issue Type: Bug Components: Java SDO Implementation

Re: Tuscany Native sample matrix (was vote on project name)

2007-02-15 Thread Andrew Borley
On 2/15/07, Pete Robbins <[EMAIL PROTECTED]> wrote: starting a new thread for this. On 15/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > OK, it's committed - check out the Sample Dependencies table in > > http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/samples/GettingStarte

Re: Getting plugin doco on the website

2007-02-15 Thread Jeremy Boynes
I added a wiki page for "Maven Plugins" and linked to the mini-site from there. We can add links for other plugins from there. http://cwiki.apache.org/confluence/display/TUSCANY/Maven+Plugins I also added a link to the Maven+Plugins page to the nav on the index page but I don't know how to a

Tuscany Native sample matrix (was vote on project name)

2007-02-15 Thread Pete Robbins
starting a new thread for this. On 15/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: OK, it's committed - check out the Sample Dependencies table in http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/samples/GettingStarted.html It's a big table (I've split binding extension depende

Re: Getting plugin doco on the website

2007-02-15 Thread Jeremy Boynes
Yeah :-) I've deployed the generated site to http://incubator.apache.org/ tuscany/plugins/tuscany-itest-plugin/index.html but it has not refreshed yet. When it does I'll try and link in from the wiki - any pointers on where that link should be? -- Jeremy On Feb 15, 2007, at 5:22 AM, Dan

Re: Suggestions for Tuscany SCA documenation?

2007-02-15 Thread Ole Ersoy
Hi, I'm working one some Maven plugins for automatically producing Eclipse Documentation Plugins that have an EMF (Could be pure documentation model) as a source. The first guide I will be automating the production of is this Apache Directory Contributor Guide: https://svn.apache.org/repos/asf/d

Re: mvn problem?

2007-02-15 Thread Luciano Resende
I just want to make sure you have done the following steps : 1.Rename or delete your maven repository : - e.g C:\Documents and Settings\lresende\.m2\repository 2.Add mirrors to your maven (this is usefull if you are having problems downloading artifacts from a specific repository) - use the

[jira] Commented: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-02-15 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473444 ] Yang ZHONG commented on TUSCANY-1091: - Can't explain twice XMLStreamHelperPerformanceTestCase.java:64 either.

[jira] Commented: (TUSCANY-1088) SDO should tolerate malformed XML

2007-02-15 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473434 ] Yang ZHONG commented on TUSCANY-1088: - Yes, my intention to leave that as a TODO. doLoad takes options from us

Re: Maven 2.0.5 Released

2007-02-15 Thread Dan Murphy
Sounds like there's no reason not to do it - was concerned that it would impact lots of people without any decernable benefit.. good to keep upto date, but not if it causes hassel for others :) On 15/02/07, Raymond Feng <[EMAIL PROTECTED]> wrote: I'm able to run maven 2.0.5 against our build as

Re: mvn problem?

2007-02-15 Thread Adriano Crestani
OK, the problem probably is on my computer then. But thanks anyway for try to help me ; ) Adriano Crestani On 2/15/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote: On Feb 15, 2007, at 7:34 AM, Adriano Crestani wrote: > I deactivated my firewall, but it's still not working : (. I got it > with

[jira] Commented: (TUSCANY-1117) Updates to CTS test suite

2007-02-15 Thread Dan Murphy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473430 ] Dan Murphy commented on TUSCANY-1117: - Hi Robbie, For the timebeing I think the single patch approach is ok...

Re: Maven 2.0.5 Released

2007-02-15 Thread Raymond Feng
I'm able to run maven 2.0.5 against our build as is. So I guess I'm not proposing a mandatory move :-). Thanks, Raymond - Original Message - From: "Jeremy Boynes" <[EMAIL PROTECTED]> To: Sent: Thursday, February 15, 2007 8:43 AM Subject: Re: Maven 2.0.5 Released What about this in

[jira] Updated: (TUSCANY-1118) Databindings-test's pom is incorrect and casues a build failure

2007-02-15 Thread Dan Murphy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Murphy updated TUSCANY-1118: Attachment: TUSCANY-1118.patch Attaching patch for POM file... I think this should be applied to

Re: Maven 2.0.5 Released

2007-02-15 Thread Jeremy Boynes
What about this in the parent pom? 2.0.4 Do we need to re-release that? -- Jeremy On Feb 15, 2007, at 8:39 AM, Raymond Feng wrote: Moving to 2.0.5 won't require any pom changes. Thanks, Raymond - Original Message - From: "Dan Murphy" <[EMAIL PROTECTED]> To: Sent

Re: svn commit: r507898 - /incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/java/org/apache/tuscany/core/implementation/java/JavaComponentTypeLoader.java

2007-02-15 Thread ant elder
Working as designed :) See the TODO comment "...only works with a single service". Its actually not trivial to fix this properly, and as there's an existing work item to be done in the future to fix using side files properly i think the fix can wait till then. ...ant On 2/15/07, Raymond Feng

[jira] Resolved: (TUSCANY-1100) Dynamic Type tests are needed to ensure that all XSD datatypes are supported

2007-02-15 Thread Geoff Winn (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Winn resolved TUSCANY-1100. - Resolution: Fixed Patch applied > Dynamic Type tests are needed to ensure that all XSD datatyp

Re: Maven 2.0.5 Released

2007-02-15 Thread Raymond Feng
Moving to 2.0.5 won't require any pom changes. Thanks, Raymond - Original Message - From: "Dan Murphy" <[EMAIL PROTECTED]> To: Sent: Thursday, February 15, 2007 7:24 AM Subject: Re: Maven 2.0.5 Released If it does something we need or we know is broken then why not... But, if it m

Re: Suggestions for Tuscany SCA documenation?

2007-02-15 Thread haleh mahbod
Tom, Thanks for helping to move Tuscany website content to CWIKI. I like the the left navigation bar. We could use this opportunity to simplify the site and make it more user friendly. For example, we might want to re-think the way we handle languages and put some thought into how to highlight sc

Re: mvn problem?

2007-02-15 Thread Jeremy Boynes
On Feb 15, 2007, at 7:34 AM, Adriano Crestani wrote: I deactivated my firewall, but it's still not working : (. I got it with mvn -X: I don't know then sorry. I just checked out https://svn.apache.org/repos/asf/incubator/tuscany/ java/das to /tmp on my machine, removed org/apache/tuscany f

[jira] Created: (TUSCANY-1118) Databindings-test's pom is incorrect and casues a build failure

2007-02-15 Thread Dan Murphy (JIRA)
Databindings-test's pom is incorrect and casues a build failure --- Key: TUSCANY-1118 URL: https://issues.apache.org/jira/browse/TUSCANY-1118 Project: Tuscany Issue Type: Bug

Re: svn commit: r507898 - /incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/java/org/apache/tuscany/core/implementation/java/JavaComponentTypeLoader.java

2007-02-15 Thread Raymond Feng
Hi, Ant. I think there's a problem in your algorithm. The order of elements in the Map cannot be guaranteed. If you have more than one services for the component, then you might see different sequences of services from the introspection against the ones from the componentType file. For example

Re: [SCA Java] Failure in MemoryStoreTestCase (org.apache.tuscany.core.services.store.memory) during build

2007-02-15 Thread Jim Marino
On Feb 15, 2007, at 5:27 AM, Dan Murphy wrote: Had another thought that might be related... my linux is using in pre-emptive multithreading mode: uname -a Linux dogpad 2.6.15-27-686 #1 SMP PREEMPT Fri Dec 8 18:00:07 UTC 2006 i686 GNU/Linux Which might help explain this timing/threaded issue.

[jira] Commented: (TUSCANY-1100) Dynamic Type tests are needed to ensure that all XSD datatypes are supported

2007-02-15 Thread Dan Murphy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473415 ] Dan Murphy commented on TUSCANY-1100: - (incidently, although there are some tests that fluff up various dataobj

[jira] Commented: (TUSCANY-1088) SDO should tolerate malformed XML

2007-02-15 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473410 ] Kelvin Goodson commented on TUSCANY-1088: - Yang, I have tested the patch and it seems t work fine, thanks

[jira] Updated: (TUSCANY-1117) Updates to CTS test suite

2007-02-15 Thread Robbie Minshall (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Minshall updated TUSCANY-1117: - Attachment: tuscany117_generalUpdatesToCTS_patch1.txt There are some formatting and cha

[jira] Commented: (TUSCANY-1113) Extensible namespaces and types that change

2007-02-15 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473403 ] Frank Budinsky commented on TUSCANY-1113: - Christian, I'm glad to see that you've been able to run your tes

Re: [VOTE] Tuscany C++ sub-project name

2007-02-15 Thread Andrew Borley
On 2/15/07, Andrew Borley <[EMAIL PROTECTED]> wrote: On 2/15/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > On 09/02/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 2/9/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > > > On 1/30/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 1/30/0

[jira] Updated: (TUSCANY-1100) Dynamic Type tests are needed to ensure that all XSD datatypes are supported

2007-02-15 Thread Dan Murphy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Murphy updated TUSCANY-1100: Attachment: 1100.patch Added Apache License Info... need to reassign jira to CTS category >

[jira] Updated: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-02-15 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1091: Attachment: org.apache.tuscany.sdo.test.XMLStreamHelperPerformanceTestCase.txt > DataObj

[jira] Updated: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-02-15 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1091: Attachment: T-1091.log Yang, I have repeated the issue from scratch attached is a log wh

[jira] Created: (TUSCANY-1117) Updates to CTS test suite

2007-02-15 Thread Robbie Minshall (JIRA)
Updates to CTS test suite - Key: TUSCANY-1117 URL: https://issues.apache.org/jira/browse/TUSCANY-1117 Project: Tuscany Issue Type: Improvement Components: Java SDO Community Test Suite Reporter:

Re: mvn problem?

2007-02-15 Thread Adriano Crestani
I deactivated my firewall, but it's still not working : (. I got it with mvn -X: C:\Adriano\Faculdade\Tuscany\tuscany\das>mvn -X + Error stacktraces are turned on. Maven version: 2.0.4 [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settin gs\ADR\.m2\plugin-registry.xml'

Re: Maven 2.0.5 Released

2007-02-15 Thread Dan Murphy
If it does something we need or we know is broken then why not... But, if it means changes to pom's or requires everyone to move up to maven 2.0.5 it miay not be such a good idea Dan On 14/02/07, Raymond Feng <[EMAIL PROTECTED]> wrote: Hi, Maybe we can try to build Tuscany w/ maven 2.0.5

Re: mvn problem?

2007-02-15 Thread Jeremy Boynes
That's not a Tuscany issue per-se. Maven is trying to download its "maven-site-plugin" and that is in the "central" repo. There may be an issue with your network connection e.g. a proxy or firewall. Can you re-run with mvn -X and see what errors you get around the attempt to download that p

[jira] Commented: (TUSCANY-1100) Dynamic Type tests are needed to ensure that all XSD datatypes are supported

2007-02-15 Thread Dan Murphy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473394 ] Dan Murphy commented on TUSCANY-1100: - Making slight mod to add Apache License info - otherwise seem fine... >

Re: mvn problem?

2007-02-15 Thread Adriano Crestani
OK, but when do I this: cd das mvn It is printed: C:\Adriano\Faculdade\Tuscany\tuscany\sdo>cd .. C:\Adriano\Faculdade\Tuscany\tuscany>cd das C:\Adriano\Faculdade\Tuscany\tuscany\das>mvn [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Tuscany DAS [INFO] Tuscany DAS for R

[jira] Commented: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-02-15 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473392 ] Kelvin Goodson commented on TUSCANY-1091: - Yang, 1) I have a fresh workspace for every patch and always d

[jira] Resolved: (TUSCANY-1105) CTS throws NoClassDefFound errors for javax.xml.stream.XMLStreamException while reading XML stream

2007-02-15 Thread Geoff Winn (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Winn resolved TUSCANY-1105. - Resolution: Fixed Patch applied. > CTS throws NoClassDefFound errors for javax.xml.stream.XMLS

[jira] Assigned: (TUSCANY-1088) SDO should tolerate malformed XML

2007-02-15 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson reassigned TUSCANY-1088: --- Assignee: Kelvin Goodson > SDO should tolerate malformed XML >

[jira] Commented: (TUSCANY-1105) CTS throws NoClassDefFound errors for javax.xml.stream.XMLStreamException while reading XML stream

2007-02-15 Thread Dan Murphy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473384 ] Dan Murphy commented on TUSCANY-1105: - Hi Paul, Thanks for the patch, I presume it was the test in TUSCANY-1100

Re: Getting plugin doco on the website

2007-02-15 Thread Simon Laws
On 2/15/07, Dan Murphy <[EMAIL PROTECTED]> wrote: Not a very clean suggestion & one you've probably thought of already Publish the itest site as is (in the tuscany web space) and just link to it from the wiki. On 14/02/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote: > > I started on some docu

Re: [SCA Java] Failure in MemoryStoreTestCase (org.apache.tuscany.core.services.store.memory) during build

2007-02-15 Thread Dan Murphy
Had another thought that might be related... my linux is using in pre-emptive multithreading mode: uname -a Linux dogpad 2.6.15-27-686 #1 SMP PREEMPT Fri Dec 8 18:00:07 UTC 2006 i686 GNU/Linux Which might help explain this timing/threaded issue. On 15/02/07, Dan Murphy <[EMAIL PROTECTED]> wrote:

Re: Getting plugin doco on the website

2007-02-15 Thread Dan Murphy
Not a very clean suggestion & one you've probably thought of already Publish the itest site as is (in the tuscany web space) and just link to it from the wiki. On 14/02/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote: I started on some documentation for the itest plugin and am wondering how to

[SCA Java] Failure in MemoryStoreTestCase (org.apache.tuscany.core.services.store.memory) during build

2007-02-15 Thread Dan Murphy
Hi, Was trying to build, but the build kept failing :( On my linux box I consistently see a failure in testEviction() when use a command line mvn: testEviction( org.apache.tuscany.core.services.store.memory.MemoryStoreTestCase) Time elapsed: 0.304 sec <<< FAILURE! junit.framework.AssertionFail

Re: [SCA Java] Integration Test Case of WSDL2Java and Java2WSDL

2007-02-15 Thread Rick Rineholt
Hi Yang, Don't want to push you in any direction but since you are looking wsdl2java tooling I can point out a specific Jira http://issues.apache.org/jira/browse/TUSCANY-1108 if that's in your interests. Yang ZHONG wrote: Will do. I'll browse the code base for existing or similar Test Case(s

Re: [VOTE] Tuscany C++ sub-project name

2007-02-15 Thread Andrew Borley
On 2/15/07, Pete Robbins <[EMAIL PROTECTED]> wrote: On 09/02/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 2/9/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > On 1/30/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On 1/30/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > > > > >

Tuscany Native M3 release

2007-02-15 Thread Pete Robbins
As no-one leapt in to overrule my volunteering to be RM while I've been away... I'd better start preparing for the release ;-) Over several threads we have discussed the content and the consensus has been that we should produce binary downloads for Windows, Linux and Mac OS X which contain all th

Re: [VOTE] Tuscany C++ sub-project name

2007-02-15 Thread Pete Robbins
On 09/02/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 2/9/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > On 1/30/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 1/30/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > > > > > [snip] > > > Simon Nash wrote: > > > > A repackaging into a k

[jira] Created: (TUSCANY-1116) Improve error reporting for Python components

2007-02-15 Thread Andrew Borley (JIRA)
Improve error reporting for Python components - Key: TUSCANY-1116 URL: https://issues.apache.org/jira/browse/TUSCANY-1116 Project: Tuscany Issue Type: Improvement Components: C++ SCA