Re: Content for next milestone

2007-02-09 Thread Angel Todorov
Hi All, Are there any plans for Tuscany to actually use the Axis2 runtime (whole infrastructure), not only its libs for specific parts of the SOAP processing? I think it is very important to use one uniform stack, and not have different runtimes. The axis2 WS runtime is more mature, and more adva

[jira] Commented: (TUSCANY-928) Define Tuscany SDO options for XMLHelper load and save operations

2007-02-09 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471632 ] Kelvin Goodson commented on TUSCANY-928: Hi Yang I don't think you are correct here. the snippet ...

Re: SOAP encodingStyle not recognised by XMLHelper

2007-02-09 Thread Martin Phillips1
We would definately like it modeled in the correct form. What I find strange is that the correct type does exist in the Type Helper (all of the SOAP Envelope types appear to be pre-defined in all TuscanyTypeHelpers), so don't understand why it can't find the correct type when loading in the so

Re: Content for next milestone

2007-02-09 Thread kelvin goodson
On 08/02/07, Raymond Feng <[EMAIL PROTECTED]> wrote: Hi, First of all, I think it's really helpful to have a public list which is collaboratively maintained by the community to capture the To-Dos in one place instead of having them being buried in thousands of notes on the ML. I would appreciat

Re: Move Tuscany wiki to Apache CWIKI?

2007-02-09 Thread Simon Nash
+1 for moving all Wiki content to cwiki. And I agree that we should use the Wiki for content from the Web site that needs updating more frequently. Simon Andrew Borley wrote: +1 for a single wiki - happy with cwiki On 2/7/07, haleh mahbod <[EMAIL PROTECTED]> wrote: +1 for moving to cwiki

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

2007-02-09 Thread Andrew Borley
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 kernel and language extensions as suggested by > > Pete, Ignacio, and Jeremy seems like a good direction. We'll still > > have t

[jira] Commented: (TUSCANY-1085) schemaLocation attribute in the should be only a hint

2007-02-09 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471681 ] Kelvin Goodson commented on TUSCANY-1085: - Hi Fuhwei, I was a bit worried by the big override method in yo

Re: SOAP encodingStyle not recognised by XMLHelper

2007-02-09 Thread kelvin goodson
Martin, I can't really give a SOAP perspective on this but from a pure XML point of view your EMF exception snippet -- "Feature 'encodingStyle' not found." indicates that the SDO metadata that can't be found is related to an SDO Property, and thereby to either an XML element or attribute, so I

Multi language system - from: Content for next milestone

2007-02-09 Thread Simon Laws
On 2/9/07, Jim Marino <[EMAIL PROTECTED]> wrote: > away in PHP and C++ land. But I've only this week started again to > think > about looking back at getting the various runtimes to play together > having > not looked at Java SCA since M1 days. That would be cool. We're getting the federated pie

DAS - JIRA-952 - multiple database schema support

2007-02-09 Thread Amita Vadhavkar
Hi All, Please see the below details for DAS JIRA-952 - mutliple schema support. I have made an attempt to analyze a scenario and change code and test with basic set of test cases. Details as below. Please give me your feedback. If below is what is expected out of this JIRA, please let me know i

[jira] Commented: (TUSCANY-1085) schemaLocation attribute in the should be only a hint

2007-02-09 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471700 ] Fuhwei Lwo commented on TUSCANY-1085: - Hi Kelvin, I know my fix is a little kludge. It's probably because I a

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

2007-02-09 Thread Simon Laws
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 kernel and language extensions as suggested by > > > Pete, Ignacio

Re: SOAP encodingStyle not recognised by XMLHelper

2007-02-09 Thread Martin Phillips1
Doh! - spot on Kelvin. A deeper investigation does indeed show that the SOAP I'm trying to send is not valid. I shall update my testcase! Thanks for spotting that! Martin. ___ WebSphere ESB Foundation Technologies Mail Point 211 IBM United Kingdom Limited Hursl

sca-extensions which code to checkout

2007-02-09 Thread Valerio Schiavoni
hello everyone, i'm willing to contribute a new container type. so I checkout the sources, following instructions for the whole procedure (SDO, and the the rest)... the problem is that the project is definetly huge for me, and for me it would be sufficient to checkout the sca-extensions module, g

[jira] Created: (TUSCANY-1103) Won't compile with VC6

2007-02-09 Thread Caroline Maynard (JIRA)
Won't compile with VC6 -- Key: TUSCANY-1103 URL: https://issues.apache.org/jira/browse/TUSCANY-1103 Project: Tuscany Issue Type: Bug Components: C++ SDO Affects Versions: Cpp-current Environment: Wi

Re: sca-extensions which code to checkout

2007-02-09 Thread Jeremy Boynes
Welcome to the project! You don't even need to do all the extensions. Adding a container is like adding a Maven plugin - a self contained module that uses interfaces from the kernel. You can ignore all the other extensions and focus on yours. What language are you looking to support? If i

[jira] Updated: (TUSCANY-1103) Won't compile with VC6

2007-02-09 Thread Caroline Maynard (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Caroline Maynard updated TUSCANY-1103: -- Attachment: Tuscany-1103.patch Of course I meant A is DataTypeInfo in the above. I'v

Re: [jira] Updated: (TUSCANY-547) Discriminated types

2007-02-09 Thread Caroline Maynard
On 08/02/07, Caroline Maynard <[EMAIL PROTECTED]> wrote: Geoff, sorry I hadn't responded to this sooner, but I was working on a release of SCA and SDO for PHP and didn't want to pick up your latest code at that point. The release is done now, so I'll give the new stuff a whirl and see how it go

Re: Multi language system - from: Content for next milestone

2007-02-09 Thread Jeremy Boynes
On Feb 9, 2007, at 5:59 AM, Simon Laws wrote: Thanks Jim for pointing me in the right direction. I'll go and catch up on the deployment work you've highlighted. I don't know if this is currently in scope but I would like to have as a target the ability to wire components from different (lang

Re: sca-extensions which code to checkout

2007-02-09 Thread Valerio Schiavoni
Hello Jeremy, thanks for your quick answer. On 2/9/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote: What language are you looking to support? i'm looking to provide support to fractal architectures. It should be straightoward to provide a new container type (a fra

Re: sca-java-integration branch, was: Content for next milestone

2007-02-09 Thread Jeremy Boynes
To prevent confusion with trunk, please change the artifactIds for this branch (I'd suggest using a different groupId or version). Thanks -- Jeremy On Feb 8, 2007, at 7:05 PM, Jean-Sebastien Delfino wrote: [snip] People have talked about working on scenarios and Jira issues, but it's not c

[jira] Commented: (TUSCANY-1101) Support mixed Sequence and any Sequence in Change Summary

2007-02-09 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471760 ] Yang ZHONG commented on TUSCANY-1101: - This also depends on http://issues.apache.org/jira/browse/TUSCANY-1097

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

2007-02-09 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471762 ] Yang ZHONG commented on TUSCANY-1097: - http://issues.apache.org/jira/browse/TUSCANY-1101 requires this. > Data

Re: sca-extensions which code to checkout

2007-02-09 Thread Jeremy Boynes
Fractal would be great :-) There are a lot of similarities with SCA and it would be cool to bring the two architectures together. As a starting point, yes I think the Spring container would be the closest. As you've figured, it does two things: 1) it allows a Spring application context to act

[jira] Resolved: (TUSCANY-1103) Won't compile with VC6

2007-02-09 Thread Geoff Winn (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Winn resolved TUSCANY-1103. - Resolution: Fixed Fix Version/s: Cpp-current Assignee: Geoff Winn Thank you for

Draft Architecture Guide for Tuscany SCA Java

2007-02-09 Thread Raymond Feng
Hi, I have started to document the architecture for Tuscany SCA Java at the following wiki page: http://cwiki.apache.org/confluence/display/TUSCANY/Tuscany+Architecture+Guide Your contributions are very welcome to improve and complete it over time. Thanks, Raymond ---

fractal module, was: sca-extensions which code to checkout

2007-02-09 Thread Jeremy Boynes
On Feb 9, 2007, at 9:10 AM, Jeremy Boynes wrote: I'll add a module in the sandbox for fractal. https://svn.apache.org/repos/asf/incubator/tuscany/sandbox/fractal Have at it :-) -- Jeremy - To unsubscribe, e-mail: [EMAIL PROTE

ClassLoader registry

2007-02-09 Thread Jeremy Boynes
With the change to using a ComponentManager and URIs for components internally, I think we need to decouple ClassLoaders from CompositeComponent as well. I'm going to add a separate ClassLoaderRegistry to the runtime domain to do this, something like: interface ClassLoaderRegistry { voi

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

2007-02-09 Thread Paul Golick (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471782 ] Paul Golick commented on TUSCANY-1100: -- As written, this test case is Tuscany-specific since it relies on SDOU

Re: Draft Architecture Guide for Tuscany SCA Java

2007-02-09 Thread Jim Marino
Hi Raymond, Thanks for putting this together. I'm pretty busy coding away but I'll try to update this ASAP with the distribution and federation architecture we are implementing. Do you mind if I change the graphics to a more open format that can be edited more easily? I'm open to suggesti

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

2007-02-09 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471785 ] Frank Budinsky commented on TUSCANY-1100: - Dan Murphy mentioned to me that there already is a very similar

Re: Content for next milestone

2007-02-09 Thread Jean-Sebastien Delfino
Angel Todorov wrote: Hi All, Are there any plans for Tuscany to actually use the Axis2 runtime (whole infrastructure), not only its libs for specific parts of the SOAP processing? I think it is very important to use one uniform stack, and not have different runtimes. The axis2 WS runtime is more

Re: Suggestions for Tuscany SCA documenation?

2007-02-09 Thread Dan Murphy
Humm, one thing just stuck me using this wiki is that although heirarchical in some ways... all documents sit in a single space (as they do in many wikis... although interestingly I don't think the old one did). This can lead to some interesting side effects.. for example http://cwiki.apache.org/

Re: Suggestions for Tuscany SCA documenation?

2007-02-09 Thread Shelita Overton
I see what you are saying Dan. I like the side bar on the CFX wiki ( http://cwiki.apache.org/CXF/ ) as you have mentioned. As for another example for layout/organization, I was looking at the confluence wiki page for documenation ... i also like how they have their intial page setup. http://con

[jira] Updated: (TUSCANY-928) Define Tuscany SDO options for XMLHelper load and save operations

2007-02-09 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-928: --- Attachment: XMLHelperTestCase.java I didn't mean "bar' not a tag; I meant "\n " + tag "bar" + "\n" t

[jira] Created: (TUSCANY-1104) XMLDocument loses XML encoding

2007-02-09 Thread Yang ZHONG (JIRA)
XMLDocument loses XML encoding -- Key: TUSCANY-1104 URL: https://issues.apache.org/jira/browse/TUSCANY-1104 Project: Tuscany Issue Type: Task Components: Java SDO Implementation Affects Versions: Jav

Re: [DAS C++] Necessary classes for a initial simple read application

2007-02-09 Thread Adriano Crestani
I have an idea to make it more independent. Each one that wants to help to implement this simple app, evaluate which class is intended to implement and create a new JIRA for it. In this new JIRA should be described the classes and their methods that will be implemented. This way if someone finish

[jira] Commented: (TUSCANY-1093) isSet returning false when boolean set to false, or int set to 0

2007-02-09 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471809 ] Yang ZHONG commented on TUSCANY-1093: - EMF XML Schema to Ecore Mapping (June 28, 2004) specifies int attribute(

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

2007-02-09 Thread Paul Golick (JIRA)
CTS throws NoClassDefFound errors for javax.xml.stream.XMLStreamException while reading XML stream -- Key: TUSCANY-1105 URL: https://issues.apache.org/jira/browse/TUSC

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

2007-02-09 Thread Paul Golick (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471819 ] Paul Golick commented on TUSCANY-1105: -- The javax.xml.stream.XMLStreamException class was added in Java 6. The

Re: Suggestions for Tuscany SCA documenation?

2007-02-09 Thread Tom Seelbach
Related to your discussion, the Geronimo team has organized their wiki into multiple spaces: http://cwiki.apache.org/confluence/display/geronimo/Geronimo+cwiki+documentation+architecture -Tom Shelita Overton wrote: I see what you are saying Dan. I like the side bar on the CFX wiki ( http:/

Distributed/federated autowire

2007-02-09 Thread Jim Marino
As a heads up, I'm planning on checking in support for distributed autowire. This will move the execution of autowire from CompositeComponent to a resolution phase to be done on the master. This will simplify the runtime as well as allow us to introduce pluggable autowire algorithms, for ex

[DAS - Java] Files Not Found !

2007-02-09 Thread Dannyel Fonseca
The following archives do not exist in the package org.apache.tuscany.de.rdb.config org.apache.tuscany.das.rdb.config.Column; org.apache.tuscany.das.rdb.config.Command; org.apache.tuscany.das.rdb.config.Config; org.apache.tuscany.das.rdb.config.ConfigFactory; org.apache.tuscany.das.rdb.config.Rel

Re: Bug in deriving the service name from a java interface?

2007-02-09 Thread Scott Kurz
Hi, I was just looking back on this thread and wondering where we ended up. Did the Java C&I spec and/or any IRC discussions add some clarity here? It seems a shame to lose the simple syntax in the more common case to support the strange case where the service name really needs pkg qualification

Status of the databinding-test module?

2007-02-09 Thread Jean-Sebastien Delfino
Module sca/services/databinding/databinding-test is commented out of the build. What is the status of this test module? Should we try to fix it and make it build again? It does not build at the moment as it depends on databinding-axiom which I can't find under services/databinding... or has

Re: [DAS C++] Necessary classes for a initial simple read application

2007-02-09 Thread Douglas Leite
Good ideia I´ll do it. On 2/9/07, Adriano Crestani <[EMAIL PROTECTED]> wrote: I have an idea to make it more independent. Each one that wants to help to implement this simple app, evaluate which class is intended to implement and create a new JIRA for it. In this new JIRA should be describe

Re: Status of the databinding-test module?

2007-02-09 Thread Dan Murphy
Hi Sebastian, I too spotted this... and if you change the pom to reference the sca/extensions/axis2/databinding it still does not build (for me anyway)... I was going to try to fix thi& raise a jira with a fix - I guess I should have raised the jira first and it would avoided duplicating investi

Re: Status of the databinding-test module?

2007-02-09 Thread Dan Murphy
Opps sorry - should has read does build (forgot to extentions, do this and it works) On 09/02/07, Dan Murphy <[EMAIL PROTECTED]> wrote: Hi Sebastian, I too spotted this... and if you change the pom to reference the sca/extensions/axis2/databinding it still does not build (for me anyway)... I

Re: [DAS - Java] Files Not Found !

2007-02-09 Thread Dan Murphy
Hi Dannyel, These files should be built automatically when you mvn the source tree how are you building ? Cheers, Dan On 09/02/07, Dannyel Fonseca <[EMAIL PROTECTED]> wrote: The following archives do not exist in the package org.apache.tuscany.de.rdb.config org.apache.tuscany.das.rdb.conf

Re: SOAP encodingStyle not recognised by XMLHelper

2007-02-09 Thread Dan Murphy
Hi Martin, I'm assuming that the stream you're loading the XML from contains more than just the SOAP_ENV part that you pasted here... please can you attach the whole file. I suspect that there may be some missing definitions or something in the xml that can't be resolved (for example the m: i

Re: Status of the databinding-test module?

2007-02-09 Thread Jean-Sebastien Delfino
[snip] Dan Murphy wrote: I was also wondering if there was a better place for this project since it's an integration test (testing/sca/itest ?) Yes, what you're proposing makes sense to me. Raymond, what do you think? -- Jean-Sebastien -

Re: Suggestions for Tuscany SCA documenation?

2007-02-09 Thread haleh mahbod
Good point Tom. We need to structure the documentation in such a way to align it with major releases. Can we agree on the audience for the documentation before we start with content? Here is a proposal: Audience 1: Users - Users develop applications on top of Tuscany and don't necessarily

DAS C++ - Design documents and Overall Documentation

2007-02-09 Thread Luciano Resende
Hi Guys It looks like couple people now working on the C++ implementation of DAS, I have created a page on the Wiki for us to share design documents, overall documentation and user guide : http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=45093 Below are good examples of des

Re: [DAS - Java] Files Not Found !

2007-02-09 Thread Luciano Resende
This will only be generated when you build from maven command line (mvn). Even if you are getting the source from a M2 distribution, you still would have to build it using maven, -- Luciano Resende http://people.apache.org/~lresende On 2/9/07, Dannyel Fonseca <[EMAIL PROTECTED]> wrote: I'm usi

Re: Suggestions for Tuscany SCA documenation?

2007-02-09 Thread Jim Marino
A couple of minor points - Concept of attaching documents to releases is important here. Documents are not live and rather are based on releases. For example, we will have user manual for version x and an enhanced document for version y. Regardless of whether documentation is

Re: Suggestions for Tuscany SCA documenation?

2007-02-09 Thread haleh mahbod
"Regardless of whether documentation is shipped in a distribution, I would prefer we keep a copy of all documentation online so that we can fix errors as they are discovered after releases." Agree. "Extension developer would generally not work off the latest code (I generally discourage people

Re: Bug in deriving the service name from a java interface?

2007-02-09 Thread Jim Marino
On Feb 9, 2007, at 2:32 PM, Scott Kurz wrote: Hi, I was just looking back on this thread and wondering where we ended up. Did the Java C&I spec and/or any IRC discussions add some clarity here? It seems a shame to lose the simple syntax in the more common case to support the strange case

Re: [DAS - Java] Files Not Found !

2007-02-09 Thread Dannyel Fonseca
I'm using Netbeans. I created a project and gave Build. I will go to verify this mvn. Thanks ! 2007/2/9, Dan Murphy <[EMAIL PROTECTED]>: Hi Dannyel, These files should be built automatically when you mvn the source tree how are you building ? Cheers, Dan On 09/02/07, Dannyel Fonseca <[EM

Re: Suggestions for Tuscany SCA documenation?

2007-02-09 Thread Jeremy Boynes
On Feb 9, 2007, at 4:56 PM, haleh mahbod wrote: "Extension developer would generally not work off the latest code (I generally discourage people from doing this as the state of trunk may be in flux). They would tend to go off a published release." OK. Although it seems like all discussions are

Re: sca-java-integration branch, was: Content for next milestone

2007-02-09 Thread Raymond Feng
Hi, I have changed the branch to use "0.1-integration-incubating-SNAPSHOT" as the version id. Thanks, Raymond - Original Message - From: "Jeremy Boynes" <[EMAIL PROTECTED]> To: Sent: Friday, February 09, 2007 8:36 AM Subject: Re: sca-java-integration branch, was: Content for next m

Re: Suggestions for Tuscany SCA documenation?

2007-02-09 Thread haleh mahbod
Ah. You add a good point that we need to think about extension documents as well :) On 2/9/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote: On Feb 9, 2007, at 4:56 PM, haleh mahbod wrote: > "Extension developer would generally not work off the latest code (I > generally discourage people from doing

Re: sca-java-integration branch, was: Content for next milestone

2007-02-09 Thread Jeremy Boynes
On Feb 9, 2007, at 5:48 PM, Raymond Feng wrote: Hi, I have changed the branch to use "0.1-integration-incubating- SNAPSHOT" as the version id. Thanks -- Jeremy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

[jira] Created: (TUSCANY-1106) Assertion failed exception in DataBindingRegistryImplTestCase

2007-02-09 Thread Jean-Sebastien Delfino (JIRA)
Assertion failed exception in DataBindingRegistryImplTestCase - Key: TUSCANY-1106 URL: https://issues.apache.org/jira/browse/TUSCANY-1106 Project: Tuscany Issue Type: Bug

[jira] Updated: (TUSCANY-1106) Assertion failed exception in DataBindingRegistryImplTestCase

2007-02-09 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1106: Fix Version/s: Java-SCA-integration Affects Version/s: Java-SCA-in

JIRA version id for sca-java-integration branch specific issues

2007-02-09 Thread Jean-Sebastien Delfino
I created a new JIRA version id Java-SCA-Integration that we can use to tag JIRA issues specific to the sca-java-integration branch. http://issues.apache.org/jira/browse/TUSCANY-1106 for example was just created under that version. -- Jean-Sebastien -

Re: [jira] Created: (TUSCANY-1106) Assertion failed exception in DataBindingRegistryImplTestCase

2007-02-09 Thread Jim Marino
This is going to get confusing if we do not segregate JIRA issues. Can we create a separate category in JIRA for the branch? Also, can we rename branch, avoiding the use of "sca-java" as that also causes confusion with what trunk is? Thanks, Jim On Feb 9, 2007, at 7:34 PM, Jean-Sebastien D

[jira] Resolved: (TUSCANY-1106) Assertion failed exception in DataBindingRegistryImplTestCase

2007-02-09 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1106. --- Resolution: Fixed Assignee: Raymond Feng > Assertion failed exception in DataBindingR

Re: Draft Architecture Guide for Tuscany SCA Java

2007-02-09 Thread Raymond Feng
Hi, I used the Microsoft Word to draw the diagrams. Is there a portable format for the editing? Ideas are welcome. Thanks, Raymond - Original Message - From: "Jim Marino" <[EMAIL PROTECTED]> To: Sent: Friday, February 09, 2007 10:47 AM Subject: Re: Draft Architecture Guide for Tusc

Re: Draft Architecture Guide for Tuscany SCA Java

2007-02-09 Thread Jim Marino
On Feb 9, 2007, at 7:59 PM, Raymond Feng wrote: Hi, I used the Microsoft Word to draw the diagrams. Is there a portable format for the editing? Ideas are welcome. Dunno that's why I asked ;-) How about OpenOffice? I'll probably have some time next week to update to the new federated archi

Re: DAS C++ - Design documents and Overall Documentation

2007-02-09 Thread Adriano Crestani
Cool, I think after we have the first classes of das c++ being used by the proposed simple read app we may produce some documentation like this ; ) Adriano Crestani On 2/9/07, Luciano Resende <[EMAIL PROTECTED]> wrote: Hi Guys It looks like couple people now working on the C++ implementati