[JBoss JIRA] Created: (JBIDE-6249) Error when adding JBoss EJB Libraries to project
by Kip Moore (JIRA)
Error when adding JBoss EJB Libraries to project
------------------------------------------------
Key: JBIDE-6249
URL: https://jira.jboss.org/jira/browse/JBIDE-6249
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: ejb3
Affects Versions: 3.1.x
Environment: Eclipse 3.5.2
Reporter: Kip Moore
I'm having trouble adding JBoss EJB 3 libraries to an existing project.
I have downloaded a fresh version of Eclipse 3.5.2, and successfully used the built in "Install" wizard to download and install JBossTools 3.1.0GA. For the sake of troubleshooting, I have created a brand-new Java Project in the IDE. I have also sucessfully created three different Servers, one each for installations of JBoss 4.2.2, JBoss 5.1, and JBoss 6.0M2 that I am currently working with.
So I go ahead and enter the project Properties, select "Java Build Path", and then go to the "Libraries" tab. I click on the "Add Library..." button, select "JBoss EJB3 Libraries", then "Next...", select any one of the declared Servers, and hit "Finish", which brings up the following error:
"The selected configuration <JBoss server> does not contain the expected EJB3 libraries. Please install JBoss with EJB3 enabled, or try another configuration."
I get this error regardless of which server I have selected. Using an existing EJB3 project, I have also verified that EJB3 is indeed installed and working properly across all 3 servers.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBIDE-7277) Strange org.eclipse.debug.core.DebugException when starting runtime
by Brian Fitzpatrick (JIRA)
Strange org.eclipse.debug.core.DebugException when starting runtime
-------------------------------------------------------------------
Key: JBIDE-7277
URL: https://jira.jboss.org/browse/JBIDE-7277
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.Beta1
Reporter: Brian Fitzpatrick
Assignee: Rob Stryker
Fix For: 3.2.0.Beta2
(per JBDS-1356) Len is seeing a org.eclipse.debug.core.DebugException exception in the log when he starts up a runtime:
!ENTRY org.eclipse.debug.core 4 125 2010-10-06 12:10:14.768
!MESSAGE Error logged from Debug Core:
!STACK 1
org.eclipse.debug.core.DebugException: Terminate failed
at org.eclipse.debug.core.Launch.terminate(Launch.java:263)
at org.eclipse.debug.internal.core.LaunchManager.shutdown(LaunchManager.java:2342)
at org.eclipse.debug.core.DebugPlugin.stop(DebugPlugin.java:605)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:843)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:836)
at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:501)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:550)
at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:597)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:266)
at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:588)
at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:415)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
!SUBENTRY 1 org.eclipse.debug.core 4 5010 2010-10-06 12:10:14.770
!MESSAGE Terminate failed
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBIDE-6405) Failed to update action org.jboss.tools.common.xstudio.action.ModulesConfigurationActionDelegate
by Leonard Tyson (JIRA)
Failed to update action org.jboss.tools.common.xstudio.action.ModulesConfigurationActionDelegate
------------------------------------------------------------------------------------------------
Key: JBIDE-6405
URL: https://jira.jboss.org/browse/JBIDE-6405
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: eclipse.buildId=
java.version=1.6.0_17
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
Reporter: Leonard Tyson
Tried to open the web xml editor; received following error:
java.lang.NullPointerException
at org.jboss.tools.common.model.project.ProjectHome.getLocationFrom_project_File(ProjectHome.java:62)
at org.jboss.tools.common.model.project.ProjectHome.getLocation(ProjectHome.java:53)
at org.jboss.tools.common.model.project.ProjectHome.getLocation(ProjectHome.java:39)
at org.jboss.tools.common.model.project.ModelNature.checkModelNature(ModelNature.java:237)
at org.jboss.tools.common.model.util.EclipseResourceUtil.getModelNature(EclipseResourceUtil.java:245)
at org.jboss.tools.common.model.ui.action.file.ModelResourceActionDelegate.getObjectByResource(ModelResourceActionDelegate.java:112)
at org.jboss.tools.common.model.ui.action.file.ModelResourceActionDelegate.selectionChanged(ModelResourceActionDelegate.java:71)
at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:206)
at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:277)
at org.eclipse.ui.internal.ObjectActionContributor$1.run(ObjectActionContributor.java:157)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.ObjectActionContributor.contributeObjectActions(ObjectActionContributor.java:160)
at org.eclipse.ui.internal.ObjectActionContributorManager.contributeObjectActions(ObjectActionContributorManager.java:97)
at org.eclipse.ui.internal.PopupMenuExtender.addObjectActions(PopupMenuExtender.java:262)
at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:339)
at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:338)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:469)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:465)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:491)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:235)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4270)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3974)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1578)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2010)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4619)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:254)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:3936)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3497)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBIDE-6663) Exception in org.jboss.tools.modeshape.rest
by Snjezana Peco (JIRA)
Exception in org.jboss.tools.modeshape.rest
-------------------------------------------
Key: JBIDE-6663
URL: https://jira.jboss.org/browse/JBIDE-6663
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: modeshape
Affects Versions: 3.2.x
Reporter: Snjezana Peco
Steps to reproduce:
- create some project (it doesn't have to be a Java project)
- delete it
You will get the following exception:
!ENTRY org.jboss.tools.modeshape.rest 4 0 2010-07-20 17:33:10.578
!MESSAGE Error obtaining the "published" property from the resource "L/test/.project"
!STACK 1
org.eclipse.core.internal.resources.ResourceException: Resource '/test/.project' does not exist.
at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:326)
at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:200)
at org.eclipse.core.internal.resources.Resource.checkAccessibleAndLocal(Resource.java:206)
at org.eclipse.core.internal.resources.Resource.getPersistentProperty(Resource.java:1178)
at org.jboss.tools.modeshape.rest.PublishedResourceHelper.getPublishedOnWorkspaces(PublishedResourceHelper.java:134)
at org.jboss.tools.modeshape.rest.PublishedResourceHelper.isPublished(PublishedResourceHelper.java:193)
at org.jboss.tools.modeshape.rest.views.ModeShapeContentProvider.decorate(ModeShapeContentProvider.java:147)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:263)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:371)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:331)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 org.eclipse.core.resources 4 368 2010-07-20 17:33:10.578
!MESSAGE Resource '/test/.project' does not exist.
ModeShapeContentProvider.decorate() should check if the ""element" resource exists.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBIDE-6233) Cannot compile org.jboss.tools.ui.bot.ext
by Nick Boldt (JIRA)
Cannot compile org.jboss.tools.ui.bot.ext
-----------------------------------------
Key: JBIDE-6233
URL: https://jira.jboss.org/jira/browse/JBIDE-6233
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: testing
Affects Versions: 3.2.next
Reporter: Nick Boldt
Assignee: Dominik Pospisil
Is this a coding error? A change in SWTBot? Something I need to help you fix? Does it work locally?
[java] [javac] 211. ERROR in /home/hudson/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/eclipse/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/ClearWorkspace.java (at line 23)
[java] [javac] SWTTestExt.bot.closeAllShells();
[java] [javac] ^^^^^^^^^^^^^^
[java] [javac] The method closeAllShells() is undefined for the type SWTBotExt
[java] [javac] ----------
[java] [javac] 212. ERROR in /home/hudson/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/eclipse/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/ClearWorkspace.java (at line 24)
[java] [javac] SWTTestExt.bot.closeAllEditors();
[java] [javac] ^^^^^^^^^^^^^^^
[java] [javac] The method closeAllEditors() is undefined for the type SWTBotExt
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.2.next/171/con...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month