[ http://jira.andromda.org/browse/NETCART-13?page=all ]
     
Chris Micali closed NETCART-13:
-------------------------------

    Resolution: Fixed
     Assign To: Chris Micali  (was: Naresh Bhatia)

This has been fixed in v1.0 of the cartridges, but it is recommended to use 
v1.1-SNAPSHOT of the cartridges now.

> Version Property - Wrong property declaration - miss underscore sign in 
> get/set
> -------------------------------------------------------------------------------
>
>          Key: NETCART-13
>          URL: http://jira.andromda.org/browse/NETCART-13
>      Project: .NET Cartridges
>         Type: Bug

>  Environment: WindowsXp Pro, VisualStudio 2005, 
> andromda-nhibernate-cartridge\1.0-SNAPSHOT
>     Reporter: Paulo Sá
>     Assignee: Chris Micali
>  Attachments: NHibernateEntity.vsl
>
> Found Bug in version property. It doesn't add underscore sign at the 
> beginning of versionproperty name.
> Bellow I send fixed code:
> #region Hibernate version property
>         
>         /// <summary>
>         /// Version property managed by Hibernate.
>         /// </summary>
>         private int _$versionProperty;
>         public int ${stringUtils.upperCamelCaseName($versionProperty)}
>         {
>             get { return _$versionProperty; }
>             set { this._$versionProperty= value; }
>         }
>         #endregion

-- 
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