Hibernate Plugin for Eclipse does not work
Description
Environment
Win2000, Eclipse SDK Version: 3.3.1.1
Build id: M20071023-1652
Activity
Show:

Max Rydahl Andersen February 13, 2008 at 8:06 PM
yes wtp have been required ever since we added the xml editor
Rejected
Details
Details
Assignee
Unassigned
UnassignedReporter

Bug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants


Community Help Wanted
Yes, please
Components
Affects versions
Priority
Created February 13, 2008 at 3:46 PM
Updated February 13, 2008 at 8:06 PM
Resolved February 13, 2008 at 8:06 PM
I tried to use Hibernate-Tools with the Eclipse 3.3.1. I downloaded the current release of Eclipse 3.3.1.1 and installed Hibernate-Tools 3.2.0.GA.
After starting Eclipse I noticed that no Eclipse-Views of Hibernate-Tools are available, but the Hibernate plugin is visible under the 'Product Configuration' window.
This is exactly the same problem as it was reported in the issue (and even reported as closed in 3.2beta10). The only difference is that I use now EclipseTools version 3.2.0 GA from JBossTools 2.0.0.GA (2007-12-10 23:33) and Eclipse 3.3.1.1
This is the output of the osgi console:
----------------8<--------------------------- osgi> start org.hibernate.eclipse.mapper
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Mi
ssing Constraint: Require-Bundle: org.eclipse.wst.xml.core; bundle-version="0.0.
0"
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bundl
eHost.java:305)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Abstrac
tBundle.java:260)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Abstrac
tBundle.java:252)
at org.eclipse.osgi.framework.internal.core.FrameworkCommandProvider._st
art(FrameworkCommandProvider.java:260)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.osgi.framework.internal.core.FrameworkCommandInterpreter.
execute(FrameworkCommandInterpreter.java:150)
at org.eclipse.osgi.framework.internal.core.FrameworkConsole.docommand(F
rameworkConsole.java:291)
at org.eclipse.osgi.framework.internal.core.FrameworkConsole.console(Fra
meworkConsole.java:276)
at org.eclipse.osgi.framework.internal.core.FrameworkConsole.run(Framewo
rkConsole.java:218)
at java.lang.Thread.run(Unknown Source)
osgi>
----------------8<---------------------------
Should I still have WTP package installed to use HibernateTools on Eclipse?