On 21/08/2015 12:17, Bertrand Delacretaz wrote: > On Fri, Aug 21, 2015 at 12:11 PM, Julian Reschke > <[email protected]> wrote: >> ...It is still needed, as both persistence implementations (Mongo, RDB) are >> restricted to IDs of 512 bytes length (yes, bytes, not characters).... > Ok, thanks for the info! > > Interestingly, no oak-core or oak-jcr tests fail when I remove this > feature and test with Mongo, I'll dig deeper. > Did you run something like the following having a mongodb up and running? If not, could you try?
mvn clean install -PintegrationTesting -Dnsfixtures= Davide
