-->
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.  [ 5 posts ] 
Author Message
 Post subject: Does Tools play with WTP 0.7.1?
PostPosted: Thu Dec 15, 2005 2:43 pm 
Newbie

Joined: Fri Feb 20, 2004 1:39 pm
Posts: 16
Location: Norway
I try to get my Eclipse enviorment up and running again. But i have trubble after installing Hibernate Tools 3.1.0.beta2 from the update site.
I run Eclipse 3.1.1 and WTP 0.7.1. Basically it makes my WTP stop working :(

What is the best version stack to run on at the moment?

-Erik


Full stack trace of any exception that occurs:
Code:
java.lang.NoClassDefFoundError: org/eclipse/wst/common/frameworks/internal/ui/WTPOptionalOperationAction
   at org.eclipse.jst.j2ee.navigator.internal.J2EEActionProvider.setActionContext(J2EEActionProvider.java:92)
   at org.eclipse.wst.common.navigator.internal.provisional.views.NavigatorActionService.fillActionBars(NavigatorActionService.java:214)
   at org.eclipse.wst.common.navigator.internal.provisional.views.CommonNavigatorManager.selectionChanged(CommonNavigatorManager.java:98)
   at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
   at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
   at org.eclipse.core.runtime.Platform.run(Platform.java:783)
   at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
   at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
   at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
   at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1784)
   at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1452)
   at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379)
   at org.eclipse.jst.common.navigator.internal.ui.workingsets.providers.DelegateShowProjectContentProvider$4.run(DelegateShowProjectContentProvider.java:313)
   at org.eclipse.jst.common.navigator.internal.ui.workingsets.providers.DelegateShowProjectContentProvider$5.run(DelegateShowProjectContentProvider.java:327)
   at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
   at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716)
   at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:153)
   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:303)
   at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
   at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizardSecondPage.changeToNewProject(JavaProjectWizardSecondPage.java:134)
   at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizardSecondPage.setVisible(JavaProjectWizardSecondPage.java:106)
   at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1030)
   at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1013)
   at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1003)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
   at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1001)
   at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:753)
   at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:345)
   at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
   at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
   at org.eclipse.jface.window.Window.open(Window.java:787)
   at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:181)
   at org.eclipse.ui.actions.NewWizardDropDownAction.run(NewWizardDropDownAction.java:174)
   at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
   at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
   at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
   at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
   at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
   at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
   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.core.launcher.Main.invokeFramework(Main.java:334)
   at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
   at org.eclipse.core.launcher.Main.run(Main.java:973)
   at org.eclipse.core.launcher.Main.main(Main.java:948)
[/code]


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 15, 2005 3:42 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
we build this one against WTP 1.0RC1

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 15, 2005 5:41 pm 
Newbie

Joined: Fri Feb 20, 2004 1:39 pm
Posts: 16
Location: Norway
Thanks Max.

Ok maybe a little off topic, but how do install WTP1.0RC1?
Can just extract the jar file into my eclipse and run
Code:
eclipse.exe -clean
or something?

(Anyone tested it on WTP1.0RC4 too? I think that is what the last Spring IDE 1.2.4 runs.)

-Erik


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 15, 2005 6:38 pm 
Expert
Expert

Joined: Sat Jun 12, 2004 4:49 pm
Posts: 915
it work with wtp 1.0 rc4 - it is api compatible and it will work with 1.0 final, too

if you have problems with change to new wtp delete directories in ECLIPSE_HOME/configuration starting with org.eclipse and restart eclipse


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 15, 2005 8:03 pm 
Newbie

Joined: Fri Feb 20, 2004 1:39 pm
Posts: 16
Location: Norway
Thanks a lot =)

Sure got Eclipse up and running again only some minor "errors"/warnings in my plugin manager with common libraries as WTP 0.7.1.

I only unpacked content on top of eclipse, switched to Spring 1.2.4 and enabled Hibernate Tools 3.1.0beta2. ...ready for the new stuff now ;)

So fare so good. Better luck now.. Last 2 days been waisted on bad update that corupted my eclipse :-S

Good night all!

-Erik


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

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:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.