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 2010/11/01 06:51:24 UTC

[jira] Closed: (OPENEJB-1390) openejb.strict.interface.declaration flag weeds out implied @Local interfaces

     [ https://issues.apache.org/jira/browse/OPENEJB-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins closed OPENEJB-1390.
----------------------------------

    Resolution: Fixed

> openejb.strict.interface.declaration flag weeds out implied @Local interfaces
> -----------------------------------------------------------------------------
>
>                 Key: OPENEJB-1390
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1390
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: deployment
>            Reporter: David Blevins
>            Assignee: David Blevins
>            Priority: Minor
>             Fix For: 3.1.4
>
>
> Previously the openejb.strict.interface.declaration flag applied only to disallowing the use of an interface that was annotated explicitly with both @Local and @Remote.  The scope of this flag has been expanded to deal with treating interfaces implemented by the bean as implicitly @Local.  With openejb.strict.interface.declaration set to true, interfaces will have to be explicitly annotated @Local or otherwise implied to be @Local per only the rules covered by the spec.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.