Re: [DAS] Refactoring DAS to allow multiple implementatons

2007-02-21 Thread Jim Marino
On Feb 21, 2007, at 3:04 PM, Luciano Resende wrote: Current DAS only have one implementation supporting Relational Database (RDB). In order to allow DAS to support multiple implementations (e.g LDAP DAS proposed by Ole Ersoy : http://www.mail-archive.com/tuscany-dev@ws.apache.org/ msg13395

Re: [DAS] Questions regarding some details of DAS features

2007-02-21 Thread Amita Vadhavkar
Hi Kevin, Thanks a lot for the information. For 3), I have one more question, If we consider db stored procs, then we may need to treat the Command where kind="procedure" a bit more differently. This is because, when stored proc is a db entity, it resides in the db and can be part of any db schem

Re: Java Kernel Release

2007-02-21 Thread Jim Marino
Any doc, even incomplete, will help us understand the supported features. Are you developing that doc on our Wiki? O.K. I've just checked in a first cut of the release doc for kernel here: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/ There will be other release doc

Re: [DAS] Refactoring DAS to allow multiple implementatons

2007-02-21 Thread Adriano Crestani
I suggest: DASFactory.registerFactory("RDB", " org.apache.tuscany.das.rdb.impl.DASFactoryImpl"); DASFactory factory = DASFactory.getInstance("RBD") DAS rdbDAS = factory.creDas(...) would it work? Than there would be possible to add factories dynamically. Adriano Crestani On 2/21/07, Luciano Re

Fwd: svn commit: r510386

2007-02-21 Thread Jim Marino
FYI, I've updated kernel to add support for the SCA 1.0 @EagerInit semantics, removing the initLevel attribute. Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fwd: svn commit: r510358

2007-02-21 Thread Jim Marino
FYI, I've renamed WireService and its descendants to ProxyService as it deals with creating proxies and not wires with the recent changeover to WireImpl. Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

[VOTE] Release updated parent pom and buildtools

2007-02-21 Thread Jeremy Boynes
The parent pom and buildtools were recently updated and as these are used by all other modules I think we should formally release them. These are distributed through the maven repo rather than as a end- user distribution. Please vote to approve the release content: parent-pom [tag]https:

Making changes to the bindingsTest integration tests

2007-02-21 Thread Jean-Sebastien Delfino
This is a heads up that I'm going to make some changes to the three modules under testing/sca/itest/bindingsTest, mainly to allow these modules to run in three different VMs, and clean them up a little to be able to use them as templates for other integration tests (with variations like differe

[jira] Commented: (TUSCANY-1130) Concurrent access to SDOUtil.createHelperContext() results in exception

2007-02-21 Thread Hasan Muhammad (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474900 ] Hasan Muhammad commented on TUSCANY-1130: - My suspicion is that the access route to the hashmap is more tha

Re: [Specs Related] Multivalued Properties

2007-02-21 Thread Jim Marino
On Feb 20, 2007, at 11:22 PM, Venkata Krishnan wrote: Hi Jim, Thanks for responding. My concern is that there is no need to create a factory for each of the multiple values since each of those values are of the same type. Hence a single factory instance is good enough to create as list o

Databinding programming model, was: Databinding exception running helloworldwsclientOM

2007-02-21 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, Actually such simplification is under development. I'm in the middle of improving it so that @DataType annotation is not required if the type can be recognized by a databinding. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROT

Re: Java Kernel Release

2007-02-21 Thread Jim Marino
It's a simple question. There has been many changes in the SCA assembly model between 0.96 and 1.0, you are proposing a 1.0-alpha release of a Kernel supporting a subset of the 1.0 SCA assembly model. I'm simply asking "Which subset of 1.0?" to help all of us understand how to integrate t

Re: Databinding exception running helloworldwsclientOM

2007-02-21 Thread Raymond Feng
Hi, Actually such simplification is under development. I'm in the middle of improving it so that @DataType annotation is not required if the type can be recognized by a databinding. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent: W

Re: Databinding exception running helloworldwsclientOM

2007-02-21 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I fixed the problems in the test case which is missing the @DataType annotation. In the same test case, I also fixed the endpoint URI, namespace and assertions. Now it is passed. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL P

Re: [JXTA user] FW: BouncyCastle IDEA patent

2007-02-21 Thread Jeremy Boynes
On Feb 21, 2007, at 3:14 PM, Mike [bondolo] Duigou wrote: JXTA JSE currently uses only a very small subset of Bouncy Castle which does not include the IDEA cipher algorithm. We are currently using - PKCS#1 Certificate generation. - PKCS#10 Certificate Signing Request generation. (optional)

Re: Databinding exception running helloworldwsclientOM

2007-02-21 Thread Raymond Feng
Hi, I fixed the problems in the test case which is missing the @DataType annotation. In the same test case, I also fixed the endpoint URI, namespace and assertions. Now it is passed. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent

Re: Java Kernel Release

2007-02-21 Thread Jean-Sebastien Delfino
Jim Marino wrote: I think it will be good to have a stable kernel. Which level of SCDL and which features from the SCA assembly model are you proposing to support in that kernel level? As it says, SCA 1.0 level - not all of it for sure but a baseline for itest, standalone and webapp environ

[jira] Commented: (TUSCANY-1130) Concurrent access to SDOUtil.createHelperContext() results in exception

2007-02-21 Thread Hasan Muhammad (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474877 ] Hasan Muhammad commented on TUSCANY-1130: - Frank, I already tried that. It didnt seem to work at all which

Re: Remove pom in tuscany/java

2007-02-21 Thread Jean-Sebastien Delfino
Jeremy Boynes wrote: On Feb 21, 2007, at 1:25 PM, Raymond Feng wrote: So are you going to publish SNAPSHOT versions of the different modules to maven repo all the time? I assume the published artifacts are the dependencies used by modules. Otherwise, those who want to play with the source cod

Re: [JXTA user] FW: BouncyCastle IDEA patent

2007-02-21 Thread Mike [bondolo] Duigou
JXTA JSE currently uses only a very small subset of Bouncy Castle which does not include the IDEA cipher algorithm. We are currently using - PKCS#1 Certificate generation. - PKCS#10 Certificate Signing Request generation. (optional) Note that in order to use these functions it is necessary for

[DAS] Refactoring DAS to allow multiple implementatons

2007-02-21 Thread Luciano Resende
Current DAS only have one implementation supporting Relational Database (RDB). In order to allow DAS to support multiple implementations (e.g LDAP DAS proposed by Ole Ersoy : http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg13395.html) I would like to propose some changes on the DAS projec

java2wsdl error

2007-02-21 Thread Joey Perry
Hi, I seem to be getting an error when I run the java2wsdl command from my ant script. The error is complaining about SDOs, so I'm wondering if the current version of the java2wsdl tool supports generating a WSDL file from an interface that references SDOs. Can anyone shed some light on whethe

Re: [C++] SCA PHP Extension patches

2007-02-21 Thread Pete Robbins
Thanks. The apache mailing list seems sensitive to attachments. The Jira is the right place for it anyway. Cheers, On 21/02/07, Caroline Maynard <[EMAIL PROTECTED]> wrote: I had attached it to my post, and it appeared to get through OK for me, but perhaps not for others. So I've now raised ht

Re: Native M3 release status

2007-02-21 Thread Pete Robbins
On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > I now have Ruby working on Mac. I will remove the ws bindings and > >

SCA pom changes

2007-02-21 Thread Jeremy Boynes
I have updated the poms in sca trunk for the new parent and version. I also deployed snapshots of: * the parent pom * buildtools * sca-api-r1.0 * kernel * runtime -- Jeremy - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Databinding exception running helloworldwsclientOM

2007-02-21 Thread Jean-Sebastien Delfino
I am getting the following error trying to run the test case that I just checked in under axis2/samples/helloworldwsclientOM in the integration branch: [INFO] Surefire report directory: /home/delfinoj/Tuscany/apache-repos/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldwsc

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

2007-02-21 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1093: Attachment: patch Previous patch adopted setUnsettable approach: eStructuralFeature.setUnsett

Re: Remove pom in tuscany/java

2007-02-21 Thread Jeremy Boynes
On Feb 21, 2007, at 1:25 PM, Raymond Feng wrote: So are you going to publish SNAPSHOT versions of the different modules to maven repo all the time? I assume the published artifacts are the dependencies used by modules. Otherwise, those who want to play with the source code won't have a good

Re: Remove pom in tuscany/java

2007-02-21 Thread Jeremy Boynes
On Feb 21, 2007, at 12:50 PM, Luciano Resende wrote: If we follow the pattern we have been using for SDO, DAS, once we build the project, the samples are built together to make sure changes on the core didn't break functionality used by the samples. In the case of SCA, don't we want to do

Re: [DAS] Tuscany-863 - create/init of canned DB if not already present

2007-02-21 Thread Luciano Resende
Hi Amita What I had in mind for Tuscany-863, was more around having a module responsible for creating the physical databases, populating the tables with default values and also being able to refresh these values to a original state. Then the sample applications would check the existence of thes

Re: Remove pom in tuscany/java

2007-02-21 Thread Raymond Feng
So are you going to publish SNAPSHOT versions of the different modules to maven repo all the time? I assume the published artifacts are the dependencies used by modules. Otherwise, those who want to play with the source code won't have a good clue to build modules by the right order. Thanks, R

Re: Moved testing/sca/itest/wsdl module out of the stable profile

2007-02-21 Thread Luciano Resende
I was getting this, probably same as Sebastien --- T E S T S --- Running org.apache.tuscany.sca.itest.WSDLTestCase log4j:WARN No appenders could be found for logger ( org.apache.axiom.om.ut

Re: Moved testing/sca/itest/wsdl module out of the stable profile

2007-02-21 Thread Jean-Sebastien Delfino
ant elder wrote: They work for me, what problem do you see? ...ant On 2/21/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: I moved the testing/sca/itest/wsdl module out of the "stable" profile, to reflect the fact these integration tests currently fail and break the stable build. The

Re: Native M3 release status

2007-02-21 Thread Andrew Borley
On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > I now have Ruby working on Mac. I will remove the ws bindings and > clients > > from the *Calculator samples so we have a simple sa

Re: BouncyCastle IDEA patent

2007-02-21 Thread Jeremy Boynes
On Feb 21, 2007, at 12:56 PM, David Jencks wrote: On Feb 21, 2007, at 12:38 PM, Jeremy Boynes wrote: On Feb 21, 2007, at 12:05 PM, Matt Hogstrom wrote: Regarding Bouncy Castle, IIRC they used to include the IDEA algorithm in their distribution and provided a one-off for Geronimo to use t

FW: BouncyCastle IDEA patent

2007-02-21 Thread Meeraj Kunnumpurath
Hi, Apparently bouncycastle uses a patented algorithm in their distribution. Could someone from the dev team kindly let me know whether the RI uses any of the patented code? Thanks Meeraj -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 21, 2007

Re: Moved testing/sca/itest/wsdl module out of the stable profile

2007-02-21 Thread ant elder
They work for me, what problem do you see? ...ant On 2/21/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: I moved the testing/sca/itest/wsdl module out of the "stable" profile, to reflect the fact these integration tests currently fail and break the stable build. They can still be bui

Re: Fwd: Fw: JSDO for FLEX/OpenLaszlo to RoR linkage

2007-02-21 Thread Frank Budinsky
George, This sounds like a very exciting plan! It will be a great addition to Tuscany. I have a couple of questions: 1) Are you thinking the SDO/Ruby implementation is based on SDO/Java for JRuby or SDO/C++ for a native environment, or something else? 2) What features of SDO are you looking f

Re: BouncyCastle IDEA patent

2007-02-21 Thread David Jencks
On Feb 21, 2007, at 12:38 PM, Jeremy Boynes wrote: On Feb 21, 2007, at 12:05 PM, Matt Hogstrom wrote: Regarding Bouncy Castle, IIRC they used to include the IDEA algorithm in their distribution and provided a one-off for Geronimo to use to bypass the patent issue. Not sure if that is an

Re: Remove pom in tuscany/java

2007-02-21 Thread Luciano Resende
If we follow the pattern we have been using for SDO, DAS, once we build the project, the samples are built together to make sure changes on the core didn't break functionality used by the samples. In the case of SCA, don't we want to do the same, and when building sca, we would build the samples

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

2007-02-21 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1128: Attachment: 1128.patch > Support attribute and element with same name > -

Re: BouncyCastle IDEA patent

2007-02-21 Thread Jeremy Boynes
On Feb 21, 2007, at 12:05 PM, Matt Hogstrom wrote: Regarding Bouncy Castle, IIRC they used to include the IDEA algorithm in their distribution and provided a one-off for Geronimo to use to bypass the patent issue. Not sure if that is an issue or not for Tuscany but just a heads up. Thank

Re: [DAS] Questions regarding some details of DAS features

2007-02-21 Thread Kevin Williams
Hi Amita, Comments in line ... Amita Vadhavkar wrote: Hi All, When going through DAS code and documentation, I had a couple of questions , as listed below. It will really be helpful to get more detail information for same. 1) what conventions are followed in OCC? - This was listed in the gu

Moved testing/sca/itest/wsdl module out of the stable profile

2007-02-21 Thread Jean-Sebastien Delfino
I moved the testing/sca/itest/wsdl module out of the "stable" profile, to reflect the fact these integration tests currently fail and break the stable build. They can still be built with mvn -Pintegration and come back to the "stable" profile as soon as they pass again. -- Jean-Sebastien -

Re: [C++] SCA PHP Extension patches

2007-02-21 Thread Caroline Maynard
I had attached it to my post, and it appeared to get through OK for me, but perhaps not for others. So I've now raised https://issues.apache.org/jira/browse/TUSCANY-1133 and attached it to that. On 21/02/07, Simon Laws <[EMAIL PROTECTED]> wrote: I can't find the JIRA that you attached the pa

[jira] Updated: (TUSCANY-1133) Support the PHP extension under Windows

2007-02-21 Thread Caroline Maynard (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Caroline Maynard updated TUSCANY-1133: -- Attachment: Tuscany-1133.patch > Support the PHP extension under Windows > --

[jira] Created: (TUSCANY-1133) Support the PHP extension under Windows

2007-02-21 Thread Caroline Maynard (JIRA)
Support the PHP extension under Windows --- Key: TUSCANY-1133 URL: https://issues.apache.org/jira/browse/TUSCANY-1133 Project: Tuscany Issue Type: Improvement Components: C++ SCA Affects Vers

Re: Remove pom in tuscany/java

2007-02-21 Thread Jeremy Boynes
On Feb 21, 2007, at 11:31 AM, Luciano Resende wrote: Hi Jeremy Wouldn't we still have scenarios where we would like to build multiple projects from the Tuscany project root ? (e.g sca and samples/sca or sca/sca-api-r1.0 and kernel). If so, the profiles inside java/pom.xml should be way to

Re: Tracking web-traffic in Tuscany Website

2007-02-21 Thread haleh mahbod
+1 if allowed by Apache. On 2/16/07, Luciano Resende <[EMAIL PROTECTED]> wrote: I have been doing some web-traffic monitoring on our Tuscany Blog using Google Analytics and StatCounter. I was wondering if would be a good idea to do same on our Project website, and this might be give us a bette

[jira] Updated: (TUSCANY-826) Containment cycle should result in Exception

2007-02-21 Thread Brian Murray (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Murray updated TUSCANY-826: - Attachment: ContainmentTest.zip ContainmentCycle.patch Attaching ContainmentCycl

Re: Remove pom in tuscany/java

2007-02-21 Thread Luciano Resende
Hi Jeremy Wouldn't we still have scenarios where we would like to build multiple projects from the Tuscany project root ? (e.g sca and samples/sca or sca/sca-api-r1.0 and kernel). If so, the profiles inside java/pom.xml should be way to go, no ? -- Luciano Resende http://people.apache.org/~lr

sca pom

2007-02-21 Thread Jeremy Boynes
I have updated the sca pom to the new parent and as part of that removed all the global declarations that it contained except for those relating to sourcecheck. This decouples the sca modules from a single parent in line with with our modularity goal. As a result we should not need to make

Remove pom in tuscany/java

2007-02-21 Thread Jeremy Boynes
This one: https://svn.apache.org/repos/asf/incubator/tuscany/java/pom.xml This is no longer used as the parent for any of the modules and the profiles it contains are no longer valid so it does not really serve any purpose. I'd propose we remove it ... -- Jeremy

Re: wire changes

2007-02-21 Thread Jeremy Boynes
On Feb 21, 2007, at 8:05 AM, Ignacio Silva-Lepe wrote: I'm not sure I understand this. Looking at ConnectorImpl, attachInvokers calls createTargetInvoker on a target, and it is called when a source is being wired. Since ConnectorImpl performs the wiring in a single pass (at least for a non-di

Re: [C++] SCA PHP Extension patches

2007-02-21 Thread Simon Laws
On 2/21/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 2/21/07, Caroline Maynard <[EMAIL PROTECTED]> wrote: > I've been battling with getting this working under Windows, and attach a > patch with my latest efforts. Note that these changes work hand-in-hand with > corresponding changes to the Tu

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

2007-02-21 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474768 ] Frank Budinsky commented on TUSCANY-1093: - Yang doesn't have the time to create a thorough test case. What'

[jira] Resolved: (TUSCANY-1131) XMLHelper.save() throws exception when the serialized dataobject is not the root object and its container is of AnyTypeDataObject

2007-02-21 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky resolved TUSCANY-1131. - Resolution: Duplicate Please don't open multiple issues for the same fundamental proble

Re: Native M3 release status

2007-02-21 Thread Pete Robbins
On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > I now have Ruby working on Mac. I will remove the ws bindings and clients > from the *Calculator samples so we have a simple sample for each language. > $TUSCANY_SCACPP/extensions/ruby/lib

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

2007-02-21 Thread Robbie Minshall (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474760 ] Robbie Minshall commented on TUSCANY-1093: -- Ok. Can Yang please include a test case which demonstrates wh

[jira] Updated: (TUSCANY-1130) Concurrent access to SDOUtil.createHelperContext() results in exception

2007-02-21 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky updated TUSCANY-1130: Attachment: 1130.patch Syncronizing the creation of SDOXSDEcoreBuilder should fix this. P

[jira] Updated: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-21 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fuhwei Lwo updated TUSCANY-1132: Attachment: tuscany-1132-testcase.patch I modified the existing JavaSerializeDeserializeTestCase.

Re: Native M3 release status

2007-02-21 Thread Andrew Borley
On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: I now have Ruby working on Mac. I will remove the ws bindings and clients from the *Calculator samples so we have a simple sample for each language. $TUSCANY_SCACPP/extensions/ruby/lib needs to be added to the LD_LIBRARY_PATH (or PATH on windows

[jira] Created: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-21 Thread Fuhwei Lwo (JIRA)
SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

Re: Monitoring support in the standalone server

2007-02-21 Thread Raymond Feng
I think we should use JDK logging as the default to minimize the dependencies :-). Thanks, Raymond - Original Message - From: "Jeremy Boynes" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 20, 2007 11:58 PM Subject: Re: Monitoring support in the standalone server On Feb 20, 2007,

[jira] Updated: (TUSCANY-1131) XMLHelper.save() throws exception when the serialized dataobject is not the root object and its container is of AnyTypeDataObject

2007-02-21 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fuhwei Lwo updated TUSCANY-1131: Attachment: tuscany-1131.patch I attached this file, tuscany-1131.patch, to try to fix this probl

[jira] Updated: (TUSCANY-1131) XMLHelper.save() throws exception when the serialized dataobject is not the root object and its container is of AnyTypeDataObject

2007-02-21 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fuhwei Lwo updated TUSCANY-1131: Attachment: tuscany-1131-testcase.patch quoteInSOAP.xml I attached a patch on exi

Re: wire changes

2007-02-21 Thread Ignacio Silva-Lepe
Hi Jeremy, Comments inline. On 2/21/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote: I don't see that. A single-valued reference would work the same way as a singleton list. The content of the collection would be established at resolve/ connect time so the set of wires is known up front. The targ

[jira] Created: (TUSCANY-1131) XMLHelper.save() throws exception when the serialized dataobject is not the root object and its container is of AnyTypeDataObject

2007-02-21 Thread Fuhwei Lwo (JIRA)
XMLHelper.save() throws exception when the serialized dataobject is not the root object and its container is of AnyTypeDataObject - Key: TUSCANY-1131

Re: [C++] SCA PHP Extension patches

2007-02-21 Thread Simon Laws
On 2/21/07, Caroline Maynard <[EMAIL PROTECTED]> wrote: I've been battling with getting this working under Windows, and attach a patch with my latest efforts. Note that these changes work hand-in-hand with corresponding changes to the Tuscany bindings for PHP SCA, which are already in place in t

[jira] Created: (TUSCANY-1130) Concurrent access to SDOUtil.createHelperContext() results in exception

2007-02-21 Thread Hasan Muhammad (JIRA)
Concurrent access to SDOUtil.createHelperContext() results in exception --- Key: TUSCANY-1130 URL: https://issues.apache.org/jira/browse/TUSCANY-1130 Project: Tuscany Issue

Re: wire changes

2007-02-21 Thread Jeremy Boynes
I don't see that. A single-valued reference would work the same way as a singleton list. The content of the collection would be established at resolve/ connect time so the set of wires is known up front. The target invoker then gets created at one of two points in time depending on the sco

Re: SDO CTS: TUSCANY-1117

2007-02-21 Thread Geoffrey Winn
I'll take a look at this. Can I just check one thing. In the text of the JIRA there are two patches; one posted on 15-Feb and one posted 16-Feb but the more recent one does not have the ASF granted license. Do you really want that one deleted? Regards, Geoff. On 19/02/07, Robbie Minshall <[EMAI

Re: [RTC] Release prep: project wide parent pom and buildtools

2007-02-21 Thread Jeremy Boynes
Thanks to everyone who responded. I'll apply this later today. -- Jeremy On Feb 19, 2007, at 6:09 PM, Jeremy Boynes wrote: In prep for release, I plan to update the project-wide parent pom to reflect project-wide settings. Attached is the delta I plan to make compared to M2 but in brief the

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

2007-02-21 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474719 ] Frank Budinsky commented on TUSCANY-1093: - No, this isn't fixed properly yet. Yang is working on a new fix.

[jira] Commented: (TUSCANY-1073) Not currently possible to generate WSDL - specifically schema - using SDO

2007-02-21 Thread Geoff Winn (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474717 ] Geoff Winn commented on TUSCANY-1073: - Yes, that is what I was thinking. My assumption was that you don't reall

Re: wire changes

2007-02-21 Thread Ignacio Silva-Lepe
What I meant by pre-processing is the kind that LocalTargetInvoker performs by caching the invocation chain for the operation it cares about. If, in general, we have a list of wires for multiplicity *..n, then this could mean being able to work on each wire in the list at the time the target invok

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

2007-02-21 Thread Robbie Minshall (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474710 ] Robbie Minshall commented on TUSCANY-1093: -- If not already being done can we commit this patch and close t

Re: wire changes

2007-02-21 Thread Jim Marino
On Feb 21, 2007, at 5:08 AM, Ignacio Silva-Lepe wrote: Hi Jim, Yes, eliminating local composite services and references certainly eliminates the issue for them ... :-) :-) And in general, getting the target invoker to point back at the ser- vice/reference binding should also work even if it

Re: Monitoring support in the standalone server

2007-02-21 Thread Jim Marino
On Feb 20, 2007, at 11:58 PM, Jeremy Boynes wrote: On Feb 20, 2007, at 10:01 PM, Jim Marino wrote: I temporarily added support for monitoring using JDK logging in the standalone server. I'd like to change this to using log4j as the default. What do people think? I thought you didn't like

Re: wire changes

2007-02-21 Thread Ignacio Silva-Lepe
Hi Jim, Yes, eliminating local composite services and references certainly eliminates the issue for them ... :-) And in general, getting the target invoker to point back at the ser- vice/reference binding should also work even if it means that some pre-processing of the wire can't be safely perfo

Re: [C++] SCA PHP Extension patches

2007-02-21 Thread Caroline Maynard
I've been battling with getting this working under Windows, and attach a patch with my latest efforts. Note that these changes work hand-in-hand with corresponding changes to the Tuscany bindings for PHP SCA, which are already in place in the AVOCET branch in the PECL repository. On my Windows bo

FW: Bouncycastle export notice

2007-02-21 Thread Meeraj Kunnumpurath
From: Meeraj Kunnumpurath Sent: Wednesday, February 21, 2007 12:29 PM To: '[EMAIL PROTECTED]' Subject: Bouncycastle export notice Hi, We are shipping the JXTA RI with the next release of Tuscany (http://incubator.apache.org/tuscany/). Have you filed an expo

[jira] Updated: (TUSCANY-1129) Multiple Inheritance Broken In Generator Templates

2007-02-21 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1129: Priority: Minor (was: Major) Changing severity to minor as I am not aware of requirement

[jira] Updated: (TUSCANY-1129) Multiple Inheritance Broken In Generator Templates

2007-02-21 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1129: Attachment: GenMultipleInheritanceTestClasses.java Code to exercise the prototype memory

[jira] Updated: (TUSCANY-1129) Multiple Inheritance Broken In Generator Templates

2007-02-21 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1129: Attachment: MemoryModel2JavaGenerator.java A prototype generator for creating SDO classes

[jira] Created: (TUSCANY-1129) Multiple Inheritance Broken In Generator Templates

2007-02-21 Thread Kelvin Goodson (JIRA)
Multiple Inheritance Broken In Generator Templates -- Key: TUSCANY-1129 URL: https://issues.apache.org/jira/browse/TUSCANY-1129 Project: Tuscany Issue Type: Bug Components: Java SDO T

Re: Fw: JSDO for FLEX/OpenLaszlo to RoR linkage

2007-02-21 Thread Simon Laws
On 2/20/07, George Willis <[EMAIL PROTECTED] > wrote: I'ld like to open "SDO Ruby" development. See below. - Forwarded Message From: George Willis < [EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 3:12:53 PM Subject: Fw: JSDO for FLEX/O

[DAS] Questions regarding some details of DAS features

2007-02-21 Thread Amita Vadhavkar
Hi All, When going through DAS code and documentation, I had a couple of questions , as listed below. It will really be helpful to get more detail information for same. 1) what conventions are followed in OCC? - This was listed in the guide that OCC is going to follow some config convention. 2)

Re: [C++] REST binding

2007-02-21 Thread Simon Laws
On 2/20/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > I'm just having a crack at putting a PHP front end on the Alert sample > and > have come up against some of the assumptions in the SCA Native Rest > binding. > Is there a readme anywhere that describes what the val

Re: Native M3 release status

2007-02-21 Thread Pete Robbins
I now have Ruby working on Mac. I will remove the ws bindings and clients from the *Calculator samples so we have a simple sample for each language. $TUSCANY_SCACPP/extensions/ruby/lib needs to be added to the LD_LIBRARY_PATH (or PATH on windows) to run the Ruby clients. I've updated the runclient

Re: Native M3 release status

2007-02-21 Thread Pete Robbins
On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: On 2/20/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > On 2/20/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > I'm currently working through building/testing the extensions and samples > > across Windows, Linux and Mac OS. > > > > Cpp: extens

Re: Native M3 release status

2007-02-21 Thread Andrew Borley
On 2/20/07, Andrew Borley <[EMAIL PROTECTED]> wrote: On 2/20/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > I'm currently working through building/testing the extensions and samples > across Windows, Linux and Mac OS. > > Cpp: extension and samples look good (CppBigBank does not run on Mac as we >

[jira] Commented: (TUSCANY-1111) Interchangeability of Java and WSDL

2007-02-21 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474672 ] ant elder commented on TUSCANY-: See also TUSCANY-1124 and TUSCANY-1125 > Interchangeability of Java and W

[jira] Commented: (TUSCANY-1078) SDO memory management problems

2007-02-21 Thread Geoff Winn (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474671 ] Geoff Winn commented on TUSCANY-1078: - I'm working on this issue. Valgrind identifies quite a few things that