[JBoss JIRA] Created: (JBIDE-6902) WrappedException during Undo action in Smooks Editor
by Jiri Peterka (JIRA)
WrappedException during Undo action in Smooks Editor
----------------------------------------------------
Key: JBIDE-6902
URL: https://jira.jboss.org/browse/JBIDE-6902
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.2.0.M2
Environment: JBT Version: 3.2.0.v20100820-1242-H295-M2
Reporter: Jiri Peterka
Assignee: John Graham
Attachments: smooks-mess.png
Steps:
1. Create XML->Java Mapping in Smooks Editor
2. Add some beans
3. Delete these beans
4. Do several undo operations
ERROR1: Exception
ERROR2: Diagram Mess (see attached screenshot)
ERROR3: Corrupted Diagram can't be deleted (because it doesn't exist) -> WORKAROUND: Save and close & reopen
!ENTRY org.eclipse.emf.common 2 0 2010-08-24 14:32:35.085
!MESSAGE An exception was ignored during command execution
!STACK 0
org.eclipse.emf.common.util.WrappedException: An exception was ignored during command execution
at org.eclipse.emf.common.command.BasicCommandStack.handleError(BasicCommandStack.java:287)
at org.eclipse.emf.common.command.BasicCommandStack.execute(BasicCommandStack.java:118)
at org.jboss.tools.smooks.gef.tree.command.GEFAdapterCommand.execute(GEFAdapterCommand.java:214)
at org.eclipse.gef.commands.CompoundCommand.execute(CompoundCommand.java:111)
at org.eclipse.gef.commands.CompoundCommand.execute(CompoundCommand.java:111)
at org.eclipse.gef.commands.CommandStack.execute(CommandStack.java:197)
at org.jboss.tools.smooks.graphical.editors.SmooksGraphicalEditorPart$1.execute(SmooksGraphicalEditorPart.java:163)
at org.eclipse.gef.ui.actions.WorkbenchPartAction.execute(WorkbenchPartAction.java:83)
at org.eclipse.gef.ui.actions.DeleteAction.run(DeleteAction.java:133)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:468)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:786)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:885)
at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:76)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1267)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1294)
at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:730)
at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2839)
at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:734)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1743)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4794)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4372)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8163)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1239)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2224)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3169)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.swtbot.eclipse.core.UITestApplication.start(UITestApplication.java:54)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Caused by: java.lang.IndexOutOfBoundsException: index=-1, size=0
at org.eclipse.emf.ecore.util.BasicFeatureMap.remove(BasicFeatureMap.java:1821)
at org.eclipse.emf.ecore.util.FeatureMapUtil$FeatureEList.remove(FeatureMapUtil.java:841)
at org.eclipse.emf.edit.command.RemoveCommand.doExecute(RemoveCommand.java:327)
at org.eclipse.emf.edit.command.AbstractOverrideableCommand.execute(AbstractOverrideableCommand.java:131)
at org.eclipse.emf.common.command.CommandWrapper.execute(CommandWrapper.java:180)
at org.eclipse.emf.common.command.BasicCommandStack.execute(BasicCommandStack.java:84)
... 55 more
--
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, 2 months
[JBoss JIRA] Created: (JBIDE-7702) Richfaces libraries not added to new project
by Dominik Pospisil (JIRA)
Richfaces libraries not added to new project
--------------------------------------------
Key: JBIDE-7702
URL: https://jira.jboss.org/browse/JBIDE-7702
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Portal/GateIn
Affects Versions: 3.2.0.Beta2
Environment: jbdevstudio-linux-gtk-4.0.0.v201011172142N-H477-Beta2.jar
richfaces-ui-3.3.3.Final
EPP 5.0.1
Reporter: Dominik Pospisil
Assignee: Snjezana Peco
Richfaces libraries are not added to dynamic web project with richfaces portal support.
Steps to reproduce:
1) File -> New -> Dynamic Web Project
2) Type project name, choose EPP 5.0 runtime
3) Modify project configuration - add JBoss Core Portlets, JBoss JSF Portlet and JSF 2.0 facets
4) Click OK, 4x Next
5) Portlet Implementation Library - choose Portlet Target Runtime Provider, click next
6) JSF capabilities - choose Library Provided by Target Runtime, click next
7) JBoss JSF Portlet capabilities
JSF Portlet Implementation Library - JSF Portletbridge Runtime Provider, select location from EPP runtime
Richfaces Capabilities - select Add/Change richfaces libraries checkbox, browse RF 3.3.3.Final dist
8) Click Finish
Created project does not contain any richfaces libraries.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-7927) JBoss Tools Runtimes search on other disk rewrite prev search results
by Vitali Yemialyanchyk (JIRA)
JBoss Tools Runtimes search on other disk rewrite prev search results
---------------------------------------------------------------------
Key: JBIDE-7927
URL: https://issues.jboss.org/browse/JBIDE-7927
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.Beta2
Reporter: Vitali Yemialyanchyk
Assignee: Snjezana Peco
Priority: Minor
Attachments: screenshot-1.jpg
1) search runtimes on disk c:, press ok - check results;
2) search runtimes on disk d:, press ok - check results;
3) i.e. results from d: rewrite results from c:;
expected behavior -> results from d: will be added to results from c:
other option thing, it would be nice if be possible to start search on both c: and d: (i.e. on all volumes of computer) - this is a new feature request.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-7850) NPE when deploying war
by Libor Zoubek (JIRA)
NPE when deploying war
----------------------
Key: JBIDE-7850
URL: https://jira.jboss.org/browse/JBIDE-7850
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.Beta2
Environment: 3.2.0.v20101206-2100-H28-Beta2 linux x64
Reporter: Libor Zoubek
Assignee: Rob Stryker
I got this exception when deploying simple web archive on eap 5.1. I just deployed it using drag & drop method. Since I was not able to reproduce it again, I don't find this to be blocker. Can you just look at it and possibly fix the NPE? At least we know it can occur here.
java.lang.NullPointerException
at org.jboss.ide.eclipse.as.core.extensions.jmx.JBossServerConnectionProvider.run(JBossServerConnectionProvider.java:51)
at org.jboss.ide.eclipse.as.core.server.internal.LocalJBossBehaviorDelegate.publishStart(LocalJBossBehaviorDelegate.java:185)
at org.jboss.ide.eclipse.as.core.server.internal.JBossServerBehavior.publishStart(JBossServerBehavior.java:107)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:923)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:775)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2889)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:337)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months