Is this the question about dtp?(jee-ganymede) [message #49081] |
Thu, 21 August 2008 03:15  |
Eclipse User |
|
|
|
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
|
|
|
|
Re: Is this the question about dtp?(jee-ganymede) [message #49169 is a reply to message #49111] |
Thu, 21 August 2008 22:10  |
Eclipse User |
|
|
|
Brian Fitzpatrick wrote:
> 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@gmail.com> wrote in message
> news:09cb9a34aaa8a371b54d7b7f0312a394$1@www.eclipse.org...
>> 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
>>
Thanks Fitz
I think that is the source of this question.Thank you.
Gloves
|
|
|
Re: Is this the question about dtp?(jee-ganymede) [message #592787 is a reply to message #49081] |
Thu, 21 August 2008 09:57  |
Eclipse User |
|
|
|
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@gmail.com> wrote in message
news:09cb9a34aaa8a371b54d7b7f0312a394$1@www.eclipse.org...
> 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
>
|
|
|
Re: Is this the question about dtp?(jee-ganymede) [message #592815 is a reply to message #49111] |
Thu, 21 August 2008 22:10  |
Eclipse User |
|
|
|
Brian Fitzpatrick wrote:
> 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@gmail.com> wrote in message
> news:09cb9a34aaa8a371b54d7b7f0312a394$1@www.eclipse.org...
>> 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
>>
Thanks Fitz
I think that is the source of this question.Thank you.
Gloves
|
|
|
Powered by
FUDForum. Page generated in 0.03496 seconds