I'm thinking about editing the hibernate.hbm.xml.vsl to remove:


  <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 
2.0//EN"

          "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd";>



and changing the hibernate-mapping element to:



  <hibernate-mapping xmlns="urn:nhibernate-mapping-2.0"  
default-cascade="$entity.hibernateDefaultCascade">



and changing the class name attribute to:



  name="$entity.fullyQualifiedEntityImplementationName, ${application.id}"

I'll name my application the same as the .Net assembly.



My questions are:



 - Is the application.id property available to the velocity engine?

 - how can I manage the plugin with the modified velocity template seperate 
from the original. I do mostly java development, so I need to use the original 
one still?
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3351#3351
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