Hi, 


I created a model with Entities and defined Preconditions for my Operations. 

But when I generated Code the OperationFacade Method isPreconditionsPresent 
returned false;



I didn`t know why but then had a look in the Operation Facade Logic Impl Class. 
I think there is a bug, because the Method sounds as follows:



    protected boolean handleIsPreconditionsPresent()

    {

        final Collection preconditions = this.getPostconditions();

        return preconditions != null && !preconditions.isEmpty();

    }



shouldn`t call the getPreconditions() Method?



I thought you want to know that. 



greetings

caro
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2618#2618
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to