Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] Support for latest Tuscany SCA Release (1.3.2)

I was looking at the meta model used for Tuscany integration [1],
aiming to make it compatible with the latest Tuscany SCA Release
(1.3.2).
It looks like this model is a list of available Tuscany extensions
(bindings, types) and their qname (see below) ?

   <eStructuralFeatures xsi:type="ecore:EReference"
name="implementationScript" upperBound="-2"
       eType="#//ScriptImplementation" volatile="true"transient="true"
derived="true"
       containment="true" resolveProxies="false">
     <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData";>
       <details key="kind" value="element"/>
       <details key="name" value="implementation.script"/>
       <details key="namespace" value="##targetNamespace"/>
       <details key="affiliation"
value="http://www.osoa.org/xmlns/sca/1.0#implementation"/>
     </eAnnotations>
   </eStructuralFeatures>

Should we just review if the list is still valid, and update with new
extensions ?

[1] http://dev.eclipse.org/viewsvn/index.cgi/org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.domainmodel.tuscany/model/tuscany.ecore?root=STP_SVN&view=log

-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/


Back to the top