Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-users] Class castexceptioncallingoraclestoredprocedure by @NamedStoredProcedureQuery

 Thanks Andrei, sorted now

-----Original Message-----
From: eclipselink-users-bounces@xxxxxxxxxxx
[mailto:eclipselink-users-bounces@xxxxxxxxxxx] On Behalf Of Andrei
Ilitchev
Sent: Friday, 6 February 2009 10:17 AM
To: EclipseLink User Discussions
Subject: Re: [eclipselink-users] Class
castexceptioncallingoraclestoredprocedure by @NamedStoredProcedureQuery

It's a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=224207
(also Oracle bug 6919901)
Workaround - use a native named query instead:
@NamedNativeQuery(
    name="refreshUnitsHeld",
    query="BEGIN YETAXAPP.REFRESH_UNITS_HELD(); END;"
)


NOTICE
This e-mail and any attachments are confidential and may contain copyright material of Macquarie Group Limited or third parties. If you are not the intended recipient of this email you should not read, print, re-transmit, store or act in reliance on this e-mail or any attachments, and should destroy all copies of them. Macquarie Group Limited does not guarantee the integrity of any emails or any attached files. The views or opinions expressed are the author's own and may not reflect the views or opinions of Macquarie Group Limited.



Back to the top