Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 325044 - Generate Ecore Model adds wrong backslashes to XML entities
Summary: Generate Ecore Model adds wrong backslashes to XML entities
Status: NEW
Alias: None
Product: EMFT
Classification: Modeling
Component: Emfatic (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Miguel Garcia CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-12 02:41 EDT by Eike Stepper CLA
Modified: 2010-09-12 02:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 " 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.