-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 24 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Hibernate Tools Configuration Problem
PostPosted: Fri Sep 29, 2006 9:23 am 
Beginner
Beginner

Joined: Tue Sep 20, 2005 11:01 am
Posts: 25
Hibernate version:3.1

I installed the Hibernate Tools Eclipse plugin primarily to do reverse engineering. I discovered that the Hibernate Configurations View does not display anything even though I have created several configurations and verified they exist.

When I go to : Help/Software Updates/Manage Configurations/ and view the status of the Hibernate Tools plugin I get the following message:

Plug-in "org.eclipse.wst.validation.ui" version "1.1.0.v200606130645" referenced by this feature is missing.

Plug-in "org.eclipse.wst.common.frameworks.ui" version "1.1.0.v200606130645" referenced by this feature is missing.

Can someone tell me how to fix this?

BTW - I use MyEclipse (if that matters)

Thanks


Top
 Profile  
 
 Post subject: Re: Hibernate Tools Configuration Problem
PostPosted: Fri Sep 29, 2006 9:29 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
MNC wrote:
Hibernate version:3.1

I installed the Hibernate Tools Eclipse plugin primarily to do reverse engineering. I discovered that the Hibernate Configurations View does not display anything even though I have created several configurations and verified they exist.


How did you verify they exists it the view does not exist ?

Quote:
Can someone tell me how to fix this?


how did you install the Hibernate tools and which version ?

Quote:
BTW - I use MyEclipse (if that matters)


It does since MyEclipse has their own (cribbled+propritairy extended) version of the Hibernate Tools ...meaning there can be conflicts! (yes, really annoying but complain to MyEclipse about that ;)

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 9:51 am 
Beginner
Beginner

Joined: Tue Sep 20, 2005 11:01 am
Posts: 25
Hmm ... I didn't realize there might be a conflict.


How did you verify they exists it the view does not exist ?

When I go to the Hibernate Code Generation screen I can pick from several Console Configurations even though none of them show up in the Hibernate Configuration View.

how did you install the Hibernate tools and which version ?

I'm using HibernateTools-3.2.0.beta7 and installed it by following the instructions in the Hibernate Tools Reference Guide.

Any suggestions?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 10:04 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
so are you looking at MyEclipse's Hibernate Configurations view or Hibernate Tools Configuration view ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 10:45 am 
Beginner
Beginner

Joined: Tue Sep 20, 2005 11:01 am
Posts: 25
I'm looking at the Hibernate Tools Configuration view


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 10:52 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
then please show me the error log.....because if the combo box can show them the view definitly should be able to do that too!

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 11:01 am 
Beginner
Beginner

Joined: Tue Sep 20, 2005 11:01 am
Posts: 25
what error log are you referring to?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 11:46 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
the one in Error Log View

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 1:03 pm 
Beginner
Beginner

Joined: Tue Sep 20, 2005 11:01 am
Posts: 25
I did not find any log messages that appear related to this issue.

When starting up eclipse I receive the following messages:

********************************************

!SESSION 2006-09-29 12:55:07.309 -----------------------------------------------
eclipse.buildId=M20060629-1905
java.version=1.4.2_10
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ide

!ENTRY org.eclipse.wst.internet.cache 1 0 2006-09-29 12:55:25.639
!MESSAGE wtp.autotest.noninteractive is set. Licenses dialogs will not be displayed.

****************************

Other than that I do not see any log messages.

Is there some other way I can get diagnostics?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 1:44 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
could you make a screenshot of the full perspective you are looking in ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 1:48 pm 
Beginner
Beginner

Joined: Tue Sep 20, 2005 11:01 am
Posts: 25
Yes, but how do I send it to you?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 3:57 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
put it somewhore online and use the img tag in the reply.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 04, 2006 6:53 am 
Beginner
Beginner

Joined: Tue Sep 20, 2005 11:01 am
Posts: 25
Sorry I sort of dropped off on this but I was side tracked by Production problems.

I determined the problem is in fact being caused by some interaction between Hibernate Tools and MyEclipse. I installed Hibernate Tools into a fresh installation of Eclipse, without installing MyEclipse, and it worked fine.

As soon as I get time I will go back and figure out what is causing the problem.

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 04, 2006 7:24 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
what version of myeclipse is this ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 04, 2006 7:27 am 
Beginner
Beginner

Joined: Tue Sep 20, 2005 11:01 am
Posts: 25
Version 5.0.1


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 24 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.