OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-j message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]