jackrabbit-oak build #3360: Broken

2014-02-13 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3360 Status: Broken Duration: 1799 seconds Commit: b0fbd70ff8842a68313b35d0425119801934fa58 (trunk) Author: Michael Duerig Message: OAK-1422: Large number of queued EventGenerator.Continuation on big transaction

Re: Pushing specific nodetype in oak

2014-02-13 Thread Tobias Bocanegra
Hi Davide, On Thu, Feb 13, 2014 at 2:48 AM, Davide Giannella wrote: > On 13/02/2014 10:22, Davide Giannella wrote: >> ... >> It will fire an http servlet from which I can post JSON payload for >> creating nodes but it manages all the nodes as String. >> > Sorry my bad. Wrong information. It won'

Use LoginModuleProxy (was: Make "Whiteboard" accessible through ContentRepository)

2014-02-13 Thread Tobias Bocanegra
Hi, On Thu, Feb 13, 2014 at 1:11 AM, Chetan Mehrotra wrote: > On Thu, Feb 13, 2014 at 12:45 PM, Tobias Bocanegra wrote: >> I don't quite follow. can you give an example of what would be in the >> jaas.conf and where you instantiate the ProxyLoginModule ? > > A rough sketch would be ... > > jaas.

Use LoginModuleProxy (was: Make "Whiteboard" accessible through ContentRepository)

2014-02-13 Thread Tobias Bocanegra
Hi, On Thu, Feb 13, 2014 at 8:55 AM, Jukka Zitting wrote: > Hi, > On Thu, Feb 13, 2014 at 4:11 AM, Chetan Mehrotra > wrote: >> Note here I preferred using the callback to get LM access the outer >> layer services instead of using a custom config. >> >> The custom config mode works fine in standa

Re: Make "Whiteboard" accessible through ContentRepository

2014-02-13 Thread Tobias Bocanegra
Hi, On Thu, Feb 13, 2014 at 8:34 AM, Jukka Zitting wrote: > On Wed, Feb 12, 2014 at 10:15 AM, Tobias Bocanegra wrote: >> But this LoginBackend is in the end something similar like a >> specialized ServiceRegistry. So why not use the whiteboard instead? > > You're seeing service registries everyw

Re: Make "Whiteboard" accessible through ContentRepository

2014-02-13 Thread Jukka Zitting
Hi, On Thu, Feb 13, 2014 at 4:11 AM, Chetan Mehrotra wrote: > Note here I preferred using the callback to get LM access the outer > layer services instead of using a custom config. > > The custom config mode works fine in standalone case where the > application is the sole user of JAAS system. He

Re: Make "Whiteboard" accessible through ContentRepository

2014-02-13 Thread Jukka Zitting
Hi, On Wed, Feb 12, 2014 at 10:15 AM, Tobias Bocanegra wrote: > But this LoginBackend is in the end something similar like a > specialized ServiceRegistry. So why not use the whiteboard instead? You're seeing service registries everywhere. :-) No, the idea of the LoginBackend is to be contain a

occasional failures on CompatibilityIssuesTest

2014-02-13 Thread Julian Reschke
Hi, occasionally these fail for me because the expected event does not occur before the 10s timeout. It turns out that this happens a) apparently only on Windows, and b) only for the RDB persistence. *When* it happens it seems to be caused by the Observation thread not getting started beca

Re: jackrabbit-oak build #3355: Broken

2014-02-13 Thread Julian Reschke
On 2014-02-13 11:21, Michael Dürig wrote: concurrent[4](org.apache.jackrabbit.oak.jcr.ConcurrentAddRemoveIT) Time elapsed: 17.599 sec <<< FAILURE! java.lang.AssertionError: javax.jcr.PathNotFoundException: Node with path /test does not exist. at org.junit.Assert.fail(Assert.java:93)

jackrabbit-oak build #3356: Fixed

2014-02-13 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3356 Status: Fixed Duration: 2510 seconds Commit: 08c192eb71f3bae1f907367b67675669b1f774cb (trunk) Author: Michael Duerig Message: OAK-1420: ConcurrentAddIT fails on buildbot revert temporary changes from r156786

Re: Pushing specific nodetype in oak

2014-02-13 Thread Davide Giannella
On 13/02/2014 10:22, Davide Giannella wrote: > ... > It will fire an http servlet from which I can post JSON payload for > creating nodes but it manages all the nodes as String. > Sorry my bad. Wrong information. It won't treat all the items as string but it doesn't consider the Date case https://

Pushing specific nodetype in oak

2014-02-13 Thread Davide Giannella
Good morning, for testing purposed I'd like to add nodes in oak with properties of a specific node types. In my specific case it will be a Date but any other JCR types could be needed. I'd like to test the end-to-end behaviour therefore I'm running oak with org.apache.jackrabbit.oak.run.Main ser

Re: jackrabbit-oak build #3355: Broken

2014-02-13 Thread Michael Dürig
concurrent[4](org.apache.jackrabbit.oak.jcr.ConcurrentAddRemoveIT) Time elapsed: 17.599 sec <<< FAILURE! java.lang.AssertionError: javax.jcr.PathNotFoundException: Node with path /test does not exist. at org.junit.Assert.fail(Assert.java:93) at org.apache.jackrabbit.oak.jcr.Concurr

jackrabbit-oak build #3355: Broken

2014-02-13 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3355 Status: Broken Duration: 1685 seconds Commit: 6050ac00bceca212511bd2705c76ba6a04dd459a (trunk) Author: Tommaso Teofili Message: OAK-1421 - add support for primary type filtering in Solr index git-svn-id: ht

buildbot success in ASF Buildbot on oak-trunk

2014-02-13 Thread buildbot
The Buildbot has detected a restored build on builder oak-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/oak-trunk/builds/4376 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: osiris_ubuntu Build Reason: scheduler Build Source Stam

Re: Make "Whiteboard" accessible through ContentRepository

2014-02-13 Thread Tobias Bocanegra
hi, On Thursday, February 13, 2014, Chetan Mehrotra wrote: > On Thu, Feb 13, 2014 at 12:45 PM, Tobias Bocanegra > > > wrote: > > I don't quite follow. can you give an example of what would be in the > > jaas.conf and where you instantiate the ProxyLoginModule ? > > A rough sketch would be ... >

Re: Make "Whiteboard" accessible through ContentRepository

2014-02-13 Thread Chetan Mehrotra
On Thu, Feb 13, 2014 at 12:45 PM, Tobias Bocanegra wrote: > I don't quite follow. can you give an example of what would be in the > jaas.conf and where you instantiate the ProxyLoginModule ? A rough sketch would be ... jaas.config oakAuth { org.apache.jackrabbit.oak.security.ProxyLoginModu

jackrabbit-oak build #3353: Fixed

2014-02-13 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3353 Status: Fixed Duration: 2601 seconds Commit: 0cbf77f53e8bd31fc250a96b02955b80a8b25ac9 (trunk) Author: Thomas Mueller Message: OAK-377 Data store garbage collection (fix tests) git-svn-id: https://svn.apache

jackrabbit-oak build #3352: Fixed

2014-02-13 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3352 Status: Fixed Duration: 2720 seconds Commit: ce8af97875ed5be7a8be8258ba767152b3bd1984 (trunk) Author: Thomas Mueller Message: OAK-377 Data store garbage collection (fix tests) git-svn-id: https://svn.apache