Writing Composite and Component Properties

2007-08-30 Thread Venkata Krishnan
Hi, I am working on https://issues.apache.org/jira/browse/TUSCANY-1482 and its mostly done - just the only thing related writing the property values. The Property class has this value as a xml Document already and it would be good if we could simply write that out. Right now I don't see a way

Re: Writing Composite and Component Properties

2007-08-30 Thread Raymond Feng
TransformerFactory.newInstance().newTransformer().transform(domSource, staxResult); Thanks, Raymond - Original Message - From: Venkata Krishnan [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, August 30, 2007 6:28 AM Subject: Writing Composite and Component Properties

Re: Writing Composite and Component Properties

2007-08-30 Thread Venkata Krishnan
: Venkata Krishnan [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, August 30, 2007 6:28 AM Subject: Writing Composite and Component Properties Hi, I am working on https://issues.apache.org/jira/browse/TUSCANY-1482 and its mostly done - just the only thing related

Re: Writing Composite and Component Properties

2007-08-30 Thread Raymond Feng
] To: tuscany-dev@ws.apache.org Sent: Thursday, August 30, 2007 11:50 AM Subject: Re: Writing Composite and Component Properties Hi Raymond, Thanks for responding. As far as I saw the stax-utils have only snapshots published. If this is indeed true then it seems like option 1 is better. But with option