On 16/05/2007, at 11:01 AM, Mike Schrag wrote:

What was your javaValueClass (or whatever it is named) pre- prototypes and post-prototypes?

Previously:
{
        allowsNull = Y;
        columnName = feeExTax;
        externalType = DECIMAL;
        name = feeExTax;
        precision = 10;
        scale = 2;
        valueClassName = NSDecimalNumber;
        valueType = B;
}

Now:
{
        columnName = feeExTax;
        name = feeExTax;        
        prototypeName = decimal_14_2;
}

Prototype definition:
{
        allowsNull = Y;
        columnName = "";
        externalType = NUMERIC;
        name = decimal_14_2;
        precision = 14;
        scale = 2;
        valueClassName = NSNumber;
        valueType = B;
}

So it would seem that Entity Modeler is not setting the valueClassName as NSDecimalNumber when selecting "Big Decimal - BigDecimal B".

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