You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jacek Laskowski (JIRA)" <ji...@apache.org> on 2007/12/28 21:04:43 UTC

[jira] Updated: (OPENEJB-583) Method-level @ExcludeClassInterceptors disables class-level @ExcludeDefaultInterceptors

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

Jacek Laskowski updated OPENEJB-583:
------------------------------------

    Summary: Method-level @ExcludeClassInterceptors disables class-level @ExcludeDefaultInterceptors  (was: Problems excluding default interceptor)

The summary describes the last part of the issue report that could be reproduced. The remaining parts should have their own issues and will certainly do when they're reproduced.

> Method-level @ExcludeClassInterceptors disables class-level @ExcludeDefaultInterceptors
> ---------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-583
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-583
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: interceptors
>    Affects Versions: 3.0-beta-1
>            Reporter: Prasad Kashyap
>            Assignee: Jacek Laskowski
>             Fix For: 3.0-beta-2
>
>
> http://www.nabble.com/forum/ViewPost.jtp?post=10271166&framed=y&skin=2756
> This problem exists uniformly for both annotation specified and DD specificied interceptors
> If you try to exclude a class from default interceptors, the lifecycle events are excluded but some of the business methods are not.
> When a @ExcludeDefault is specified at the class level, default interceptors are excluded only for those business methods that do not have a @ExcludeClass specified on them. 
> If a business method has a @ExcludeClass specified on it, it ignores the @ExcludeDefault specified for the whole class (either by annotation or xml).

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