Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Error when using Double in Entity on GlassFish v3

Yeah, I would think. I'll try it myself when I have access to an
oracle db later.

But I think you might have something else going on jdbc wise. Why in
the world would it be complaining about oracle.sql.timestamp?

./tch



On Tue, Sep 30, 2008 at 10:47 AM, Wouter van Reeven
<wouter@xxxxxxxxxxxxx> wrote:
> On Tue, Sep 30, 2008 at 10:08:36AM -0400, Tim Hollosy wrote:
>> When you map them as Doubles you get
>> "java.lang.ClassNotFoundException: oracle.sql.TIMESTAMP" that's odd.
>>
>> Did you try double primitive or float?
>
> No but I did try Float. I will give double and float a try. Either way, Double
> should work, don't you think?
>
>
> Greets, Wouter
>
> --
>
> People: "If she weighs the same as a Duck, she's made of wood!"
> Sir Bedevere: "And therefore...?"
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>


Back to the top