intBoolean
intBoolean
- Subject: intBoolean
- From: Andrew Kinnie <email@hidden>
- Date: Thu, 14 Apr 2011 11:43:55 -0400
I have an app tied to a model which has an entity with an intBoolean attribute.
The database is MySQL. My dev machine connects to the save database as the app does deployed for testing.
I have an ERRest interface which has an action method which sets the variable if it is not passed into the request. This works fine on the dev machine. However, the same app, deployed onto the server, talking to the same database returns this:
"com.MyCommon.eos.MyEntity.notPushed()Ljava/lang/Boolean;"
Equally fascinating, I have several other entities with other intBoolean variables which work perfectly fine. No error. I have another intBoolean variable in this very table which works fine. I deleted the column and re-created it. Same problem. I renamed it. Same problem.
Anyone have any idea what this is?
Andrew Kinnie
PS: I am running wonder from the end of last week, and I have all the frameworks bundled into the tarball, and have checked the box (that I never before knew existed) under the Order and Export tab (that I never before knew existed) of the common framework's properties Java Build Path:
_______________________________________________
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