Hi again...

now I had detected the same error (the return type for a getter is null when a boolean is set as datatype) with the hibernate cartridge in the EntityBeanImpl.vsl.
Shall you also create a proyect for each cartridge?


The error code is:
#if (!$returntype.primitiveType)
       return null;
#elseif ("boolean" == $returntype)
       return false;
#else
       return ($returntype)0;
#end

Carlos



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to