Instructions
============

CDO
---

1. Export the cdo.remoteQuery.cdoServer.product to a directory, run it
   once, close it and place an appropriate cdo-server.xml file (it can
   be adapted from a stock CDO product, just by changing the path to
   the embedded DB).

2. Leave the CDO server product running in the background.

3. Use the cdo.remoteQuery.product to import the .xmi file into the
   server, passing something like:

       import tcp://127.0.0.1:2036 repo1 /path/to/model.xmi /model

4. Once it is imported, you may run the desired OCL query using the
   same product, but passing something like:

       tcp://127.0.0.1:2036 5 100 repo1 /path/to/query.ocl

