← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Created: (SCAJ-26) Spring test client hardcoded to use the Tuscany runtime

From
OASIS Issues Tracker <>
Date
2013-04-04T10:49:14+00:00
ID
68597256.8661365072541534.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Created: (SCAJ-26) Spring test client hardcoded to use the Tuscany runtime
Spring test client hardcoded to use the Tuscany runtime
-------------------------------------------------------

                 Key: SCAJ-26
                 URL: http://tools.oasis-open.org/issues/browse/SCAJ-26
             Project: OASIS Service Component Architecture / J (SCA-J) TC
          Issue Type: Bug
          Components: Spring Testcases
    Affects Versions: 1.1
            Reporter: Mike Edwards


It appears the Spring test client is hardcoded to use the Tuscany runtime:

public class SpringTestRunner extends BaseJAXWSTestRunner {

protected static final URI DOMAIN = URI.create("default");

@Override
    public String invokeTest( String input ) throws Exception {
// TestService service = SCAClientFactory.newInstance(DOMAIN).getService(TestService.class, testConfiguration.getServiceName());
TestService service = TuscanyRuntimeBridge.instance.node.getService(TestService.class, testConfiguration.getServiceName());
return service.testIt(input);
    }
}



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →