mnimer / dphibernate

Automatically exported from code.google.com/p/dphibernate
0 stars 0 forks source link

error in proxyKey #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
error in proxyKey if it is null

please add 

if ( __proxyKey != null )

in HibernateBean.as:38

-----
public function set proxyKey( value:Object ):void {     
            if ( __proxyKey != null )
                StateRepository.removeFromNewEntityList( __proxyKey.toString() );
            __proxyKey = value;
        }
_____

Original issue reported on code.google.com by mauretto79@gmail.com on 10 Jun 2010 at 3:59

GoogleCodeExporter commented 9 years ago
I used changemessaging version
with spring, spring-blaze

Original comment by mauretto79@gmail.com on 10 Jun 2010 at 4:01

GoogleCodeExporter commented 9 years ago
Fixed in r140

Original comment by martypit...@gtempaccount.com on 6 Jul 2010 at 1:01