On 15/05/2007, at 2:30 PM, Chuck Hill wrote:

On May 14, 2007, at 9:24 PM, Lachlan Deck wrote:

Example prototype:
MyPrototypes.eomodeld/
EOJDBCMySQLPrototypes.plist
<...>
       {
           allowsNull = Y;
           columnName = "";
           externalType = NUMERIC;
           name = "decimal(14,2)";

That looks a bit odd to me. I have never used an attribute or prototype name that was not a valid Java identifier. It is remotely possible this is causing a problem.

I'll try changing it...

           precision = 14;
           scale = 2;
           valueClassName = NSNumber;
           valueType = B;
       },
<...>

Any ideas?

What does the definition for name look like? Is there a valueType set on it? valueType =""; perhaps?

       {
           columnName = feeGst;
           name = feeGst;
           prototypeName = "decimal(14,2)";
       },


with regards,
--

Lachlan Deck



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to