-
Notifications
You must be signed in to change notification settings - Fork 1
Pitfalls
Stephan Seifermann edited this page Nov 22, 2016
·
1 revision
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"/>
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"/>
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.