You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2009/04/22 04:12:47 UTC

[jira] Closed: (OPENEJB-1018) Support for exposing a single interface as @WebService, @Remote, and @Local

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