Hi, ATL does not directly handle XMI loading, but delegates it to EMF. If you manage to load this model in EMF outside of ATL, then maybe ATL is not using the same resource factory (you should first make sure that the proper resource factory is installed in your Eclipse, and then you could try to rename your file to test.uml to try forcing the use of the UML resource factory).
How can I manage to load this model in EMF? i would like what means same resource factory? model is:test.sysml <?xml version="1.0" encoding="UTF-8"?> <uml:Model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:kaos="http://www.topcased.org/kaos/1" xmlns:uml=" http://www.eclipse.org/uml2/3.0.0/UML"> <packagedElement xsi:type="kaos:AbstractGoal" name="g" clientDependency="#//And1 #//And2"/> <packagedElement xsi:type="kaos:ElementryGoal" name="k"/> <packagedElement xsi:type="kaos:ElementryGoal" name="m"/> <packagedElement xsi:type="kaos:And" name="And1" supplier="#//k" client="#//g"/> <packagedElement xsi:type="kaos:And" name="And2" supplier="#//m" client="#//g"/> </uml:Model>
_______________________________________________ Topcased-users mailing list [email protected] http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users
