[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dtp] Is this the question about dtp?(jee-ganymede)

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