Done! https://issues.apache.org/jira/browse/OPENJPA-428
The problem seems pretty easy to reproduce on my part, so I think the description in the jira entry should be enough. Anyway, feel free to ask me if you need more info. Vitor On 11/1/07, Craig L Russell <[EMAIL PROTECTED]> wrote: > > Hi Vitor, > > Can you please file a jira so we can fix this? > > Thanks, > > Craig > > On Nov 1, 2007, at 6:13 AM, Vitor Rodrigues wrote: > > > Hi Patrick, > > > > I just found out that this error messages shows up when I don't > > specify an > > @Id annotation in one of my classes. The message didn't really help > > finding > > the issue :-) > > > > Vitor > > > > On 10/31/07, Patrick Linskey <[EMAIL PROTECTED]> wrote: > >> > >> Hi, > >> > >> Maybe you have some non-printing characters in your ID declaration. > >> Can you try deleting the entire line and re-typing it? > >> > >> -Patrick > >> > >> On Oct 31, 2007 10:56 AM, Vitor Rodrigues <[EMAIL PROTECTED]> > >> wrote: > >>> Hi all, > >>> > >>> isn't there something wrong with the error message on the 3rd line > >> below? > >>> The property name is exactly the same, not similar. > >>> > >>> 140 INFO [http-0.0.0.0-8080-Processor23] openjpa.Runtime - > >>> Starting > >>> OpenJPA 1.0.0 > >>> 380 INFO [http-0.0.0.0-8080-Processor23] openjpa.jdbc.JDBC - > >>> Using > >>> dictionary class "org.apache.openjpa.jdbc.sql.DB2Dictionary". > >>> 20 WARN [http-0.0.0.0-8080-Processor25] openjpa.Runtime - The > >> property > >>> named "openjpa.Id" was not recognized and will be ignored, > >>> although the > >> name > >>> closely matches a valid property called "openjpa.Id". > >>> 100 INFO [http-0.0.0.0-8080-Processor25] openjpa.Runtime - > >>> Starting > >>> OpenJPA 1.0.0 > >>> 300 INFO [http-0.0.0.0-8080-Processor25] openjpa.jdbc.JDBC - > >>> Using > >>> dictionary class "org.apache.openjpa.jdbc.sql.DB2Dictionary". > >>> > >>> Thanks, > >>> Vitor > >>> > >> > >> > >> > >> -- > >> Patrick Linskey > >> 202 669 5907 > >> > > Craig Russell > Architect, Sun Java Enterprise System http://java.sun.com/products/jdo > 408 276-5638 mailto:[EMAIL PROTECTED] > P.S. A good JDO? O, Gasp! > > >
