Community
Participate
Working Groups
Build Identifier: 20100218-1602 For istance. I have this model. <?xml version="1.0" encoding="ASCII"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:pimnat="afpl.nat.pim"> <pimnat:Policy id="fw2"> <rule> <filter interface="eth1" direction="out" action="deny"> <matches ipsrc="10.1.1.0/24" ipdst="10.10.10.2" protocol="*" prtsrc="*" prtdst="*"/> </filter> </rule> <rule> <filter interface="eth2" direction="in" action="deny"> <matches ipsrc="10.1.1.0/24" ipdst="10.1.1.3" protocol="tcp" prtsrc="*" prtdst="23"/> </filter> </rule> </pimnat:Policy> </xmi:XMI> In the metamodel I have a class called Rule, but when I executed the next sentences: rule trasnform_policie2 transform f: Source!Rule to p : Target!Filter_Rule{ f.println(); "hello".println(); } The execution doesn't found any Source!Rule. In the metamodel this class exists, However I have tried and this can found other classes like Source!Policy I think this doesn't hapen with all models/metamodels. Reproducible: Always Steps to Reproduce: 1. Do a model to model trasnformation using ETL. 2. 3.
Fixed in the SVN. Could you please update and verify?
False alarm :) Not quite fixed.
Fixed now.
I have checked and It's working perfect now. Thank you very much!!
Changing status to RESOLVED
Fixed in 0.9.0.