the unsaved-value thing has been fixed in CVS, if you use the 3.1-RC1-SNAPSHOT 
you'll see that primitive numeric values will have it set to zero instead of 
null



the most important thing for you to do in order to generate those mappings is 
to write a datatype mappings file for .Net, so that all datatypes are properly 
converted during generation



much is explained here: 



in your case you might for example write a file with content like this:





<mappings name=".Net">

...

&nbsp; &nbsp; <mapping>

&nbsp; &nbsp; &nbsp; &nbsp; <from>datatype&#58;&#58;int</from>

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

&nbsp; &nbsp; </mapping>

...

</mappings>


--
Wouter Zoons - [EMAIL PROTECTED]

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