OASIS fix required for JCA_11009
--------------------------------

                 Key: TUSCANY-3648
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3648
             Project: Tuscany
          Issue Type: Bug
    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.

Reply via email to