1. The rest application and explorer are not running on the same database by default. You need to point them to the same database, which brings us to point 2 2. By default, both explorer use an in memory database (NOT shared between the two). Use a 'real' database like Mylsq, postgtres, etc and point both to it.