Re: LDAP synchronization

2014-10-16 Thread Jim . Tully
Follow up: jaas configuration: jackrabbit.oak { org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl sufficient; org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModule required sync.handlerName="default" idp.nam

LDAP synchronization

2014-10-16 Thread Jim . Tully
I am trying to get user / group synchronization working in Oak without OSGI. So far I have limited my experiments to the Main class in Oak-Run. I define and register the EIP and Synch managers (with real values): //Define IDP: LdapProviderConfig cfg = new LdapProviderConfig()

Re: 10-second delay in observation?

2014-10-16 Thread Michael Dürig
On 16.10.14 12:32 , Marcel Reutegger wrote: Hi, it doesn't really explain why it happens, but there is an open issue for the observation tests running on Oak. Some of them fail sporadically: https://issues.apache.org/jira/browse/JCR-3823 Might be the same root cause... Might be... However

Re: 10-second delay in observation?

2014-10-16 Thread Marcel Reutegger
Hi, it doesn't really explain why it happens, but there is an open issue for the observation tests running on Oak. Some of them fail sporadically: https://issues.apache.org/jira/browse/JCR-3823 Might be the same root cause... Regards Marcel On 16/10/14 09:13, "Bertrand Delacretaz" wrote: >H

Re: DocumentStore: StableRevisionComparator ignored the branch flag

2014-10-16 Thread Marcel Reutegger
Hi Thomas, yes, makes sense to change it. so far, this class was only used to sort revisions in the document maps where none of the revisions has a branch flag. but it's perfectly reasonable to also compare revisions from a branch and this should work as well. Regards Marcel On 16/10/14 07:54,

Re: Oak documentation and features added in specific versions

2014-10-16 Thread Thomas Mueller
+1 On 16/10/14 09:40, "Davide Giannella" wrote: >On 16/10/2014 06:01, Chetan Mehrotra wrote: >> 2. OR Update in trunk and mention that its a 1.0.8+ feature >> >+1 > >D. > >

Re: Oak documentation and features added in specific versions

2014-10-16 Thread Davide Giannella
On 16/10/2014 06:01, Chetan Mehrotra wrote: > 2. OR Update in trunk and mention that its a 1.0.8+ feature > +1 D.

Re: svn commit: r1631967 - /jackrabbit/oak/trunk/oak-tarmk-failover/pom.xml

2014-10-16 Thread Davide Giannella
On 15/10/2014 09:54, Alex Parvulescu wrote: >> Does the OSGi config allow comments? > Not sure, I haven't seen license headers in config files so far, but maybe > that's possible. > .config files looks like standard java properies one. if so it should be possible to add comments by preceding the li

10-second delay in observation?

2014-10-16 Thread Bertrand Delacretaz
Hi, I'm sometimes seeing a 10-second delay in delivering observation events, in Sling integration tests running on Oak 1.07 with TarMK. Details at SLING-4058. At this point I'm not sure if Oak or Sling is the culprit as I'm listening for the OSGi events that Sling generates, so not directly to Oa