The samples/launcher-embedded-jse test case contains the following two test methods:

public class LauncherTestCase {

    @Test
    public void testCOntributionBindingSCACalculator() throws Exception {
SampleJSELauncher.main(new String[] {"contribution-binding-sca-calculator"});
    }

    @Test
    public void testCOntributionBindingWSCalculator() throws Exception {
SampleJSELauncher.main(new String[] {"contribution-binding-ws-calculator"});
    }
}

These two test methods just bootstrap the Tuscany runtime and invoke a simple business method on a Java component.

On my laptop, testContributionBindingSCACalculator takes 1.5 sec, but testContributionBindingWSCalculator() takes 19.5 sec.

Are others seeing that too? Any idea where the 18 sec are spent? Is that time just spent bootstrapping the Web Service binding?

--
Jean-Sebastien

Reply via email to