[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.dtp] Re: Is this the question about dtp?(jee-ganymede)
|
Hi there...
I'd ask about this on the eclipse.technology.dali newsgroup. Neil Hauge and
his group are pretty responsive. Unfortunately I don't know anything about
the JPA components.
Hope that helps and you get an answer!
--Fitz
"Gloves" <opengloves@xxxxxxxxx> wrote in message
news:09cb9a34aaa8a371b54d7b7f0312a394$1@xxxxxxxxxxxxxxxxxx
> Hello,
>
> I got eclipse-jee-ganymede and created a new JPA Project and edited a java
> file and imported openjpa annotation like this:
>
> @Id
> @GeneratedValue(strategy=GenerationType.AUTO, generator="uuid-hex")
> private String id;
>
> Then eclipse take a error tip to me at
> @GeneratedValue(strategy=GenerationType.AUTO, generator="uuid-hex"),the
> red underline is below "uuid-hex".
> The infomation is "Unresolved generator name "uuid-hex",but this
> annotation is right.I use openjpa-1.1.0.
> I created another Dynamic Web Project and did not got this error.Is this
> case about eclipse.dtp or belong to other eclipse plug-in project?
> Has anyone else run into this problem, or is there a better way to solve
> it.
>
> Thanks
>
> Gloves
>