| [check] [message #534576] |
Wed, 19 May 2010 11:11  |
Elhamlaoui Mahmoud Messages: 246 Registered: March 2010 |
Senior Member |
|
|
Hi,
im little bit confused im working on a problem for 2 days and wasnt able to resolve it:
| Quote: |
EvaluationException : Couldn't find property 'type' for type :Services::Operation
|
the Operation inheritate from a Datatype that contained the element type. i had the same problem with ATL and i solve it by using :
| Quote: |
out.eSet(out.eClass().getEStructuralFeature('type'),
String);
|
any ideas why i get this comportement
mahmoud
|
|
|
|
|
|
|
| Re: [check] [message #534787 is a reply to message #534764] |
Thu, 20 May 2010 06:52   |
Christian Dietrich Messages: 4407 Registered: July 2009 |
Senior Member |
|
|
Hello,
I can reproduce the problem using a "default" workflow.
Could you please file a Bug for it. Don't know if it is a Bug or a Feature (Dynamic EMF Registration of the Reader), but we'll see.
You can get it running anyway when you modifying the stuff (workflow) like this:
(snippets from good old oaw 4.3.1)
<bean class="org.eclipse.mwe.emf.StandaloneSetup" >
<platformUri value=".."/>
<registerEcoreFile value="src/metamodel/metamodel.ecore" />
</bean>
[Updated on: Thu, 20 May 2010 06:53] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: [check] [message #536437 is a reply to message #536230] |
Fri, 28 May 2010 05:03  |
Elhamlaoui Mahmoud Messages: 246 Registered: March 2010 |
Senior Member |
|
|
hi Christian,
soory for disturbing you, ive notice the same problem with all my Ereference element, its look like they are nit registred, ive checked in the java code and element are created.
any ideas?
mahmoud
|
|
|
Powered by
FUDForum. Page generated in 0.04058 seconds