Re: [1.6.1] Modules missing from tuscany-sca-manifest.jar

2010-09-24 Thread Simon Nash
Luciano Resende wrote: On Tue, Sep 21, 2010 at 2:31 PM, Simon Nash n...@apache.org wrote: While verifying the contents of the Tuscany SCA 1.6.1 binary distribution I found a few Tuscany modules that are present in the modules directory and are included in the tuscany-sca-all bundle jar, but

Re: NPE in binding-jsonp-runtime test

2010-09-24 Thread Simon Laws
Another issue that's cropped up with this JSONP refactoring is that the JSONP model now depends on the implementation class for the HTTP model. This isn't reflected in the OSGi manisfests. For now I'll add them in but it's not great to be exposing the impl classes of a binding model as an SPI.

documenting the helloworld webapp sample

2010-09-24 Thread kelvin goodson
Can someone tell me how this is supposed to work please? I thought I recalled that it simply wrote Hello World to the catalina log if run in Tomcat, but I can't see how to prod it into action. Kelvin.

Re: samples again

2010-09-24 Thread Simon Laws
Hi Kelvin I just edited the new samples doc page you created [1] to make some suggestions about 1/ locating some of the helloworld samples 2/ removing launcher from the front of the running-tuscany samples 3/ moving the implementation-osgi sample up one level and hence loosing the sub-directory

Re: samples again

2010-09-24 Thread kelvin goodson
OK, thanks Simon, I'll take a look. Kelvin. On Fri, Sep 24, 2010 at 4:43 PM, Simon Laws simonsl...@googlemail.com wrote: Hi Kelvin I just edited the new samples doc page you created [1] to make some suggestions about 1/ locating some of the helloworld samples 2/ removing launcher from

[jira] Created: (TUSCANY-3686) Impl classes in OSGi exports

2010-09-24 Thread Simon Laws (JIRA)
Impl classes in OSGi exports Key: TUSCANY-3686 URL: https://issues.apache.org/jira/browse/TUSCANY-3686 Project: Tuscany Issue Type: Bug Components: Java SCA OSGi Integration Affects Versions:

[jira] Created: (TUSCANY-3687) Can we get rid of ranking on endpoint registry implementations?

2010-09-24 Thread Simon Laws (JIRA)
Can we get rid of ranking on endpoint registry implementations? --- Key: TUSCANY-3687 URL: https://issues.apache.org/jira/browse/TUSCANY-3687 Project: Tuscany Issue Type:

[jira] Created: (TUSCANY-3688) The sample webapp helloworld-js-client fails

2010-09-24 Thread Simon Laws (JIRA)
The sample webapp helloworld-js-client fails Key: TUSCANY-3688 URL: https://issues.apache.org/jira/browse/TUSCANY-3688 Project: Tuscany Issue Type: Bug Components: Java SDO Samples

Services are called back twice with binding.jms

2010-09-24 Thread Raymond Feng
Hi, I added an itest under itest/async-interactions to demonstrate the various ways of async interactions between two components. Most of the parts are working except for the following one: itest.CreditCardTestCase.testCreditCardSCAAsyncWithCallback() From the console output below, it seems