[
https://issues.apache.org/jira/browse/TUSCANY-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Laws resolved TUSCANY-3648.
---------------------------------
Resolution: Fixed
OASIS have fixed the test case now
> OASIS fix required for JCA_11009
> --------------------------------
>
> Key: TUSCANY-3648
> URL: https://issues.apache.org/jira/browse/TUSCANY-3648
> Project: Tuscany
> Issue Type: Bug
> Components: OASIS Compliance - OASIS
> Affects Versions: Java-SCA-2.0-M5
> Environment: All
> Reporter: Simon Laws
> Fix For: Java-SCA-2.0
>
>
> The implementation for TEST_JCA_11009Component1 has an incorrect interface
> name.
> @WebService( name="Service3Operations",
> endpointInterface="org.oasisopen.sca.test.Service3Operations.java")
> public class Service3OperationsWebServiceImpl {
> should read
> @WebService( name="Service3Operations",
> endpointInterface="org.oasisopen.sca.test.Service3Operations")
> public class Service3OperationsWebServiceImpl {
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.