Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 325044

Summary: Generate Ecore Model adds wrong backslashes to XML entities
Product: [Modeling] EMFT Reporter: Eike Stepper <stepper>
Component: EmfaticAssignee: Miguel Garcia <miguel.garcia>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Eike Stepper CLA 2010-09-12 02:41:50 EDT
After conversion of an Emfatic source to an Ecore model I find XML entities like &quot; wrongly escaped:

    <eAnnotations source="teneo.jpa">
      <details key="value" value="@Entity(name=\&quot;BaseOrder\&quot;)"/>
    </eAnnotations>
    <eStructuralFeatures xsi:type="ecore:EReference" name="orderDetails" upperBound="-1"
        eType="#//OrderDetail" containment="true" eOpposite="#//OrderDetail/order"/>


Going through Generate Emfatic Source and Generate Ecore Model in a cycle, without chnaging anything myself, adds multpile back slashes.