Re: Opening the Getting Started - Online store PDF?

2007-10-04 Thread Venkata Krishnan
I've started with a couple of pages for now and will complete it in the next few days. Let me know if this seems ok.. http://cwiki.apache.org/confluence/display/TUSCANY/Getting+Started+with+Tuscany - Venkat On 10/4/07, Venkata Krishnan [EMAIL PROTECTED] wrote: +1 and I can help. - Venkat

Re: Build problems in trunk

2007-10-04 Thread Venkata Krishnan
I just updated the trunk and did a clean build and it is SUCCESSFUL! - Venkat On 10/4/07, Simon Laws [EMAIL PROTECTED] wrote: I've been trying to get a clean build for a long time today so I can check the Domain/Node changes in and I can't manage it. This is what I'm seeing now... [INFO]

Re: Opening the Getting Started - Online store PDF?

2007-10-04 Thread Venkata Krishnan
Just updated the page title - here is the changed link... http://cwiki.apache.org/confluence/display/TUSCANY/Getting+Started+with+Tuscany+Release+1.0 On 10/4/07, Venkata Krishnan [EMAIL PROTECTED] wrote: I've started with a couple of pages for now and will complete it in the next few days.

Re: [DISCUSS] SCA Domain

2007-10-04 Thread ant elder
On 10/1/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 9/27/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip Why all the static and abstract methods? Is there a reason SCADomain couldn't just be an interface with a separate SCADomainFactory for

Re: [DISCUSS] SCA Domain

2007-10-04 Thread ant elder
On 10/1/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 9/29/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip Here's sample code to illustrate that use case:

[jira] Updated: (TUSCANY-1827) SDO Types based PK map needed in GraphMerger

2007-10-04 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amita Vadhavkar updated TUSCANY-1827: - Attachment: 1827.patch changes in:-

Re: A demo application to showcase our XML integration story

2007-10-04 Thread ant elder
On 10/4/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I put together a demo application to showcase our XML integration story. The business scenario is derived from the bigbank demo and the main function is to calculate the total value (using a selected currency) of a customer who has

[jira] Commented: (TUSCANY-1765) Component implementation has wrong intent

2007-10-04 Thread Venkatakrishnan (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532395 ] Venkatakrishnan commented on TUSCANY-1765: -- Hi.. thanks for the patch. This does solve the problem to

[jira] Created: (TUSCANY-1831) Make SDOPackageRegistryDelegator pluggable

2007-10-04 Thread Ron Gavlin (JIRA)
Make SDOPackageRegistryDelegator pluggable -- Key: TUSCANY-1831 URL: https://issues.apache.org/jira/browse/TUSCANY-1831 Project: Tuscany Issue Type: Improvement Components: Java SDO

Re: Build problems in trunk

2007-10-04 Thread Simon Laws
On 10/4/07, Venkata Krishnan [EMAIL PROTECTED] wrote: I just updated the trunk and did a clean build and it is SUCCESSFUL! - Venkat On 10/4/07, Simon Laws [EMAIL PROTECTED] wrote: I've been trying to get a clean build for a long time today so I can check the Domain/Node changes in and

Re: could databinding-axiom Object2OMElement construct a default elem?

2007-10-04 Thread Scott Kurz
Yes, SimpleJavaType2Node does this. Raymond, do you think it would be better to use the same QName for the dummy element: {http://tuscany.apache.org/xmlns/sca/databinding/dom/1.0;, root} or a different one, scoped to the Axiom DB? Scott On 10/3/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi,

concerns w/ Tuscany databinding framework and Java-centric databindings

2007-10-04 Thread Scott Kurz
I wonder what we think about the Tuscany databinding framework and how it could be used with Java-centric databindings (as opposed to say, XML-based databindings). Say I'm writing a binding which will use Java serialization to send/receive data over the binding transport. One approach would be

Using Tuscany as a library

2007-10-04 Thread Rajini Sivaram
Hello, I would like to use Tuscany as a library (rather than a runtime) to parse a reference or service definition containing bindings, and obtain a proxy to a service. At the moment, I create a composite containing a dummy component with a reference, and then create an SCA domain, add a

[jira] Created: (TUSCANY-1832) Complex type w/simple content restriction facets are ignored

2007-10-04 Thread Ron Gavlin (JIRA)
Complex type w/simple content restriction facets are ignored Key: TUSCANY-1832 URL: https://issues.apache.org/jira/browse/TUSCANY-1832 Project: Tuscany Issue Type: Bug

[jira] Commented: (TUSCANY-1830) SimpleType extension across mixed static/dynamic namespaces is broken

2007-10-04 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532454 ] Ron Gavlin commented on TUSCANY-1830: - I am planning to submit a patch for this in the near future. - Ron

Re: could databinding-axiom Object2OMElement construct a default elem?

2007-10-04 Thread Raymond Feng
Hi, Initially I was trying to use the same dummy root element for all databindings. But I ran into an issue with SDO databinding which seems to be only happy with commonj.sdo namespace. At this moment, it's one dummy namespace per databinding. Thanks, Raymond - Original Message -

[jira] Commented: (TUSCANY-1814) Large memory footprint with large wsdl/schemas

2007-10-04 Thread Sunny Ip (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532470 ] Sunny Ip commented on TUSCANY-1814: --- There was no stacktrace in the console, but stepping into the code, I see

Re: concerns w/ Tuscany databinding framework and Java-centric databindings

2007-10-04 Thread Raymond Feng
Hi, Please see my comments inline. Thanks, Raymond - Original Message - From: Scott Kurz [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, October 04, 2007 6:13 AM Subject: concerns w/ Tuscany databinding framework and Java-centric databindings I wonder what we

Adding intents and policy sets to JavaImplementation instances

2007-10-04 Thread Venkata Krishnan
Hi, As I am extending policy support for implementations I realize that we have trouble with aggregating intents and policysets in an JavaImplementation instance. The reason for this is that JavaImplementation instances could be reused in cases where two or more components provide services thro

[jira] Commented: (TUSCANY-1814) Large memory footprint with large wsdl/schemas

2007-10-04 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532496 ] Raymond Feng commented on TUSCANY-1814: --- Hi, Can you try to pick up r581976 to see it fixes your problem?

[jira] Created: (TUSCANY-1833) XML2JavaBeanTransformer has problem transforming to beans with array fields

2007-10-04 Thread Jiang Chen (JIRA)
XML2JavaBeanTransformer has problem transforming to beans with array fields --- Key: TUSCANY-1833 URL: https://issues.apache.org/jira/browse/TUSCANY-1833 Project: Tuscany

[jira] Commented: (TUSCANY-1832) Complex type w/simple content restriction facets are ignored

2007-10-04 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532517 ] Ron Gavlin commented on TUSCANY-1832: - See Eclipse EMF bug

[jira] Commented: (TUSCANY-1814) Large memory footprint with large wsdl/schemas

2007-10-04 Thread Chris Lo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532555 ] Chris Lo commented on TUSCANY-1814: --- Hi Raymond, We have tested r581976 that you mentioned. The null pointer

[jira] Commented: (TUSCANY-1832) Complex type w/simple content restriction facets are ignored

2007-10-04 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532563 ] Ron Gavlin commented on TUSCANY-1832: - It turns out the EMF bug I opened is a duplicate of

[jira] Commented: (TUSCANY-1832) Complex type w/simple content restriction facets are ignored

2007-10-04 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532564 ] Ron Gavlin commented on TUSCANY-1832: - My previous statement was incorrect. This bug is fixed in EMF 2.2.3.

[jira] Updated: (TUSCANY-1814) Large memory footprint with large wsdl/schemas

2007-10-04 Thread Sunny Ip (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunny Ip updated TUSCANY-1814: -- Attachment: trninq.zip Attached a zip containing a single wsdl and the dependent schemas. The