Ralph Gerbig Messages: 555 Registered: November 2009
Senior Member
Hi all,
I want to transform am model that has references to UML.ecore and Ecore.ecore. I want to have the complete source model inklusive the types of the referenced models translated into my target model. I use the regular VM and checked the "Allow inter-model references" checkox on the advances tab. All that I get out is this:
Ralph Gerbig Messages: 555 Registered: November 2009
Senior Member
Hi,
I fixed my problem by using lazy rules and an entrypoint called rule which called the lazy rules. The EMF VM did not solve my problem. Can I have an own custom adapter with the EMF-specific VM?