Re: [C++] Pending SDO patches available

2006-11-22 Thread Simon Laws
On 11/21/06, Pete Robbins [EMAIL PROTECTED] wrote: Patch for TUSCANY-908 is applied. Cheers, On 21/11/06, Pete Robbins [EMAIL PROTECTED] wrote: On 21/11/06, Geoffrey Winn [EMAIL PROTECTED] wrote: On 21/11/06, Pete Robbins [EMAIL PROTECTED] wrote: 907 now applied. On

Re: [C++] Pending SDO patches available

2006-11-22 Thread Simon Laws
On 11/22/06, Simon Laws [EMAIL PROTECTED] wrote: On 11/21/06, Pete Robbins [EMAIL PROTECTED] wrote: Patch for TUSCANY-908 is applied. Cheers, On 21/11/06, Pete Robbins [EMAIL PROTECTED] wrote: On 21/11/06, Geoffrey Winn [EMAIL PROTECTED] wrote: On 21/11/06, Pete Robbins

[jira] Commented: (TUSCANY-97) Read only properties

2006-11-22 Thread Geoff Winn (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-97?page=comments#action_12451887 ] Geoff Winn commented on TUSCANY-97: --- I've just reviewed what the spec has to say about readonly properties and it's this bool isReadOnly() const Returns true

[jira] Commented: (TUSCANY-562) Robustness of type inheritance

2006-11-22 Thread Geoff Winn (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-562?page=comments#action_12451888 ] Geoff Winn commented on TUSCANY-562: You definitely have to throw an exception if someone tries to make a type its own parent. I don't see how a method

Re: What's next for Tuscany DAS ?

2006-11-22 Thread Amita Vadhavkar
Hi, I am trying to understand DAS for last couple of weeks and thought that below may be helpful to make DAS more generic. 1) Oracle database support? - Are we not going to consider this 2) Support for working with J2SE - connection support - this way standalone applications can also benefit

Re: DAS Container - First part ready for review....

2006-11-22 Thread Amita Vadhavkar
Hi Luciano, I followed JIRA-899 and the J2SE (my old client etc.) works fine. But for the war, (even the one from your sandbox, without any changes), I am getting the below error. This error was not there on 20th Nov :), So not sure if this is a result of some other JIRA/compatibility issues? I

Re: [C++] deploy.bat or deploy.cmd on Windows?

2006-11-22 Thread Pete Robbins
On 22/11/06, Yang ZHONG [EMAIL PROTECTED] wrote: Both .bat and .cmd are Windows official batch scripts file extention. .bat might have a little bit more meaningful name, a little bit longer history and a little bit more popularity :-) On 11/21/06, Jean-Sebastien Delfino [EMAIL PROTECTED]

[jira] Created: (TUSCANY-945) [SDO for C++] DataObject::getList(int) failing to create new empty DataObjectList

2006-11-22 Thread Andrew Borley (JIRA)
[SDO for C++] DataObject::getList(int) failing to create new empty DataObjectList - Key: TUSCANY-945 URL: http://issues.apache.org/jira/browse/TUSCANY-945 Project:

Re: [VOTE] Release incubator-M2 version of SCA for Java

2006-11-22 Thread Ignacio Silva-Lepe
+1 On 11/21/06, Jeremy Boynes [EMAIL PROTECTED] wrote: Please vote to approve the release of the incubator-M2 version of Apache Tuscany SCA for Java. These archives are -incubator- rather than -incubating- for consistency with the SDO and DAS M2 releases. None of the distributions have a top

[jira] Resolved: (TUSCANY-945) [SDO for C++] DataObject::getList(int) failing to create new empty DataObjectList

2006-11-22 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-945?page=all ] Andrew Borley resolved TUSCANY-945. --- Resolution: Fixed Fixed at r478191 [SDO for C++] DataObject::getList(int) failing to create new empty DataObjectList

Re: [C++] Renaming the Bigbank samples

2006-11-22 Thread Pete Robbins
On 21/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Go ahead and do this for linux. We can live without it building on Windows for a while as we change to use VS Express.. 20/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, I'd like to rename

Re: [C++] Renaming the Bigbank samples

2006-11-22 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 21/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Go ahead and do this for linux. We can live without it building on Windows for a while as we change to use VS Express.. 20/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi,

Re: [C++] deploy.bat or deploy.cmd on Windows?

2006-11-22 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 22/11/06, Yang ZHONG [EMAIL PROTECTED] wrote: Both .bat and .cmd are Windows official batch scripts file extention. .bat might have a little bit more meaningful name, a little bit longer history and a little bit more popularity :-) On 11/21/06, Jean-Sebastien Delfino

Re: Can Tuscan M2 realese support Composite that include Composites.

2006-11-22 Thread Jeremy Boynes
On Nov 22, 2006, at 8:56 AM, liujian wrote: Hi, All: I am an enthusiast about tuscany and wonder to know if Tuscany M2 release will support the feature that Composite includes Composites. I have download latest source code from the tuscany SVN and can not find any example using the feature.

[jira] Created: (TUSCANY-946) std::string usage in DataFactoryImpl.cpp allocates/deallocates heap and copys memoery too frequently

2006-11-22 Thread Yang ZHONG (JIRA)
std::string usage in DataFactoryImpl.cpp allocates/deallocates heap and copys memoery too frequently Key: TUSCANY-946 URL:

Re: What's next for Tuscany DAS ?

2006-11-22 Thread Brent Daniel
Amita, (1) I have done some testing with oracle on my own, but have not checked anything into Tuscany for a couple of reasons. First, the DAS makes very heavy use of JDBC ResultSetMetaData. Unfortunately, Oracle's JDBC drivers return a null or empty value for ResultSetMetaData.getTableName().

Re: What's next for Tuscany DAS ?

2006-11-22 Thread Luciano Resende
Some comments (2) The DAS supports passing of a Connection object to the runtime. Our unit tests are obtaining a Connection using DriverManager. I think the issue is more around this use case in a DAS Container, as the user will not be able to manualy pass a connection as the container

Re: Use std::string as an example to discuss object vs. /* to reduce heap allocation/release and memory copying

2006-11-22 Thread Yang ZHONG
http://issues.apache.org/jira/browse/TUSCANY-946 to track separatly, although 563 work was the originator. On 11/21/06, Yang ZHONG [EMAIL PROTECTED] wrote: http://issues.apache.org/jira/browse/TUSCANY-563 Thanks. On 11/21/06, Pete Robbins [EMAIL PROTECTED] wrote: On 21/11/06, Yang ZHONG

[jira] Updated: (TUSCANY-563) robustness of addType, addPropertyToType

2006-11-22 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-563?page=all ] Yang ZHONG updated TUSCANY-563: --- Attachment: DataFactoryImpl.563 Thanks to Geoff Winn for having reviewed the attached patch. robustness of addType, addPropertyToType

[jira] Updated: (TUSCANY-946) std::string usage in DataFactoryImpl.cpp allocates/deallocates heap and copys memoery too frequently

2006-11-22 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-946?page=all ] Yang ZHONG updated TUSCANY-946: --- Attachment: DataFactoryImpl.946 Thanks to Pete Robbins and Geoff Winn for having helped with the fix. Thanks to Geoff Winn for having reviewed the attached

[jira] Commented: (TUSCANY-686) InterfaceWSDLLoader creates WSDLServiceContract objs which return null on getInterfaceClass()

2006-11-22 Thread Scott Kurz (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-686?page=comments#action_12452031 ] Scott Kurz commented on TUSCANY-686: I THINK THIS JIRA CAN BE CLOSED I believe the current reworking of the bindings' use of the ServiceContract and the

[SDO for C++] Does SDO depend on zlib?

2006-11-22 Thread Geoffrey Winn
When I first set up a build environment for SDO for C++ I had to install zlib 1.2.2 as well. However, that doesn't seem to be mentioned in the documentation anymore and when I removed my copy of zlib, SDO still builds and runs without a problem. Did someone take that dependence away? Regards,

[jira] Created: (TUSCANY-947) JDKCallbackInvocationHandler should handle toString(), hashCode(), equals() specially

2006-11-22 Thread Scott Kurz (JIRA)
JDKCallbackInvocationHandler should handle toString(), hashCode(), equals() specially - Key: TUSCANY-947 URL: http://issues.apache.org/jira/browse/TUSCANY-947

[jira] Commented: (TUSCANY-947) JDKCallbackInvocationHandler should handle toString(), hashCode(), equals() specially

2006-11-22 Thread Jim Marino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-947?page=comments#action_12452034 ] Jim Marino commented on TUSCANY-947: This would be a straightforward fix for someone interested in working on a patch :-). This is already implemented in

[jira] Commented: (TUSCANY-829) Investigate integration of RogueWave tests

2006-11-22 Thread Dan Murphy (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-829?page=comments#action_12452036 ] Dan Murphy commented on TUSCANY-829: I'm seeing some strange goings on in the DataObjectListTest.testSubList() test. As is, it fails on my machine because

Re: [C++] deploy.bat or deploy.cmd on Windows?

2006-11-22 Thread Pete Robbins
On 22/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 22/11/06, Yang ZHONG [EMAIL PROTECTED] wrote: Both .bat and .cmd are Windows official batch scripts file extention. .bat might have a little bit more meaningful name, a little bit longer history and a

[jira] Updated: (TUSCANY-932) Invoking DataObject.isSet(String path) with invalid path would result in NPE

2006-11-22 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-932?page=all ] Yang ZHONG updated TUSCANY-932: --- Attachment: DataObjectUtil.932 The attached patch is incorporated with Frank's review. Thanks to Frank. Invoking DataObject.isSet(String path) with invalid

[jira] Updated: (TUSCANY-932) Invoking DataObject.isSet(String path) with invalid path would result in NPE

2006-11-22 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-932?page=all ] Yang ZHONG updated TUSCANY-932: --- Attachment: RevisedPatchWithTest Attach the revised patch with test Invoking DataObject.isSet(String path) with invalid path would result in NPE

[jira] Commented: (TUSCANY-885) Property DataObject.getProperty(String propertyName) should return null if the property cannot be found

2006-11-22 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-885?page=comments#action_12452041 ] Yang ZHONG commented on TUSCANY-885: http://issues.apache.org/jira/secure/attachment/12345504/RevisedPatchWithTest has been attached to 932. DAS needs to

[jira] Created: (TUSCANY-948) Consider DAS config connection info for J2SE environment

2006-11-22 Thread Kevin Williams (JIRA)
Consider DAS config connection info for J2SE environment Key: TUSCANY-948 URL: http://issues.apache.org/jira/browse/TUSCANY-948 Project: Tuscany Issue Type: Improvement

Re: What's next for Tuscany DAS ?

2006-11-22 Thread Kevin Williams
Luciano Resende wrote: Some comments (2) The DAS supports passing of a Connection object to the runtime. Our unit tests are obtaining a Connection using DriverManager. I think the issue is more around this use case in a DAS Container, as the user will not be able to manualy pass a

[jira] Updated: (TUSCANY-885) Property DataObject.getProperty(String propertyName) should return null if the property cannot be found

2006-11-22 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-885?page=all ] Kevin Williams updated TUSCANY-885: --- Attachment: DAS_885.txt This patch is to convert the single DAS test case that depends on IllegalArgumentException. It shoud be applied at the same

Re: [VOTE] Release incubator-M2 version of SCA for Java

2006-11-22 Thread Simon Nash
I have a few comments and questions on these artifacts. 1. The set of extensions in the contrib directory of the binary distribution is not the same as the set of extensions published via the maven repo. (a) The following are in both of these places: axis2-1.0-incubator-M2.jar

[jira] Commented: (TUSCANY-939) DAS Should throw an exception when ResultSetMetadata is invalid

2006-11-22 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-939?page=comments#action_12452067 ] Kevin Williams commented on TUSCANY-939: Wojtek's issue should be incorporated as part of this JIRA. He tried to port a DAS sample to Oracle from Derby

[jira] Updated: (TUSCANY-947) JDKCallbackInvocationHandler should handle toString(), hashCode(), equals() specially

2006-11-22 Thread Scott Kurz (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-947?page=all ] Scott Kurz updated TUSCANY-947: --- Attachment: 947.patch I can copy code from one place to the next ;) But if someone wants to do something better go ahead. JDKCallbackInvocationHandler

[jira] Commented: (TUSCANY-947) JDKCallbackInvocationHandler should handle toString(), hashCode(), equals() specially

2006-11-22 Thread Jim Marino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-947?page=comments#action_12452075 ] Jim Marino commented on TUSCANY-947: Thanks Scott. Could you also copy over the unit tests as well ;-) It's nice to have unit tests with a patch so

Re: [VOTE] Release incubator-M2 version of SCA for Java

2006-11-22 Thread ant elder
Ok I've gone through all the artifacts and here's what I found: In the maven repo jars: -tuscany-war-plugin-1.0-incubator-M2.jar has no LICENSE or NOTICE files -Groovy container has no LICENSE file -JSONRPC binding has no NOTICE file -JavaScript container has no LICENSE file -RMI binding has no

[jira] Commented: (TUSCANY-562) Robustness of type inheritance

2006-11-22 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-562?page=comments#action_12452092 ] Yang ZHONG commented on TUSCANY-562: Neither can a type be its own base/parent, nor can an extended/child type be the base/parent of any its base/parent.

[C++] Moving TuscanyRuntime to the Cpp component extension

2006-11-22 Thread Jean-Sebastien Delfino
Hi, TuscanyRuntime is a facade for SCARuntime, part of the Tuscany API provided to SCA C++ clients (unmanaged clients running from a C++ main), but it is currently packaged in the core runtime library. If there is no objection I'm going to move TuscanyRuntime to the Cpp extension library.

Re: SCA Binder question

2006-11-22 Thread scabooz
Hi Luciano, I didn't see any other replies to your email, so I'll give you my two cents. My first inclination for Stored Procedures in SCA is as component implementations. The binding for a STP would be related to the mechanism that a particular DB uses to invoke STPs. In Java, one might be

Re: checkstyle rule modifications

2006-11-22 Thread Jim Marino
FYI I've committed these changes as well as cleaned up a bunch of checkstyle errors and pmd build failures. When doing a checkin, please remember to run mvn -Psourcecheck. Jim On Nov 11, 2006, at 7:35 PM, Jim Marino wrote: I would like to make the following rule modifications to checkstyle

[jira] Updated: (TUSCANY-947) JDKCallbackInvocationHandler should handle toString(), hashCode(), equals() specially

2006-11-22 Thread Scott Kurz (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-947?page=all ] Scott Kurz updated TUSCANY-947: --- Attachment: 947.patch Jim, I don't know enough about EasyMock or the class I'm changing to copy over the Inbound handler's tests, so I just copied to outbound

Re: Using o.a.t.service.persistence.store.Store to keep track of instances in conversation scope

2006-11-22 Thread Jim Marino
I'm sure the Store API will need to change some as we figure this out. I was planning on (at least) three implementations: a memory store; a jdbc store; and a journal store. The first two I checked in and the latter I have on my laptop waiting to check in. The memory store will be very

[jira] Closed: (TUSCANY-947) JDKCallbackInvocationHandler should handle toString(), hashCode(), equals() specially

2006-11-22 Thread Jim Marino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-947?page=all ] Jim Marino closed TUSCANY-947. -- Resolution: Fixed Thanks Scott, I applied the patch. BTW I just started using EasyMock recently after using other mock object framrworks and I think it is really

WorkContext and scope identifier change (r478470)

2006-11-22 Thread Jim Marino
FYI I changed WorkContext to use IdentityHashMap where possible for performance. Related to this, I also removed CONVERSATIONAL_IDENTIFIER and HTTP_IDENTIFIER from the conversational and http session scope containers respectively, and replaced their use with interned Strings in

Re: Can Tuscan M2 realese support Composite that include Composites.

2006-11-22 Thread Venkata Krishnan
Hi, Thanks for showing interest in Tuscany. If you are looking for a sample there is simple on that is available in http://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-java-M2/samples/standalone/calculator-combowhich demonstrates the composite implementation. All of our samples have