[
https://issues.apache.org/jira/browse/OPENEJB-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Blevins closed OPENEJB-1018.
----------------------------------
Resolution: Fixed
This is now supported:
@Local
@Remote
@WebService
public interface Everything {
public Object echo(Object o);
}
public class SuperBean implements Everything {
public Object echo(Object o) {
return o;
}
}
> Support for exposing a single interface as @WebService, @Remote, and @Local
> ---------------------------------------------------------------------------
>
> Key: OPENEJB-1018
> URL: https://issues.apache.org/jira/browse/OPENEJB-1018
> Project: OpenEJB
> Issue Type: New Feature
> Components: container system, deployment
> Reporter: David Blevins
> Assignee: David Blevins
> Fix For: 3.1.1
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.