[JBoss JIRA] Created: (JBIDE-8247) Error message after opening file after opening jbpm editor in Package Explorer
by Jiri Peterka (JIRA)
Error message after opening file after opening jbpm editor in Package Explorer
------------------------------------------------------------------------------
Key: JBIDE-8247
URL: https://issues.jboss.org/browse/JBIDE-8247
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 3.2.0.CR1
Environment: JBDS 4.0.0.CR1 H100, Linux 64
Reporter: Jiri Peterka
Priority: Minor
There is error message / warning after these steps:
1. Create sample jBPM Project, be in Package Explorer
2. Open simple.jpdl.xml in package explorer
3. (You can wait as long as you want)
4. Open hibernate.cfg.xml or any other file type (except jbpm process)
java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part org.eclipse.ui.views.PropertySheet while still in the middle of activating part org.jbpm.gd.jpdl.editor
at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3487)
at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3077)
at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:279)
at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:237)
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:1263)
at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1533)
at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:3403)
at org.eclipse.swt.widgets.Control.gtk_event_after(Control.java:2760)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1738)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4796)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4360)
at org.eclipse.swt.internal.gtk.OS._gtk_widget_grab_focus(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_widget_grab_focus(OS.java:12672)
at org.eclipse.swt.widgets.Control.forceFocus(Control.java:2170)
at org.eclipse.swt.widgets.Composite.forceFocus(Composite.java:526)
at org.eclipse.swt.widgets.Control.forceFocus(Control.java:2163)
at org.eclipse.swt.widgets.Control.setFocus(Control.java:3760)
at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1372)
at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1370)
at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1370)
at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1370)
at org.eclipse.swt.widgets.Control.fixFocus(Control.java:160)
at org.eclipse.swt.widgets.Control.setVisible(Control.java:4156)
at org.eclipse.ui.part.PageBook.showPage(PageBook.java:118)
at org.eclipse.ui.part.PageBookView.showPageRec(PageBookView.java:977)
at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:756)
at org.eclipse.ui.views.properties.PropertySheet.partActivated(PropertySheet.java:325)
at org.eclipse.ui.part.PageBookView$4.partActivated(PageBookView.java:1010)
at org.eclipse.ui.internal.PartListenerList2$1.run(PartListenerList2.java:70)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.runtime.Platform.run(Platform.java:888)
at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:55)
at org.eclipse.ui.internal.PartListenerList2.firePartActivated(PartListenerList2.java:68)
at org.eclipse.ui.internal.PartService.firePartActivated(PartService.java:192)
at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:306)
at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:57)
at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:136)
at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3537)
at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3077)
at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:279)
at org.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:98)
at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:237)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Created: (JBDS-1008) Create Shortcuts fails on 64-bit Vista
by Burr Sutter (JIRA)
Create Shortcuts fails on 64-bit Vista
--------------------------------------
Key: JBDS-1008
URL: https://jira.jboss.org/jira/browse/JBDS-1008
Project: JBoss Developer Studio
Issue Type: Bug
Components: installer
Affects Versions: 3.0.0.CR1
Reporter: Burr Sutter
Attachments: Shortcuts.jpg
Click the Next button produces the following stack trace on the console. The workaround is to just hit Finish instead of next (screenshot provided)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.izforge.izpack.panels.ShortcutPanel.isValidated(ShortcutPanel.jav
a:580)
at com.izforge.izpack.installer.InstallerFrame.navigateNext(InstallerFra
me.java:1453)
at com.izforge.izpack.installer.InstallerFrame.navigateNext(InstallerFra
me.java:1444)
at com.izforge.izpack.installer.InstallerFrame$NavigationHandler.actionP
erformed(InstallerFrame.java:1529)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:19
95)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.jav
a:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242
)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:236)
at java.awt.Component.processMouseEvent(Component.java:6216)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at java.awt.Component.processEvent(Component.java:5981)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4583)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4413)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4556
)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4220)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4150)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2475)
at java.awt.Component.dispatchEvent(Component.java:4413)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
ad.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
--
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
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-1965) display links from tiles definitions on stuts diagram (like from jsp pages)
by Alex Titov (JIRA)
display links from tiles definitions on stuts diagram (like from jsp pages)
---------------------------------------------------------------------------
Key: JBIDE-1965
URL: http://jira.jboss.com/jira/browse/JBIDE-1965
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: struts/shale
Affects Versions: 2.0.1
Reporter: Alex Titov
Priority: Minor
Stuts plugin can display links from jsp page to actions and other jsp pages on diagram. That is grate! But if you use tiles plugin you don't work with jsp pages directly. Instead you work with tiles definition. For example
<definition name="..." path="/WEB-INF/jsp/template.jsp">
<put name="content" value="/WEB-INF/graph.jsp"></put>
</definition>
Both template.jsp and graph.jsp are jsp pages and have links but struts plugin does not understand this. So links from these pages are not displayed in struts diagram.
Also it would be nice if there were way to select jsp page for "value" attribute in "put" element in tiles editor (like for "path" attribute in "definition" element).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months