Thomas Andraschko created DELTASPIKE-416:
--------------------------------------------
Summary: @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
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)