Re: [GSoC] XML Schema validation error when running a new implementation type

2011-08-04 Thread Simon Laws
On Fri, Jul 29, 2011 at 2:55 PM, ant elder ant.el...@gmail.com wrote: On Fri, Jul 29, 2011 at 2:41 PM, Guilherme Armigliatto guilhermearmiglia...@gmail.com wrote: Hi, I have created a simple test case to test the implementation.scala. However, when a I try to execute it I get the following

Re: Problem when using one Tuscany SCA service component inside another such service.

2011-08-04 Thread Simon Laws
On Wed, Jul 27, 2011 at 5:13 PM, Subash Chaturanga subash...@gmail.com wrote: Hi devs, I am a tuscany user in Apache PhotArk and I have an unexpected issue with my two services and I tried to resolve this many times, but couldn't figure out a way. I have implemented two working tuscany SCA

Re: Problem when using one Tuscany SCA service component inside another such service.

2011-08-04 Thread Simon Laws
On Thu, Aug 4, 2011 at 9:30 AM, Luciano Resende luckbr1...@gmail.com wrote: On Thu, Aug 4, 2011 at 1:23 AM, Simon Laws simonsl...@googlemail.com wrote: On Wed, Jul 27, 2011 at 5:13 PM, Subash Chaturanga subash...@gmail.com wrote: Hi devs, I am a tuscany user in Apache PhotArk and I have an

[jira] [Closed] (TUSCANY-3904) SCAClientFactory.getService() may use wrong binding when referencing a promoted service

2011-08-04 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws closed TUSCANY-3904. --- Resolution: Fixed Fix Version/s: Java-SCA-2.0 Thanks for the patch Greg. Applied at

Re: getting TooManyReferenceTargets when overriding binding uri of promoted reference

2011-08-04 Thread Simon Laws
On Wed, Aug 3, 2011 at 8:37 PM, Greg Dritschler greg.dritsch...@gmail.com wrote: I have the following composites: Composite A has a component reference myService with binding.sca uri=X.  The reference is promoted. Composite B has a component that uses A as its implementation.  It redefines

Re: Question regarding SCAClientFactory.getService() and promoted service

2011-08-04 Thread Simon Laws
On Mon, Aug 1, 2011 at 4:30 PM, Mike Edwards mike.edwards.inglen...@gmail.com wrote: Folks, Simple answer to Scott's questions: On 26/07/2011 16:08, Scott Kurz wrote: Trying to understand myself as the spec doesn't seem crystal clear... I assume we'd agree also that the answer should be

Re: svn commit: r1151632 - in /tuscany/sca-java-2.x/trunk/modules/binding-sca-runtime: ./ META-INF/ src/main/java/org/apache/tuscany/sca/binding/local/ src/main/java/org/apache/tuscany/sca/binding/sca

2011-08-04 Thread Simon Laws
On Thu, Jul 28, 2011 at 3:59 PM, Scott Kurz sku...@gmail.com wrote: Ant, What you're saying rings as a bell, as I remember not too long ago noticing a wsdl gen in a place I hadn't been familiar with. In trying to find it, I think it may have been in, e.g.,

[jira] [Assigned] (TUSCANY-3907) ASM90005 error when a deployable composite is used as the implementation of another deployable composite

2011-08-04 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-3907: --- Assignee: Simon Laws ASM90005 error when a deployable composite is used as the

[jira] [Updated] (TUSCANY-3906) Enhancement to ThreadMessageContext enabling external tooling to retrieve the previous message context in a given invocation chain.

2011-08-04 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-3906: Affects Version/s: (was: Java-SCA-2.x) Java-SCA-2.0 Fix

Re: getting TooManyReferenceTargets when overriding binding uri of promoted reference

2011-08-04 Thread Mike Edwards
On 04/08/2011 10:27, Simon Laws wrote: On Wed, Aug 3, 2011 at 8:37 PM, Greg Dritschler greg.dritsch...@gmail.com wrote: I have the following composites: Composite A has a component reference myService with binding.sca uri=X. The reference is promoted. Composite B has a component that uses A

Re: getting TooManyReferenceTargets when overriding binding uri of promoted reference

2011-08-04 Thread Greg Dritschler
From the assembly spec on component references: 900 binding : Binding (0..n) - A reference element has zero or more binding elements as children. If no 901 binding elements are specified for the reference, then the bindings specified for the equivalent 902 reference in the componentType of the

Re: getting TooManyReferenceTargets when overriding binding uri of promoted reference

2011-08-04 Thread Simon Laws
On Thu, Aug 4, 2011 at 2:27 PM, Greg Dritschler greg.dritsch...@gmail.com wrote: From the assembly spec on component references: 900 binding : Binding (0..n) - A reference element has zero or more binding elements as children.  If no 901 binding elements are specified for the reference, then

[jira] [Commented] (TUSCANY-3907) ASM90005 error when a deployable composite is used as the implementation of another deployable composite

2011-08-04 Thread Greg Dritschler (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13079375#comment-13079375 ] Greg Dritschler commented on TUSCANY-3907: -- Composites are being cloned so this

[jira] [Issue Comment Edited] (TUSCANY-3907) ASM90005 error when a deployable composite is used as the implementation of another deployable composite

2011-08-04 Thread Greg Dritschler (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13079375#comment-13079375 ] Greg Dritschler edited comment on TUSCANY-3907 at 8/4/11 1:37 PM:

Re: Problem installing one deployable that uses another deployable's component as an implementation

2011-08-04 Thread Simon Laws
On Tue, Aug 2, 2011 at 3:23 PM, Greg Dritschler greg.dritsch...@gmail.com wrote: I opened JIRA TUSCANY-3907 and attached test case. So when we reference a composite as an component implementation we clone the referenced (and already resolved) composite model at the start of the build phase.

Re: [VOTE] Release Tuscany SCA 2.0-Beta3 RC2

2011-08-04 Thread ant elder
Thanks Florian. And +1 from me obviously, so we need one more vote...anyone? ...ant On Thu, Aug 4, 2011 at 5:10 AM, Florian Moga moga@gmail.com wrote: Things are looking good to me. Here's my +1. Sorry for the late response. Florian On Wed, Aug 3, 2011 at 1:38 AM, ant elder

Re: getting TooManyReferenceTargets when overriding binding uri of promoted reference

2011-08-04 Thread Mike Edwards
On 04/08/2011 14:27, Greg Dritschler wrote: From the assembly spec on component references: 900 binding : Binding (0..n) - A reference element has zero or more binding elements as children. If no 901 binding elements are specified for the reference, then the bindings specified for the

Re: [VOTE] Release Tuscany SCA 2.0-Beta3 RC2

2011-08-04 Thread Scott Kurz
I ran a couple samples, including store, looked over a few README-type things..and built a real simple app in Eclipse, and that all looked good, so +1 from me. Thanks Ant and sorry it took so long. Scott

Re: getting TooManyReferenceTargets when overriding binding uri of promoted reference

2011-08-04 Thread Greg Dritschler
Thanks Mike. 5018 is close to my test. In 5018, the inner composite (TestComposite10) has the binding on the COMPOSITE reference. In my test, the inner composite has the binding on the COMPONENT reference, and the COMPOSITE reference promotes that reference without specifying any bindings (so

[RESULT][VOTE] Release Tuscany SCA 2.0-Beta3 RC2

2011-08-04 Thread ant elder
Passed with +1s from Ant, Florian, and Scott. Thanks for voting, I'll go publish the release. ...ant On Thu, Jul 28, 2011 at 9:29 PM, ant elder ant.el...@gmail.com wrote: Please review and vote on the 2.0-Beta3 RC2  release artifacts. The artifacts are available at: