Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 805 by galois.z...@gmail.com: Can't import example model from SCD:MSE webpage http://code.google.com/p/moose-technology/issues/detail?id=805
I'm trying to test Moose and for that I wanted to import the meta-model that describes the structure of the package LIB from the SDC:MSE webpage (http://scg.unibe.ch/wiki/projects/fame/mse). THe problem is that the tool produces an error saying "Element 'FM3.Package' not found".
1 - Copy the model text from the webpage and save it in a *.mse file; 2 - In Moose choose the Import model from MSE file 3 - Select the *.mse file you created in 1. 4 - Moose will present an error window with the title "Error: Element 'FM3.Package' not found'
I juts downloaded Moose from the website. It is version 4.6. I'm running Moose on a Mac sunning OS X 10.7.4. The Java version I'm running is: java version "1.6.0_31" Java(TM) SE Runtime Environment (build 1.6.0_31-b04-415-11M3635) Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01-415, mixed mode)
Please fill in the labels with the following information: * Type-Defect * Component-FAMIX
Updates: Status: Invalid
Comment #1 on issue 805 by tudor.gi...@gmail.com: Can't import example model from SCD:MSE webpage http://code.google.com/p/moose-technology/issues/detail?id=805
You are using the MSE in an unintended way. MSE is a generic mechanism to serialize models. To load a model, you need to have the meta-model already registered.
In your case, you are trying to load the description of a meta-model as a model. If you want to get it to work, you have to load it programmaticaly by instantiating the meta-meta-model.