You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2014/03/26 18:57:17 UTC

[jira] [Created] (OAK-1622) Duplicate configuration services (regression of OAK-1476)

angela created OAK-1622:
---------------------------

             Summary: Duplicate configuration services (regression of OAK-1476)
                 Key: OAK-1622
                 URL: https://issues.apache.org/jira/browse/OAK-1622
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core
            Reporter: angela
            Assignee: Chetan Mehrotra
             Fix For: 0.20


[~chetanm], i just was trying to fix an issue with the token configuration options and found that in the OSGI setup the token and principal configuration service is present twice. i think this is caused by the changes you made for OAK-1476 introduced a regression with the principal and token configuration, namely the following lines:

{code}
[...]
compositePrincipalConfiguration.addConfiguration(new PrincipalConfigurationImpl(this));
[...]
compositeTokenConfiguration.addConfiguration(new TokenConfigurationImpl(this));
{code}

wdyt?






--
This message was sent by Atlassian JIRA
(v6.2#6252)