Re: last chance for stable
Re: last chance for stable
- Subject: Re: last chance for stable
- From: Mike Schrag <email@hidden>
- Date: Thu, 22 Jan 2009 15:52:46 -0500
"java.lang.IllegalStateException: adaptorValueType: unable to load
class named 'java.lang.BigDecimal' for attribute balance on entity
Account"
So it looks like you're using the "build before I fixed that"
build ... BigDecimal is in java.math, not java.lang. Alan Zebchuck
caught that a little after midnight last night and I think it didn't
go in before the nightly build. I"m rerunning the nightly build now
so it picks up the patch for that.
Am I doing something wrong? By the way, I'm using ERPrototypes for
all attributes in the project.
You can perl -pi -e s#java\.lang\.BigDecimal#java.math.BigDecimal#
*.plist in your eomodeld folder to repair that little slipup.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden