ObeoNetwork / POOSL

Eclipse Public License 2.0
1 stars 0 forks source link

BasicClasses loading breaks Sirius Session #76

Open mypsycho opened 2 years ago

mypsycho commented 2 years ago

EObject from BasicClasses.poosl is not provided by Xtext resourceSet. This break part of Sirius refresh.

org.eclipse.sirius.tools.api.interpreter.InterpreterRegistry.getInterpreter(EObject) fails to find the session.

mypsycho commented 2 years ago

This ticket is related to #59 . When reworking on PooslCache, this mechanism must be cleaned to load BasicClasses through the resource set.