SEI should be able to implements java.rmi.Remote
------------------------------------------------

                 Key: CXF-2436
                 URL: https://issues.apache.org/jira/browse/CXF-2436
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.2.3
         Environment: any
            Reporter: Raffaele Spazzoli


If a SEI implementation class implements java.rmi.Remote the java2wsdl tool 
complain with the following error: "JAXWS SEI can not implement
java.rmi.Remote interface." The error is raised by JaxwsServiceBuilder class. 
Apparently there is no reason for this check, the jsr181 specification says:
"The service endpoint interface MAY extend java.rmi.Remote either directly or 
indirectly, but is not REQUIRED to do so."
This check is active only for the WSDL generation phase, ie a service 
implementation class implementing java.rmi.Remote can be successfully activated 
as a cxf service.
If confirmed to be a bug the check should be removed.


-- 
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