org
> Subject: Re: Exception when using java.sql.Date as an id
>
> Thanks, I'll open a JIRA report and take a crack at a solution.
>
> On 2/7/07, Craig L Russell <[EMAIL PROTECTED] > wrote:
> >
> >
> > On Feb 7, 2007, at 1:55 PM, Patrick Linskey wrote:
>
of the
> individual
> or entity named in this message. If you are not the intended
> recipient,
> and have received this message in error, please immediately return
> this
> by email and then delete it.
>
>> -Original Message-
>> From: Michael Dick [mailto:
PROTECTED]
Sent: Wednesday, February 07, 2007 12:57 PM
To: open-jpa-dev@incubator.apache.org
Subject: Exception when using java.sql.Date as an id
Hi,
I'm getting the following exception when I try to fetch an
entity with a
java.sql.Date as the id :
java.lang.NoSuchMethodError: org.apache.openj
uary 07, 2007 12:57 PM
> To: open-jpa-dev@incubator.apache.org
> Subject: Exception when using java.sql.Date as an id
>
> Hi,
>
> I'm getting the following exception when I try to fetch an
> entity with a
> java.sql.Date as the id :
>
> java.lang.NoSuchMethod
Hi,
I'm getting the following exception when I try to fetch an entity with a
java.sql.Date as the id :
java.lang.NoSuchMethodError: org.apache.openjpa.util.DateId.getId
()Ljava/sql/Date;
at mikedd.entities.SqlDatePK.pcCopyKeyFieldsFromObjectId (SqlDatePK.java
)
at mikedd.entities.SqlDatePK