Entity Attribute with "Transient" stereotype - is included in hbm file as a 
"normal" attribute (it shouldn't be included in hbm file)
-------------------------------------------------------------------------------------------------------------------------------------

         Key: NETCART-14
         URL: http://jira.andromda.org/browse/NETCART-14
     Project: .NET Cartridges
        Type: Bug

 Environment: Windows XP Pro / Visual Studio 2005 with AndroMDA/NHibernate
    Reporter: Paulo Sá
 Assigned to: Naresh Bhatia 


Non-persistent attributes should be implemented adding the stereotype 
"Transient" but it isn't implemented.

In "nhibernate.hbm.xml.vm" shoul have:
#foreach ($attribute in $entity.attributes)
#if (!$attribute.identifier && !$attribute.transient)

But it has:
#foreach ($attribute in $entity.attributes)
#if (!$attribute.identifier)

Please see Forum topic:
http://galaxy.andromda.org/forum/viewtopic.php?p=17199#17199

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Reply via email to