RE: Exception when using java.sql.Date as an id

2007-02-07 Thread Patrick Linskey
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: >

Re: Exception when using java.sql.Date as an id

2007-02-07 Thread Michael Dick
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:

Re: Exception when using java.sql.Date as an id

2007-02-07 Thread Craig L Russell
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

RE: Exception when using java.sql.Date as an id

2007-02-07 Thread Patrick Linskey
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

Exception when using java.sql.Date as an id

2007-02-07 Thread Michael Dick
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