Skip to content

Pitfalls

Stephan Seifermann edited this page Nov 22, 2016 · 1 revision

OCL

The OCL package cannot be registered dynamically but have to be registered manually. Add the following lines to your repository configuration:

<initialPackage nsURI="http://www.eclipse.org/ocl/1.1.0/OCL/Expressions"/>
<initialPackage nsURI="http://www.eclipse.org/ocl/1.1.0/OCL/Types"/>
<initialPackage nsURI="http://www.eclipse.org/ocl/1.1.0/OCL/Utilities"/>

QVT-O Trace

The meta model for the QVT-O trace should be registered statically. Add the following lines to your repository configuration:

<initialPackage nsURI="http:///www.eclipse.org/m2m/qvt/operational/trace.ecore"/>

JDBC Exception on Startup

After adding the initialPackage statements, the CDO server might crash at the second start. As a workaround, you can simply remove the configuration statements again. Nevertheless, we issues a bug report to address this issue in the CDO implementation itself.

Clone this wiki locally