Hi all,

when press select "Edit Account" and press "Update Account"
a java.lang.ClassCastException: java.math.BigDecimal happens

That is in SendConfirmationEmail.java line 91

   userid = (Integer)(((TurbineUser)data.getUser()).getId()); 

"userid" is just in two places at the left side of the = sign
so i comment out the line (not the second line)

Now the update don't make an exception but some sync occurs
in data updated


chau

--
Roberto Carrasco R.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?:           [EMAIL PROTECTED]

Reply via email to