Issue Type: Feature Request Feature Request
Assignee: Anil Saldhana
Created: 12/Jul/13 3:13 AM
Description:

See https://github.com/picketlink2/picketlink-console/blob/master/gui/src/main/java/org/picketlink/as/console/client/ui/federation/FederationPresenter.java#L78

@ProxyCodeSplit
    @NameToken(NameTokens.FEDERATION)
    @SubsystemExtension(name = "Federation", group = "PicketLink", key = "logging")
    public interface MyProxy extends Proxy<FederationPresenter>, Place {
    }

The subsystem key refers to the name of the subsystem. This is how we deetct presencen of the subsystem and decide wether or not the extension should be displayed in the console.

The picketlink extension refers to "logging", but should instead refer to "picketlink".

Project: PicketLink
Priority: Major Major
Reporter: Heiko Braun
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira