Bug 342827 - .ecore null or package uri XSD not found error
Summary: .ecore null or package uri XSD not found error
Status: NEW
Alias: None
Product: MMT.ATL
Classification: Modeling
Component: emfvm (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 7
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: mmt-atl.toolkit-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 08:20 EDT by Emwedish Endargachew CLA
Modified: 2012-06-05 05:33 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emwedish Endargachew CLA 2011-04-14 08:20:11 EDT
I am pretty new for Model transformationa and i am getting error when i try to make transformation.

I am using Galiolos, version 3.5 and i have all the ATL, eclipse.org, EPP, WTP and Eclipse Mylyn.

I am currently working on ATL, trying to transforma a model represened in XML Schema to XML and vice versa. Since i can not directly use the XML Schema and XML files in ATL i have imported the XML Schema to EMF project and generated the Ecore model(in .ecore format) file respectively.

I have done same for the XML. I first converted it to XML Schema and then imported it, in to EMF Project and got the respected Ecore model (in ecore format). 

Since my concern is to make the transformation using ATL, i need to use the Ecore models created in the EMF project and moved them to my ATL project, then when i tried to use them as a basis to the rules of the transformation, i find run time error that these two models are null, and some times the name space is not found error. 

Is there any other mechanism to use the Ecore models from EMF project in ATL project as meta models?