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 "Rick Hillegas (JIRA)" <ji...@apache.org> on 2009/11/30 19:43:20 UTC

[jira] Resolved: (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 ]

Rick Hillegas resolved DERBY-4454.
----------------------------------

    Resolution: Fixed

Disabled the offending test case on jsr169 with subversion revision 885531.

> ...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.0.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
>
> 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.