Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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.