Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » M2T (model-to-text transformation) » Stereotype Problems(getAppliedStereotypes returns null)
Stereotype Problems [message #827812] Fri, 23 March 2012 20:38 Go to next message
Daniel Riquelme is currently offline Daniel RiquelmeFriend
Messages: 2
Registered: March 2012
Location: Chile
Junior Member
Hi,

I am working with a model that is extended by a custom Profile. The model has some classes and properties that are stereotyped. When I open the model in Topcased the stereotypes are shown. But when I call "getAppliedStereotypes" from an acceleo template the result is always null.
I figured I could find something by debugging the uml classes, but I only found that when the model is loaded from acceleo the methods that return the stereotypes i.e.: getNonNavigableInverseReferences always return null.
But when the model is loaded from the uml editor this methods will return as expected.
The only noticeable difference with both scenarios is that the URIs for the model an profile are absolute when loaded from acceleo and relative when loaded from the uml editor.
I'm lost here and I found no evidence of other people having this problem so I guess I'm missing something pretty simple.
Any ideas ?

Model
<?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.1" xmlns:xmi="hhttpp://schema.omg.org/spec/XMI/2.1" xmlns:xsi="hhttpp://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="hhttpp://www.eclipse.org/emf/2002/Ecore" xmlns:ofbizprofile="hhttpp:///schemas/ofbizprofile/_6D428HTwEeGwJIM2VpnDkA/11" xmlns:uml="hhttpp://www.eclipse.org/uml2/3.0.0/UML" xsi:schemaLocation="hhttpp:///schemas/ofbizprofile/_6D428HTwEeGwJIM2VpnDkA/11 ../RIABCommon/modelo/ofbiz.profile.uml#_6OOesHTwEeGwJIM2VpnDkA">
  <uml:Model xmi:id="_qb8akM37EdqwVrslYOdUDA">
    <packagedElement xmi:type="uml:Package" xmi:id="_w8IxIM37EdqwVrslYOdUDA" name="modelo">
      <packagedElement xmi:type="uml:Class" xmi:id="_jcSlwHQxEeG9UItNWMxIQw" name="Factura">
        <ownedAttribute xmi:id="_ygvcYHQxEeG9UItNWMxIQw" name="facturaId"/>
        <ownedAttribute xmi:id="_B5ApEHRBEeGzbokFXp-YXA" name="casoId"/>
        <ownedAttribute xmi:id="_CwuyoHTuEeGwJIM2VpnDkA" name="numeroFactura" type="_uPnjYHULEeGwJIM2VpnDkA"/>
        <ownedAttribute xmi:id="_EsVjsHTuEeGwJIM2VpnDkA" name="fechaEmision">
          <type xmi:type="uml:PrimitiveType" href="../RIABCommon/modelo/ofbiz.profile.uml#_xNA84HTwEeGwJIM2VpnDkA"/>
        </ownedAttribute>
        <ownedAttribute xmi:id="_GGyvgHTuEeGwJIM2VpnDkA" name="fechaVencimiento">
          <type xmi:type="uml:PrimitiveType" href="../RIABCommon/modelo/ofbiz.profile.uml#_xNA84HTwEeGwJIM2VpnDkA"/>
        </ownedAttribute>
        <ownedAttribute xmi:id="_Ogb7AHTuEeGwJIM2VpnDkA" name="statusId"/>
        <ownedAttribute xmi:id="_do8yQHTuEeGwJIM2VpnDkA" name="materiaId"/>
        <ownedAttribute xmi:id="_fcLqcHTuEeGwJIM2VpnDkA" name="clienteId"/>
        <ownedAttribute xmi:id="_giADAHTuEeGwJIM2VpnDkA" name="deudorId"/>
        <ownedAttribute xmi:id="_hgqqsHTuEeGwJIM2VpnDkA" name="direccion"/>
        <ownedAttribute xmi:id="_ivOvkHTuEeGwJIM2VpnDkA" name="paisId"/>
        <ownedAttribute xmi:id="_jxwjkHTuEeGwJIM2VpnDkA" name="comunaId"/>
        <ownedAttribute xmi:id="_ySrPUHTuEeGwJIM2VpnDkA" name="regionId"/>
        <ownedAttribute xmi:id="_zqIxgHTuEeGwJIM2VpnDkA" name="ciudad"/>
        <ownedAttribute xmi:id="_0k6XsHTuEeGwJIM2VpnDkA" name="montoBruto"/>
        <ownedAttribute xmi:id="_1X_acHTuEeGwJIM2VpnDkA" name="interesMora"/>
        <ownedAttribute xmi:id="_24HwcHTuEeGwJIM2VpnDkA" name="gastosCobranza"/>
        <ownedAttribute xmi:id="_4CdcoHTuEeGwJIM2VpnDkA" name="totalAdeudado"/>
        <ownedAttribute xmi:id="_6WOPAHTuEeGwJIM2VpnDkA" name="observaciones"/>
      </packagedElement>
      <packagedElement xmi:type="uml:Class" xmi:id="_cMK1wHTvEeGwJIM2VpnDkA" name="Caso">
        <ownedAttribute xmi:id="_c-AiYHTvEeGwJIM2VpnDkA" name="casoId"/>
        <ownedAttribute xmi:id="_egKRoHTvEeGwJIM2VpnDkA" name="fecha"/>
        <ownedAttribute xmi:id="_fSgUkHTvEeGwJIM2VpnDkA" name="statusId"/>
        <ownedAttribute xmi:id="_gFq24HTvEeGwJIM2VpnDkA" name="tipoCasoId"/>
        <ownedAttribute xmi:id="_g7wKUHTvEeGwJIM2VpnDkA" name="ramoId"/>
        <ownedAttribute xmi:id="_hzUrgHTvEeGwJIM2VpnDkA" name="createdByUserLogin"/>
        <ownedAttribute xmi:id="_mRDbEHTvEeGwJIM2VpnDkA" name="numeroReferencia"/>
        <ownedAttribute xmi:id="_nWeLAHTvEeGwJIM2VpnDkA" name="clienteId"/>
      </packagedElement>
      <packagedElement xmi:type="uml:PrimitiveType" xmi:id="_uPnjYHULEeGwJIM2VpnDkA" name="String"/>
      <profileApplication xmi:id="_vVlvAHQxEeG9UItNWMxIQw">
        <eAnnotations xmi:id="_vVoyUHQxEeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML">
          <references xmi:type="ecore:EPackage" href="../RIABCommon/modelo/ofbiz.profile.uml#_6OOesHTwEeGwJIM2VpnDkA"/>
        </eAnnotations>
        <appliedProfile href="../RIABCommon/modelo/ofbiz.profile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg"/>
      </profileApplication>
    </packagedElement>
  </uml:Model>
  <ofbizprofile:Entity xmi:id="_wTEq8HQxEeG9UItNWMxIQw" base_Class="_jcSlwHQxEeG9UItNWMxIQw"/>
  <ofbizprofile:Field xmi:id="_-_SOcHQ2EeG9UItNWMxIQw" base_Property="_ygvcYHQxEeG9UItNWMxIQw"/>
  <ofbizprofile:PrimKey xmi:id="_ATRaUHRBEeGzbokFXp-YXA" base_Property="_ygvcYHQxEeG9UItNWMxIQw"/>
  <ofbizprofile:Field xmi:id="_Dek4sHRBEeGzbokFXp-YXA" type="id-ne" base_Property="_B5ApEHRBEeGzbokFXp-YXA"/>
  <ofbizprofile:Entity xmi:id="_pJavUHTvEeGwJIM2VpnDkA" base_Class="_cMK1wHTvEeGwJIM2VpnDkA"/>
  <ofbizprofile:Field xmi:id="_kkeIAHTwEeGwJIM2VpnDkA" base_Property="_CwuyoHTuEeGwJIM2VpnDkA"/>
  <ofbizprofile:Field xmi:id="_rQCoIHTwEeGwJIM2VpnDkA" base_Property="_EsVjsHTuEeGwJIM2VpnDkA"/>
  <ofbizprofile:Field xmi:id="_F8dAYHTxEeGwJIM2VpnDkA" base_Property="_GGyvgHTuEeGwJIM2VpnDkA"/>
</xmi:XMI>



Profile

[code]
<?xml version="1.0" encoding="UTF-8"?>
<uml:Profile xmi:version="2.1" xmlns:xmi="hhttpp://schema.omg.org/spec/XMI/2.1" xmlns:ecore="hhttpp://www.eclipse.org/emf/2002/Ecore" xmlns:uml="hhttpp://www.eclipse.org/uml2/3.0.0/UML" xmi:id="_XkGiwB07Ed-QQ4mYkrb7Gg" name="ofbiz.profile">
<eAnnotations xmi:id="_31haoHQvEeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML">
<contents xmi:type="ecore:EPackage" xmi:id="_6OOesHTwEeGwJIM2VpnDkA" name="ofbizprofile" nsURI="hhttpp:///schemas/ofbizprofile/_6D428HTwEeGwJIM2VpnDkA/11" nsPrefix="ofbizprofile">
<eClassifiers xmi:type="ecore:EClass" xmi:id="_6OOesXTwEeGwJIM2VpnDkA" name="Entity">
<eAnnotations xmi:id="_6OOesnTwEeGwJIM2VpnDkA" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_WpbCIHQvEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_6OOes3TwEeGwJIM2VpnDkA" name="entityname" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_6OOetXTwEeGwJIM2VpnDkA" name="tablename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_6OOet3TwEeGwJIM2VpnDkA" name="packagename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_6OOeuXTwEeGwJIM2VpnDkA" name="base_Class" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Class"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_6OOeu3TwEeGwJIM2VpnDkA" name="Field">
<eAnnotations xmi:id="_6OOevHTwEeGwJIM2VpnDkA" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_AkdgsHQwEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_6OOevXTwEeGwJIM2VpnDkA" name="name" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_6OOev3TwEeGwJIM2VpnDkA" name="type" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_6OOewXTwEeGwJIM2VpnDkA" name="enableauditlog" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_6OOew3TwEeGwJIM2VpnDkA" name="notnull" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_6OOexXTwEeGwJIM2VpnDkA" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_6OOex3TwEeGwJIM2VpnDkA" name="PrimKey">
<eAnnotations xmi:id="_6OOeyHTwEeGwJIM2VpnDkA" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_cQeigHQ1EeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_6OOeyXTwEeGwJIM2VpnDkA" name="field" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_6OOey3TwEeGwJIM2VpnDkA" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EDataType" xmi:id="_6OOezXTwEeGwJIM2VpnDkA" name="DateTime" instanceClassName="DateTime">
<eAnnotations xmi:id="_6OOeznTwEeGwJIM2VpnDkA" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_xNA84HTwEeGwJIM2VpnDkA"/>
</eClassifiers>
<eClassifiers xmi:type="ecore:EDataType" xmi:id="_6OOez3TwEeGwJIM2VpnDkA" name="Description" instanceClassName="Description">
<eAnnotations xmi:id="_6OOe0HTwEeGwJIM2VpnDkA" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_1oYU8HTwEeGwJIM2VpnDkA"/>
</eClassifiers>
<eClassifiers xmi:type="ecore:EDataType" xmi:id="_6OOe0XTwEeGwJIM2VpnDkA" name="CurrencyAmount" instanceClassName="CurrencyAmount">
<eAnnotations xmi:id="_6OOe0nTwEeGwJIM2VpnDkA" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_4j_KcHTwEeGwJIM2VpnDkA"/>
</eClassifiers>
</contents>
<contents xmi:type="ecore:EPackage" xmi:id="_3LaNAXQ3EeG9UItNWMxIQw" name="ofbizprofile" nsURI="hhttpp:///schemas/ofbizprofile/_3LaNAHQ3EeG9UItNWMxIQw/10" nsPrefix="ofbizprofile">
<eClassifiers xmi:type="ecore:EClass" xmi:id="_3LaNAnQ3EeG9UItNWMxIQw" name="Entity">
<eAnnotations xmi:id="_3LaNA3Q3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_WpbCIHQvEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_3LaNBHQ3EeG9UItNWMxIQw" name="entityname" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_3LaNBnQ3EeG9UItNWMxIQw" name="tablename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_3LaNCHQ3EeG9UItNWMxIQw" name="packagename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_3LaNCnQ3EeG9UItNWMxIQw" name="base_Class" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Class"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_3LaNDHQ3EeG9UItNWMxIQw" name="Field">
<eAnnotations xmi:id="_3LaNDXQ3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_AkdgsHQwEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_3LaNDnQ3EeG9UItNWMxIQw" name="name" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_3LaNEHQ3EeG9UItNWMxIQw" name="type" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_3LaNEnQ3EeG9UItNWMxIQw" name="enableauditlog" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_3LaNFHQ3EeG9UItNWMxIQw" name="notnull" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_3LaNFnQ3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_3LaNGHQ3EeG9UItNWMxIQw" name="PrimKey">
<eAnnotations xmi:id="_3LaNGXQ3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_cQeigHQ1EeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_3LaNGnQ3EeG9UItNWMxIQw" name="field" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_3LaNHHQ3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
</contents>
<contents xmi:type="ecore:EPackage" xmi:id="_23XPoXQ3EeG9UItNWMxIQw" name="ofbizprofile" nsURI="hhttpp:///schemas/ofbizprofile/_23XPoHQ3EeG9UItNWMxIQw/9" nsPrefix="ofbizprofile">
<eClassifiers xmi:type="ecore:EClass" xmi:id="_23XPonQ3EeG9UItNWMxIQw" name="Entity">
<eAnnotations xmi:id="_23XPo3Q3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_WpbCIHQvEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_23XPpHQ3EeG9UItNWMxIQw" name="entityname" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_23XPpnQ3EeG9UItNWMxIQw" name="tablename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_23XPqHQ3EeG9UItNWMxIQw" name="packagename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_23XPqnQ3EeG9UItNWMxIQw" name="base_Class" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Class"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_23XPrHQ3EeG9UItNWMxIQw" name="Field">
<eAnnotations xmi:id="_23XPrXQ3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_AkdgsHQwEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_23XPrnQ3EeG9UItNWMxIQw" name="name" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_23XPsHQ3EeG9UItNWMxIQw" name="type" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_23XPsnQ3EeG9UItNWMxIQw" name="enableauditlog" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_23XPtHQ3EeG9UItNWMxIQw" name="notnull" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_23XPtnQ3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_23XPuHQ3EeG9UItNWMxIQw" name="PrimKey">
<eAnnotations xmi:id="_23XPuXQ3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_cQeigHQ1EeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_23XPunQ3EeG9UItNWMxIQw" name="field" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_23XPvHQ3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
</contents>
<contents xmi:type="ecore:EPackage" xmi:id="_0-9jkXQ3EeG9UItNWMxIQw" name="ofbizprofile" nsURI="hhttpp:///schemas/ofbizprofile/_0-9jkHQ3EeG9UItNWMxIQw/8" nsPrefix="ofbizprofile">
<eClassifiers xmi:type="ecore:EClass" xmi:id="_0-9jknQ3EeG9UItNWMxIQw" name="Entity">
<eAnnotations xmi:id="_0-9jk3Q3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_WpbCIHQvEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_0-9jlHQ3EeG9UItNWMxIQw" name="entityname" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_0-9jlnQ3EeG9UItNWMxIQw" name="tablename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_0-9jmHQ3EeG9UItNWMxIQw" name="packagename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_0-9jmnQ3EeG9UItNWMxIQw" name="base_Class" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Class"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_0-9jnHQ3EeG9UItNWMxIQw" name="Field">
<eAnnotations xmi:id="_0-9jnXQ3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_AkdgsHQwEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_0-9jnnQ3EeG9UItNWMxIQw" name="name" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_0-9joHQ3EeG9UItNWMxIQw" name="type" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_0-9jonQ3EeG9UItNWMxIQw" name="enableauditlog" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_0-9jpHQ3EeG9UItNWMxIQw" name="notnull" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_0-9jpnQ3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_0-9jqHQ3EeG9UItNWMxIQw" name="PrimKey">
<eAnnotations xmi:id="_0-9jqXQ3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_cQeigHQ1EeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_0-9jqnQ3EeG9UItNWMxIQw" name="field" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_0-9jrHQ3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
</contents>
<contents xmi:type="ecore:EPackage" xmi:id="_lyW2gXQ3EeG9UItNWMxIQw" name="ofbizprofile" nsURI="hhttpp:///schemas/ofbizprofile/_lyW2gHQ3EeG9UItNWMxIQw/7" nsPrefix="ofbizprofile">
<eClassifiers xmi:type="ecore:EClass" xmi:id="_lyW2gnQ3EeG9UItNWMxIQw" name="Entity">
<eAnnotations xmi:id="_lyW2g3Q3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_WpbCIHQvEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_lyW2hHQ3EeG9UItNWMxIQw" name="entityname" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_lyW2hnQ3EeG9UItNWMxIQw" name="tablename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_lyW2iHQ3EeG9UItNWMxIQw" name="packagename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_lyW2inQ3EeG9UItNWMxIQw" name="base_Class" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Class"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_lyW2jHQ3EeG9UItNWMxIQw" name="Field">
<eAnnotations xmi:id="_lyW2jXQ3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_AkdgsHQwEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_lyW2jnQ3EeG9UItNWMxIQw" name="name" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_lyW2kHQ3EeG9UItNWMxIQw" name="type" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_lyW2knQ3EeG9UItNWMxIQw" name="enableauditlog" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_lyW2lHQ3EeG9UItNWMxIQw" name="notnull" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_lyW2lnQ3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_lyW2mHQ3EeG9UItNWMxIQw" name="PrimKey">
<eAnnotations xmi:id="_lyW2mXQ3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_cQeigHQ1EeG9UItNWMxIQw"/>
<eAnnotations xmi:id="_lyW2mnQ3EeG9UItNWMxIQw" source="duplicates">
<contents xmi:type="ecore:EReference" xmi:id="_lyW2m3Q3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eAnnotations xmi:id="_lyW2nHQ3EeG9UItNWMxIQw" source="redefines" references="_lyW2nnQ3EeG9UItNWMxIQw"/>
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</contents>
</eAnnotations>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_lyW2nnQ3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_lyW2oHQ3EeG9UItNWMxIQw" name="field" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
</contents>
<contents xmi:type="ecore:EPackage" xmi:id="_eHHCEXQ3EeG9UItNWMxIQw" name="ofbizprofile" nsURI="hhttpp:///schemas/ofbizprofile/_eHHCEHQ3EeG9UItNWMxIQw/6" nsPrefix="ofbizprofile">
<eClassifiers xmi:type="ecore:EClass" xmi:id="_eHHCEnQ3EeG9UItNWMxIQw" name="Entity">
<eAnnotations xmi:id="_eHHCE3Q3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_WpbCIHQvEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_eHHCFHQ3EeG9UItNWMxIQw" name="entityname" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_eHHCFnQ3EeG9UItNWMxIQw" name="tablename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_eHHCGHQ3EeG9UItNWMxIQw" name="packagename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_eHHCGnQ3EeG9UItNWMxIQw" name="base_Class" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Class"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_eHHCHHQ3EeG9UItNWMxIQw" name="Field">
<eAnnotations xmi:id="_eHHCHXQ3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_AkdgsHQwEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_eHHCHnQ3EeG9UItNWMxIQw" name="name" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_eHHCIHQ3EeG9UItNWMxIQw" name="type" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_eHHCInQ3EeG9UItNWMxIQw" name="enableauditlog" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_eHHCJHQ3EeG9UItNWMxIQw" name="notnull" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_eHHCJnQ3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_eHHCKHQ3EeG9UItNWMxIQw" name="PrimKey">
<eAnnotations xmi:id="_eHHCKXQ3EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_cQeigHQ1EeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_eHHCKnQ3EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_eHHCLHQ3EeG9UItNWMxIQw" name="field" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
</contents>
<contents xmi:type="ecore:EPackage" xmi:id="_nCmBQXQ1EeG9UItNWMxIQw" name="ofbizprofile" nsURI="hhttpp:///schemas/ofbizprofile/_nCmBQHQ1EeG9UItNWMxIQw/5" nsPrefix="ofbizprofile">
<eClassifiers xmi:type="ecore:EClass" xmi:id="_nCmBQnQ1EeG9UItNWMxIQw" name="Entity">
<eAnnotations xmi:id="_nCmBQ3Q1EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_WpbCIHQvEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_nCmBRHQ1EeG9UItNWMxIQw" name="entityname" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_nCmBRnQ1EeG9UItNWMxIQw" name="tablename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_nCmBSHQ1EeG9UItNWMxIQw" name="packagename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_nCmBSnQ1EeG9UItNWMxIQw" name="base_Class" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Class"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_nCmBTHQ1EeG9UItNWMxIQw" name="Field">
<eAnnotations xmi:id="_nCmBTXQ1EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_AkdgsHQwEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_nCmBTnQ1EeG9UItNWMxIQw" name="name" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_nCmBUHQ1EeG9UItNWMxIQw" name="type" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_nCmBUnQ1EeG9UItNWMxIQw" name="enableauditlog" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_nCmBVHQ1EeG9UItNWMxIQw" name="notnull" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_nCmBVnQ1EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_nCmBWHQ1EeG9UItNWMxIQw" name="PrimKey">
<eAnnotations xmi:id="_nCmBWXQ1EeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_cQeigHQ1EeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_nCmBWnQ1EeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
</contents>
<contents xmi:type="ecore:EPackage" xmi:id="_CvkQ4XQxEeG9UItNWMxIQw" name="ofbizprofile" nsURI="hhttpp:///schemas/ofbizprofile/_CvkQ4HQxEeG9UItNWMxIQw/4" nsPrefix="ofbizprofile">
<eClassifiers xmi:type="ecore:EClass" xmi:id="_CvkQ4nQxEeG9UItNWMxIQw" name="Entity">
<eAnnotations xmi:id="_CvkQ43QxEeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_WpbCIHQvEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_CvkQ5HQxEeG9UItNWMxIQw" name="entityname" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_CvkQ5nQxEeG9UItNWMxIQw" name="tablename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_CvkQ6HQxEeG9UItNWMxIQw" name="packagename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_CvkQ6nQxEeG9UItNWMxIQw" name="base_Class" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Class"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_CvkQ7HQxEeG9UItNWMxIQw" name="Field">
<eAnnotations xmi:id="_CvkQ7XQxEeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_AkdgsHQwEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_CvkQ7nQxEeG9UItNWMxIQw" name="name" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_CvkQ8HQxEeG9UItNWMxIQw" name="type" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_CvkQ8nQxEeG9UItNWMxIQw" name="enableauditlog" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_CvkQ9HQxEeG9UItNWMxIQw" name="notnull" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_CvkQ9nQxEeG9UItNWMxIQw" name="base_Property" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
</eStructuralFeatures>
</eClassifiers>
</contents>
<contents xmi:type="ecore:EPackage" xmi:id="_34_I4XQwEeG9UItNWMxIQw" name="ofbizprofile" nsURI="hhttpp:///schemas/ofbizprofile/_34_I4HQwEeG9UItNWMxIQw/3" nsPrefix="ofbizprofile">
<eClassifiers xmi:type="ecore:EClass" xmi:id="_34_I4nQwEeG9UItNWMxIQw" name="Entity">
<eAnnotations xmi:id="_34_I43QwEeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_WpbCIHQvEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_34_I5HQwEeG9UItNWMxIQw" name="entityname" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_34_I5nQwEeG9UItNWMxIQw" name="tablename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_34_I6HQwEeG9UItNWMxIQw" name="packagename" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EReference" xmi:id="_34_I6nQwEeG9UItNWMxIQw" name="base_Class" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EClass" href="hhttpp://www.eclipse.org/uml2/3.0.0/UML#//Class"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xmi:type="ecore:EClass" xmi:id="_34_I7HQwEeG9UItNWMxIQw" name="Field">
<eAnnotations xmi:id="_34_I7XQwEeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_AkdgsHQwEeG9UItNWMxIQw"/>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_34_I7nQwEeG9UItNWMxIQw" name="name" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_34_I8HQwEeG9UItNWMxIQw" name="type" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_34_I8nQwEeG9UItNWMxIQw" name="enableauditlog" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="_34_I9HQwEeG9UItNWMxIQw" name="notnull" ordered="false" lowerBound="1">
<eType xmi:type="ecore:EDataType" href="hhttpp://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
</eClassifiers>
</contents>
<contents xmi:type="ecore:EPackage" xmi:id="_bW-g8HQwEeG9UItNWMxIQw" name="ofbizprofile" nsURI="hhttpp:///schemas/ofbizprofile/_bW954HQwEeG9UItNWMxIQw/2" nsPrefix="ofbizprofile">
<eClassifiers xmi:type="ecore:EClass" xmi:id="_bW-g8XQwEeG9UItNWMxIQw" name="Entity">
<eAnnotations xmi:id="_bW-g8nQwEeG9UItNWMxIQw" source="hhttpp://www.eclipse.org/uml2/2.0.0/UML" references="_WpbCIHQvEeG9UItNWMxIQw"/>
<eStructuralFeatu

[Updated on: Fri, 23 March 2012 20:41]

Report message to a moderator

Re: Stereotype Problems [message #827833 is a reply to message #827812] Fri, 23 March 2012 21:18 Go to previous message
Daniel Riquelme is currently offline Daniel RiquelmeFriend
Messages: 2
Registered: March 2012
Location: Chile
Junior Member
I found it.
The problem was that the absolute path to the profile was wrong.
I realized that the path in fact did not exist so I created it and stereotypes started working in acceleo.
I don't know why the exact same model file was correctly interpreted by topcased and the uml editor and not by acceleo, I guess the first two delegate resource loading to eclipse and acceleo tries to resolve absolute paths and do the loading by itself. This is just a theory I'm not sure about this.
Previous Topic:[ATL] The generate atl plugin works differently from atl configuration
Next Topic:[XPand] Eliminate Double Entries
Goto Forum:
  


Current Time: Thu Apr 25 06:51:15 GMT 2024

Powered by FUDForum. Page generated in 0.03265 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top