Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mdt-sbvr.dev] Class diagrams of metamodel

I suspect the problems Mark is seeing are due to the UML model having
been saved using the open source editor based on the current development
stream, which uses a different UML2 namespace URI and version of the
Ecore profile...

Cheers,

Kenn Hussey
Program Manager, EA/Studio

[Embarcadero Technologies Logo]

Embarcadero Technologies, Inc. | www.embarcadero.com 
110 Spadina Avenue, Suite 400 | Toronto, ON  M5V 2K4
Kenn.Hussey@xxxxxxxxxxxxxxx
Mobile: 613-301-9105


-----Original Message-----
From: mdt-sbvr.dev-bounces@xxxxxxxxxxx
[mailto:mdt-sbvr.dev-bounces@xxxxxxxxxxx] On Behalf Of Dave Carlson
Sent: Friday, April 25, 2008 9:28 AM
To: 'SBVR developer list'
Subject: RE: [mdt-sbvr.dev] Class diagrams of metamodel

Mark,
It looks like you are using the MOF model from the SBVR spec.  Here are
the
detailed steps I used.  Others may also use this process to test tools
other
than RSM/A.  Support for CMOF files was added only in recent UML2 M5 and
M6.

* Download the SBVR MOF model:
http://www.omg.org/spec/SBVR/20070901/SBVR-model.xml

* Rename this file to *.cmof

* Install Eclipse 3.4 M6, including UML2 M6
  (the M5 build almost works, but has one bug where primitive types in
CMOF
are not resolved)

* Add the SBVR.cmof file to a project and open with the default UML
sample
tree editor

* File > Save As > "SBVR.uml"

* If using RSM/A 7.x, return the file to SBVR.emx and open it.

Mark, I don't understand why you have an error for missing Ecore
profile. Do
you have the Modeling feature installed and enabled in RSA?

> 
> I installed RSA 7.1 and tried both the import wizard and 
> renaming the .uml
> file extension to .emx.   In both cases, I see a message "Unsupported
> editor input" in the main editor window, and the following error log
> messages:
> 
>    Package with uri 'http://www.eclipse.org/uml2/2.1.0/UML' not found.
>    Package with uri 'http://www.eclipse.org/uml2/schemas/Ecore/5' not
>    found.
>    Package with uri 'http://schema.omg.org/spec/MOF/2.0/cmof.xml' not
>    found.
>    Package with uri 'http://schema.omg.org/spec/XMI/2.1' not found.
> 
> Maybe I need to import these into my workspace?  Any idea 
> exactly which files it wants?


_______________________________________________
mdt-sbvr.dev mailing list
mdt-sbvr.dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mdt-sbvr.dev


Back to the top