Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » Is this the question about dtp?(jee-ganymede)
Is this the question about dtp?(jee-ganymede) [message #49081] Thu, 21 August 2008 07:15 Go to next message
opengloves is currently offline openglovesFriend
Messages: 13
Registered: July 2009
Junior Member
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 #49111 is a reply to message #49081] Thu, 21 August 2008 13:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: brianf.sybase.com

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 #49169 is a reply to message #49111] Fri, 22 August 2008 02:10 Go to previous message
opengloves is currently offline openglovesFriend
Messages: 13
Registered: July 2009
Junior Member
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 13:57 Go to previous message
Brian Fitzpatrick is currently offline Brian FitzpatrickFriend
Messages: 500
Registered: July 2009
Senior Member
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] Fri, 22 August 2008 02:10 Go to previous message
opengloves is currently offline openglovesFriend
Messages: 13
Registered: July 2009
Junior Member
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
Previous Topic:DTP 1.6 Cheat Sheet for Eclipse
Next Topic:[ODA Ecore] Connection Profiles and Connection Properties
Goto Forum:
  


Current Time: Fri Aug 16 17:06:49 GMT 2024

Powered by FUDForum. Page generated in 0.04204 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top