You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2013/10/27 21:47:32 UTC

[jira] [Assigned] (DELTASPIKE-416) @Folder's name check/resolution is broken

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

Gerhard Petracek reassigned DELTASPIKE-416:
-------------------------------------------

    Assignee: Gerhard Petracek

> @Folder's name check/resolution is broken
> -----------------------------------------
>
>                 Key: DELTASPIKE-416
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-416
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: JSF-Module
>    Affects Versions: 0.5
>            Reporter: Thomas Andraschko
>            Assignee: Gerhard Petracek
>
> Example:
> @Folder(name = "views")
> public interface Views extends ViewConfig
> {
>     @Folder(name = "internal")
>     @Secured(value = LoggedInAccessDecisionVoter.class, errorView = Views.LoginRequired.class)
>     public interface Internal extends Views...
> The LoggedInAccessDecisionVoter will never be called.
> If i remove both @Folder annotations, it's working fine.



--
This message was sent by Atlassian JIRA
(v6.1#6144)