Open eclipse-ocl-bot opened 2 months ago
By Ed Willink on Mar 13, 2017 13:45
Much simpler repro:
<?xml version="1.0" encoding="UTF-8"?>\ <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="my" nsURI="http://my" nsPrefix="my">\
By Ed Willink on Mar 13, 2017 14:13
Repro in ewillink/427289 hits an early problem with metamodel schizophrenia between installed/referenced Ecore. Probably Bug 510503.
The user ResourceSet should be using relative-Ecore.
The tooling ResourceSet should be using nsURI-Ecore.
There should be no confusion.
| --- | --- | | Bugzilla Link | 427289 | | Status | NEW | | Importance | P3 normal | | Reported | Feb 03, 2014 11:24 EDT | | Modified | Mar 13, 2017 14:13 EDT | | Depends on | 510503 | | Reporter | Adolfo Sanchez-Barbudo Herrera |
Description
Luna M5
Repro:
If you follow this repro in master it doesn't happen. So there is some "bit" which I've not been able to discover which is producing the wrong serialization behaviour. At least, now there is a repro.
Regards,\ Adolfo.