Hey Michael,


Took a look at your project:  what's causing the issue is your 
HibernateMergeMappings.xml file, because you're attempting to merge in a 
template that uses the "value-objects" outlet which isn't registered in the 
namespace.xml of the hibernate cartridge.  So what you'll need to do (since 
you're defining a new outlet in the hibernate cartridge), is merge a new 
propertyGroup into the namespace.xml of the cartridge (in order to define the 
new outlet), so something like this:



<mappings>

&nbsp; &nbsp; ...

&nbsp; &nbsp; <mapping>

&nbsp; &nbsp; &nbsp; &nbsp; <from><!&#91;CDATA&#91;<!-- namespace-propertyGroup 
merge-point -->&#93;&#93;></from>

&nbsp; &nbsp; &nbsp; &nbsp; <to>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!&#91;CDATA&#91;&nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; 

&nbsp; &nbsp; &nbsp; &nbsp; <propertyGroup name="MyHibernateOutlets">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property name="value-objects"/>

&nbsp; &nbsp; &nbsp; &nbsp; </propertyGroup>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#93;&#93;>

&nbsp; &nbsp; &nbsp; &nbsp; </to>

&nbsp; &nbsp; </mapping>

&nbsp; &nbsp; ...

</mappings>



Note that I just added the merge points for the propertyGroup to each 
cartridges's namespace.xml so they'll be in the next build.
--
Chad Brandon - [EMAIL PROTECTED]

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