Issue 805 in moose-technology: Can't import example model from SCD:MSE webpage

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 805 in moose-technology: Can't import example model from SCD:MSE webpage

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 805 by [hidden email]: 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


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 805 in moose-technology: Can't import example model from SCD:MSE webpage

moose-technology
Updates:
        Status: Invalid

Comment #1 on issue 805 by [hidden email]: 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.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev