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 the operation.

Regards,
Ingo

<metafacades namespace="sep-plsql" shared="true">
   <!-- Business Object Package -->
<metafacade class="de.technology.cartridges.sep.bo.metafacades.BusinessPackageLogicImpl">
       <mapping class="org.omg.uml.modelmanagement.UmlPackage$Impl">
           <stereotype>BusinessPackage</stereotype>
       </mapping>
   </metafacade>
   <!-- Business Object -->
<metafacade class="de.technology.cartridges.sep.bo.metafacades.BusinessObjectLogicImpl" contextRoot="true">
       <mapping class="org.omg.uml.foundation.core.UmlClass$Impl">
           <stereotype>BUSINESS_OBJECT</stereotype>
       </mapping>
   </metafacade>
   <!-- Business Operation -->
<metafacade class="de.technology.cartridges.sep.bo.metafacades.BusinessOperationLogicImpl">
       <mapping class="org.omg.uml.foundation.core.Operation$Impl">
<context>de.technology.cartridges.sep.bo.metafacades.BusinessObjectLogicImpl</context>
       </mapping>
   </metafacade>
</metafacades>



-------------------------------------------------------
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