You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (JIRA)" <ji...@apache.org> on 2011/01/12 20:16:46 UTC

[jira] Updated: (DERBY-4454) ...lang.UDTTest fails on phoneME w/ "An attempt was made to get a data value of type 'java.lang.Object' from a data value of type 'DECIMAL'"

     [ https://issues.apache.org/jira/browse/DERBY-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-4454:
----------------------------------

    Fix Version/s: 10.6.1.0

> ...lang.UDTTest fails on phoneME w/ "An attempt was made to get a data value of type 'java.lang.Object' from a data value of type 'DECIMAL'"
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4454
>                 URL: https://issues.apache.org/jira/browse/DERBY-4454
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.6.1.0
>         Environment: JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Rick Hillegas
>            Priority: Minor
>             Fix For: 10.6.1.0
>
>
> Seen since  svn rev. 885114 2009-11-28 18:01:28 MET. Related to svn rev. r884970 / DERBY-651 ?
> See e.g. 
> http://dbtg.foundry.sun.com/derby/test/Daily/javaME/testing/testlog/ubuntu/885114-suitesAll_diff.txt
> Failing stmt.:
>         goodStatement
>             ( conn,
>               "insert into orders( customerID, totalPrice ) values\n" +
>               "( 12345, makePrice( 'USD', cast( 9.99 as decimal( 31, 5 ) ), timestamp('2009-10-16 14:24:43') ) )\n" );
> in UDTTest.test_02_basicColumnRetvalParam()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.