Hi all,


I'm building my own cartridge with my own metafacades and today I switched from 
RC2 to 3.0.

In my MetafacadeModel I'm using UMLMetafacadeModel-3.0.xml.zip



I have updated my project.properties into

maven.andromda.modelPackage.0.name=org::andromda::metafacades::uml

maven.andromda.modelPackage.0.shouldProcess=false



In my MetafacadeModel MyUseCase extends from UseCaseFacade and if I build my 
cartridge the following is generated:



In MyUseCaseLogik are the following methods:

...

    // from org.andromda.metafacades.uml.UseCaseFacade

    public java.util.Collection getExtends()

    {

        return this.getSuperUseCaseFacade().getExtends();

    }



    // from org.andromda.metafacades.uml.UseCaseFacade

    public java.util.Collection getExtensionPoints()

    {

        return this.getSuperUseCaseFacade().getExtensionPoints();

    }

...



The eclipse compiler marked the following in these methods these errors:

- The method getExtends() is undefined for the type UseCaseFacade       

- The method getExtensionPoints() is undefined for the type UseCaseFacade       



These methods are also not generated to the corresponding interface.



I have no idea where these methods come from? I cannot find them in the model..



So what's going wrong? Is it a bug in 3.0? While using RC2 these methods where 
not generated..



Thanks for your help



Timo
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=123#123


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to