Re: [jira] Commented: (TUSCANY-949) Incorrect set of extensions published to the maven repo

2006-11-29 Thread ant elder
On 11/28/06, Simon Nash [EMAIL PROTECTED] wrote: I'm responding to Jeremy's comments here rather than in TUSCANY-949 because I believe it's considered good practice to have discussions on the mailing list rather than in updates to JIRAs. Jeremy Boynes (JIRA) wrote: [

Re: Much ado about nothing (Re: WSCOMMONS-131 and options for Tuscany SCA Java M2 release)

2006-11-29 Thread Simon Nash
Thanks, Dims. We will need a new release of Axis2 as well, since the POMs in Axis2 1.1 point to Axiom 1.2. Will this be available at the same time as the new release of Axiom? Simon Davanum Srinivas wrote: Thanks Jim/Jeremy :) Please look at the pom's in the svn. the SNAPSHOT jars are

Re: [SDO C++] Is Type::OpenDataObjectType part of the API?

2006-11-29 Thread Geoffrey Winn
On 28/11/06, Caroline Maynard [EMAIL PROTECTED] wrote: I've recently started seeing the value Type::OpenDataObjectType returned from a getTypeEnum(). I was a bit surprised to see this - I know it was introduced some months back internally to Tuscany, but my understanding was that it is not part

Re: [SDO C++] Is Type::OpenDataObjectType part of the API?

2006-11-29 Thread Pete Robbins
On 29/11/06, Geoffrey Winn [EMAIL PROTECTED] wrote: On 28/11/06, Caroline Maynard [EMAIL PROTECTED] wrote: I've recently started seeing the value Type::OpenDataObjectType returned from a getTypeEnum(). I was a bit surprised to see this - I know it was introduced some months back internally

Re: Much ado about nothing (Re: WSCOMMONS-131 and options for Tuscany SCA Java M2 release)

2006-11-29 Thread Davanum Srinivas
Aha! so there's a catch. We still haven't started the process for a Axis2 1.1.1. Hoping to do that with a thorough JIRA scrub this week or early next week. To see what needs to be fixed for a quick 1.1.1 release. Will let you all know when we have some idea. thanks, dims On 11/29/06, Simon Nash

Re: Pass-by-value support for remotable interfaces

2006-11-29 Thread Mike Edwards
Raymond, First point I need to make is that just because two components are in the same composite does not mean that they are automatically running in the same VM or even the same operating system process. Composites can span components running on different nodes (node = machine and/or o/s

Re: [jira] Commented: (TUSCANY-949) Incorrect set of extensions published to the maven repo

2006-11-29 Thread Jeremy Boynes
On Nov 29, 2006, at 4:00 AM, ant elder wrote: Looks like that answers all the questions and sounds convincing to me. We discussed doing this the other day and agreed it needed doing and based on that Simon went ahead and did the work for it, so I think we should go ahead and apply this to

Re: [C++] Removing dependency on Axis2C

2006-11-29 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 28/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: I'm in the process of porting Tuscany C++ to Mac OSX continuing the work that Oisin started. Axis2C does not have an OSX port yet (Oisin's supplied patch has not been applied) and I've

Re: [C++] Removing dependency on Axis2C

2006-11-29 Thread Pete Robbins
On 29/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 28/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: I'm in the process of porting Tuscany C++ to Mac OSX continuing the work that Oisin started. Axis2C does not have an OSX port

[C++] Path to the Python interpreter and library

2006-11-29 Thread Jean-Sebastien Delfino
Andy, I made small changes to the Linux scripts that start our Python based samples to use the PYTHON_LIB environment variable, if it is defined, to find the Python library and interpreter. If you don't have the PYTHON_LIB variable defined the behavior is as before, the default Python

Re: [C++] Path to the Python interpreter and library

2006-11-29 Thread Pete Robbins
On 29/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andy, I made small changes to the Linux scripts that start our Python based samples to use the PYTHON_LIB environment variable, if it is defined, to find the Python library and interpreter. If you don't have the PYTHON_LIB variable

Re: [C++] Changing the C++ BigBank and Calculator sample clients?

2006-11-29 Thread Pete Robbins
On 29/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, We have two C++ clients in the C++ Bigbank and Calculator samples. (1) Real SCA clients, which call the Bigbank and Calculator components directly. (2) Axis2C based Web Service clients, which do not use SCA at all to invoke the

Re: [C++] Changing the C++ BigBank and Calculator sample clients?

2006-11-29 Thread Simon Laws
On 11/29/06, Pete Robbins [EMAIL PROTECTED] wrote: On 29/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, We have two C++ clients in the C++ Bigbank and Calculator samples. (1) Real SCA clients, which call the Bigbank and Calculator components directly. (2) Axis2C based Web

Re: [C++] Changing the C++ BigBank and Calculator sample clients?

2006-11-29 Thread Pete Robbins
On 29/11/06, Simon Laws [EMAIL PROTECTED] wrote: On 11/29/06, Pete Robbins [EMAIL PROTECTED] wrote: On 29/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, We have two C++ clients in the C++ Bigbank and Calculator samples. (1) Real SCA clients, which call the Bigbank and

Re: Pass-by-value support for remotable interfaces

2006-11-29 Thread Raymond Feng
- Original Message - From: Mike Edwards [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, November 29, 2006 7:07 AM Subject: Re: Pass-by-value support for remotable interfaces Raymond, First point I need to make is that just because two components are in the same

Re: [C++] Path to the Python interpreter and library

2006-11-29 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 29/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andy, I made small changes to the Linux scripts that start our Python based samples to use the PYTHON_LIB environment variable, if it is defined, to find the Python library and interpreter. If you don't have the

Re: [C++] Removing dependency on Axis2C

2006-11-29 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 29/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 28/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: I'm in the process of porting Tuscany C++ to Mac OSX continuing the work that Oisin started. Axis2C does

[RDB DAS] Support for database schema categorization

2006-11-29 Thread Kevin Williams
Currently the DAS does nothing explicit in support of database schema designations on tables; generated writes do not include schema designations. I believe this is fine 80% of the time since – as far as I can tell – schemas are not usually “mixed” within an application. The most frequent use

Re: [C++] Path to the Python interpreter and library

2006-11-29 Thread Andrew Borley
On 11/29/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 29/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andy, I made small changes to the Linux scripts that start our Python based samples to use the PYTHON_LIB environment variable, if it is defined, to

Re: checkstyle rule modifications

2006-11-29 Thread Raymond Feng
Hi, I had promised to look into an Eclipse template for code formatting. Sorry for the long turnaround. Here's the Eclipse java code formatter that I customized. Please use this and let me know if there are cases where formatter produces ugly code that needs to be fixed. You can import this

Re: [RDB DAS] Support for database schema categorization

2006-11-29 Thread Brent Daniel
Kevin, I agree that mixed schema support is something we should provide. The changes required would actually be quite pervasive as, up to now, we have assumed that data is coming from a single schema. For example, a Table with a particular name would no longer necesarily be unique in a Config

Re: Creating proxies (fix for TUSCANY-862)

2006-11-29 Thread Jeremy Boynes
This became a little bigger than a breadbox :( There are still many places where we did not complete the transition from Java class-based IDL to using the abstract ServiceContract so some things will not work without a Java representation (e.g. the JDKOutboundInvocationHandler). I'll

[jira] Commented: (TUSCANY-911) default value of property( anntated with @Property) is set to null by default.

2006-11-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-911?page=comments#action_12454459 ] Raymond Feng commented on TUSCANY-911: -- I tried it locally but didn't see such a bahavior. Can you attach the test case (at least SCDL file)? Thanks,

[jira] Assigned: (TUSCANY-911) default value of property( anntated with @Property) is set to null by default.

2006-11-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-911?page=all ] Raymond Feng reassigned TUSCANY-911: Assignee: Raymond Feng default value of property( anntated with @Property) is set to null by default.

Re: conversational infrastructure

2006-11-29 Thread Ignacio Silva-Lepe
I have committed changes to integrate this infrastructure, specific comments inline. On 11/27/06, Jim Marino [EMAIL PROTECTED] wrote: I have made some progress on the persistence functionality for conversational support in the kernel. Here's a recap: 1. I moved the store into spi as that

OSGi sample posted

2006-11-29 Thread Hawkins, Joel
Jim, Nicole, I've posted my OSGi sample on my people.apache.org site - http://people.apache.org/~jhawkins/Tuscany/TuscanySample.zip There's a readme that describes the sample and how to run it. I've also included a snapshot of my Eclipse work area. The Tuscany binaries are based on a synch of

[C++] Digging data out of an SDO graph

2006-11-29 Thread Jean-Sebastien Delfino
We're starting to have pages of code in our various extensions (and sometimes duplicate code) to just dig data out of an SDO graph. This initially sounds pretty simple: - I have an SDO that I loaded from an XML element - I'd like to populate a C++ list with values of the child elements of that

[jira] Created: (TUSCANY-955) IllegalPropertyException thrown when loading MemoryStore

2006-11-29 Thread Ignacio Silva-Lepe (JIRA)
IllegalPropertyException thrown when loading MemoryStore Key: TUSCANY-955 URL: http://issues.apache.org/jira/browse/TUSCANY-955 Project: Tuscany Issue Type: Bug Components:

[jira] Commented: (TUSCANY-952) DAS must support queries that reference tables in different schemas

2006-11-29 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-952?page=comments#action_12454468 ] Kevin Williams commented on TUSCANY-952: Dev list thread here: http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg11282.html DAS must support

[jira] Assigned: (TUSCANY-955) IllegalPropertyException thrown when loading MemoryStore

2006-11-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-955?page=all ] Raymond Feng reassigned TUSCANY-955: Assignee: Raymond Feng IllegalPropertyException thrown when loading MemoryStore

[jira] Created: (TUSCANY-956) SDOFactory instance lookup is using the wrong namespace URI

2006-11-29 Thread Fuhwei Lwo (JIRA)
SDOFactory instance lookup is using the wrong namespace URI --- Key: TUSCANY-956 URL: http://issues.apache.org/jira/browse/TUSCANY-956 Project: Tuscany Issue Type: Bug

[jira] Resolved: (TUSCANY-955) IllegalPropertyException thrown when loading MemoryStore

2006-11-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-955?page=all ] Raymond Feng resolved TUSCANY-955. -- Resolution: Fixed fix is committed w/ r480749 IllegalPropertyException thrown when loading MemoryStore

Test case fails: LoanAppConversationTestCase

2006-11-29 Thread Raymond Feng
Hi, I'm seeing the following test case failure in trunk code. Raymond --- T E S T S --- Running loanappconversation.LoanAppConversationTestCase Applied: Loan application: [Customer: John

[jira] Updated: (TUSCANY-956) SDOFactory instance lookup is using the wrong namespace URI

2006-11-29 Thread Fuhwei Lwo (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-956?page=all ] Fuhwei Lwo updated TUSCANY-956: --- Attachment: tuscany-956.patch Here is the patch for fixing the problem. Please review. Thanks. SDOFactory instance lookup is using the wrong namespace URI

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

2006-11-29 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-562?page=all ] Yang ZHONG updated TUSCANY-562: --- Attachment: TypeImpl.562 Please review the attached patch. Thanks. Robustness of type inheritance -- Key:

Re: conversational infrastructure

2006-11-29 Thread Jim Marino
I replaced the existing conversational scope container with this new parallel one (and removed the parallel one). This required the ConversationalScopeObjectFactory to get a Store instance to pass to the new instance of the scope container it creates. To achieve this I autowired a Store

Re: Creating proxies (fix for TUSCANY-862)

2006-11-29 Thread Jim Marino
On Nov 29, 2006, at 1:20 PM, Jeremy Boynes wrote: This became a little bigger than a breadbox :( I think we're looking at a bread freighter ;-) Ignacio, you may want to sync with Jeremy if you haven't as this may impact you as well. I would like JDKInboundInvocationHandler to go away,

database update problem

2006-11-29 Thread Adriano Crestani
I created one table called cart with an auto-increment key on mysql, then I defined this table on the config.xml as containing an auto-increment key. Using SCO/DAS I create one tuple of the cart table, but no attribute is set. I know DAS only update one attribute tuple only if it has been

[jira] Created: (TUSCANY-957) DAS generates invalid INSERT statement when no properties are set on the new DO

2006-11-29 Thread Kevin Williams (JIRA)
DAS generates invalid INSERT statement when no properties are set on the new DO --- Key: TUSCANY-957 URL: http://issues.apache.org/jira/browse/TUSCANY-957 Project: Tuscany

Re: database update problem

2006-11-29 Thread Kevin Williams
Hello Adriano, No. It should not be working this way and thanks for finding this bug! The fact that a new Cart was added to the graph is recorded in the SDO change summary and indicates to the DAS that an INSERT should be generated. However, it looks like the DAS then generates the insert

[C++] Binding/Language Extensions - packaging

2006-11-29 Thread Pete Robbins
Our current method of packaging and loading an extension is fairly simple: we load all schema and libraries in the extensions path. This has a number of problems. 1. An extension may consist of more than one library e.g. libmy_extension.so and libmy_extension_utils.so. Our current loading scheme

Re: [C++] Binding/Language Extensions - packaging

2006-11-29 Thread Jean-Sebastien Delfino
Pete Robbins wrote: Our current method of packaging and loading an extension is fairly simple: we load all schema and libraries in the extensions path. This has a number of problems. 1. An extension may consist of more than one library e.g. libmy_extension.so and libmy_extension_utils.so.

Re: [C++] Binding/Language Extensions - packaging

2006-11-29 Thread Pete Robbins
On 30/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Our current method of packaging and loading an extension is fairly simple: we load all schema and libraries in the extensions path. This has a number of problems. 1. An extension may consist of more than one

Re: [C++] Binding/Language Extensions - packaging

2006-11-29 Thread Pete Robbins
On 30/11/06, Pete Robbins [EMAIL PROTECTED] wrote: On 30/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Our current method of packaging and loading an extension is fairly simple: we load all schema and libraries in the extensions path. This has a number