Hi,


I wonder what is wrong with my andromda-metafacades.xml configuration.

I like to facade all operations of "business objects" as "business operations" 
without caring about the stereotype of a ooperation.



Regards,

Ingo







<metafacades namespace="sep-plsql" shared="true">

&nbsp; &nbsp;<!-- Business Object Package -->

&nbsp; &nbsp;<metafacade 
class="de.technology.cartridges.sep.bo.metafacades.BusinessPackageLogicImpl">

&nbsp; &nbsp; &nbsp; &nbsp;<mapping 
class="org.omg.uml.modelmanagement.UmlPackage$Impl">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;<stereotype>BusinessPackage</stereotype>

&nbsp; &nbsp; &nbsp; &nbsp;</mapping>

&nbsp; &nbsp;</metafacade>

&nbsp; &nbsp;<!-- Business Object -->

&nbsp; &nbsp;<metafacade 
class="de.technology.cartridges.sep.bo.metafacades.BusinessObjectLogicImpl" 
contextRoot="true">

&nbsp; &nbsp; &nbsp; &nbsp;<mapping 
class="org.omg.uml.foundation.core.UmlClass$Impl">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;<stereotype>BUSINESS_OBJECT</stereotype>

&nbsp; &nbsp; &nbsp; &nbsp;</mapping>

&nbsp; &nbsp;</metafacade>

&nbsp; &nbsp;<!-- Business Operation -->

&nbsp; &nbsp;<metafacade 
class="de.technology.cartridges.sep.bo.metafacades.BusinessOperationLogicImpl">

&nbsp; &nbsp; &nbsp; &nbsp;<mapping 
class="org.omg.uml.foundation.core.Operation$Impl">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;<context>de.technology.cartridges.sep.bo.metafacades.BusinessObjectLogicImpl</context>

&nbsp; &nbsp; &nbsp; &nbsp;</mapping>

&nbsp; &nbsp;</metafacade>

</metafacades>


_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1633#1633
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