Re: Oak HTTP binding README -> Error 500 OakConstraint0055

2016-09-16 Thread Alex Parvulescu
Hi, OAK-4778 was already created around this topic [0]. The deeper issue here is that there is no one actively maintaining the module and simply providing this fix would only allow users to take a very small step forward and immediately hitting a new wall. For example (even with this fix) the

Re: Oak HTTP binding README -> Error 500 OakConstraint0055

2016-09-15 Thread Vikas Saurabh
Hi Joe, > -> http -j -b localhost:8080/test jcr\\:primaryType=oak:Unstructured foo=abc > bar:=123 While I'm not completely sure of the whole type validation machinery (or auto-generation) etc. But doing this: ``` diff --git

Oak HTTP binding README -> Error 500 OakConstraint0055

2016-09-15 Thread Joe Culjak
Hi, I’m encountering a 500 Error when following the README.md on github at https://github.com/apache/jackrabbit-oak/blob/trunk/oak-http/README.md. I’m just getting into it and feel that I’m missing something obvious. Steps to reproduce: 1. Cloned the repository and created an IntelliJ