Re: Queries related to Component Property Loading

2006-10-02 Thread Venkata Krishnan
Hi Jim, I was going to touch upon that once I completed and posted a patch for review. I initially assumed that since our runtime was in Java, the implementation.system components would just about use the Java container. However I observed that they never touched the JavaComponentBuilder. Also

Re: Queries related to Component Property Loading

2006-10-02 Thread Venkata Krishnan
Hi Jim / Raymond, I have completed this... atleast from my little world of understand. I shall post the patch onto a JIRA. Meanwhile here is a summary that gives an idea of the changes that I have made. I have successfully tried a test with a component like this... component

Re: Queries related to Component Property Loading

2006-10-02 Thread Raymond Feng
5:52 AM Subject: Re: Queries related to Component Property Loading Hi Jim / Raymond, I have completed this... atleast from my little world of understand. I shall post the patch onto a JIRA. Meanwhile here is a summary that gives an idea of the changes that I have made. I have successfully

Re: Queries related to Component Property Loading

2006-10-02 Thread Venkata Krishnan
and I can help you review and apply it. Incremental changes are good and we can go step by step. Thanks, Raymond - Original Message - From: Venkata Krishnan [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, October 02, 2006 5:52 AM Subject: Re: Queries related to Component

Re: Queries related to Component Property Loading

2006-10-01 Thread Venkata Krishnan
: Re: Queries related to Component Property Loading Hi Raymond... thanks. Please see my understanding of this or more questions :) inline. In all of what you have mentioned I am not clear on the things that you'd like me to do. Please let me know. Thanks again. - Venkat. On 9/26/06

Re: Queries related to Component Property Loading

2006-10-01 Thread Jim Marino
Hi Venkat, One thing I wanted to make sure about below... On Oct 1, 2006, at 10:27 AM, Venkata Krishnan wrote: Hi Raymond, Just to keep you updated. I am working on this and have been able to get the simple type property working. i.e. properties are loaded properly from scdl. Then I

Re: Queries related to Component Property Loading

2006-09-27 Thread Raymond Feng
PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, September 26, 2006 1:51 AM Subject: Re: Queries related to Component Property Loading Hi Raymond... thanks. Please see my understanding of this or more questions :) inline. In all of what you have mentioned I am not clear on the things

Re: Queries related to Component Property Loading

2006-09-26 Thread Raymond Feng
Hi, Venkata. Please see my comments below. Thanks, Raymond - Original Message - From: Venkata Krishnan [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, September 25, 2006 2:52 AM Subject: Re: Queries related to Component Property Loading Hi Jeremy, Raymond, Hi Jeremy

Re: Queries related to Component Property Loading

2006-09-26 Thread Jim Marino
On Sep 25, 2006, at 11:58 PM, Raymond Feng wrote: - After all properties defined in the scdl have been loaded, the list of properties in the component type will be checked to see if there is any property who 'override' attribute is 'must' and is not defined as part of the component

Re: Queries related to Component Property Loading

2006-09-25 Thread Venkata Krishnan
Hi Jeremy, Raymond, Hi Jeremy / Raymond, - Here is what I propose to do w.r.t. Component Properties 1) I have added a new attribute called 'override' to capture the override options and have defined three constants 'must', 'may', 'no' that can be set to this attribute. I have done away with

Queries related to Component Property Loading

2006-09-19 Thread Venkata Krishnan
Hi Jeremy / Raymond, The context of my queries relate to the phase of loading Property and PropertyValues by reading the componentType info and the component definitions and then populating the spi model classes - Property and PropertyValue respectively. 1) I find that the DefaultValue in the

Re: Queries related to Component Property Loading

2006-09-19 Thread Jeremy Boynes
Couple of comments inline - I'll leave other areas to Raymond. On Sep 19, 2006, at 10:54 AM, Venkata Krishnan wrote: 1) I find that the DefaultValue in the class Property is supposed to be present as a Document instance. //Added by Venkat for this mail : should the following line