[JBoss JIRA] Created: (JBIDE-2984) Wrap <rich:*Table> in <tbody>
by Yahor Radtsevich (JIRA)
Wrap <rich:*Table> in <tbody>
-----------------------------
Key: JBIDE-2984
URL: https://jira.jboss.org/jira/browse/JBIDE-2984
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.beta1
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 3.0.0.cr1
Gecko engine accepts multiple <tbody> tags inside a <table>. It give us opportunity to make look and feel of VPE better and code of templates clearer.
For instance, using <tbody> tag in <rich:subTable> it will be possible to select the tag from VPE window.
According to this, templates for <rich:column>, <f:facet>, <rich:dataTable>, <rich:subTable>, <rich:extendedDataTable>, <rich:columnGroup> have to be modified.
--
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
17 years, 3 months
[JBoss JIRA] Created: (JBIDE-3205) Styles crash when manipulate with EL expressions
by Yura Zhishko (JIRA)
Styles crash when manipulate with EL expressions
------------------------------------------------
Key: JBIDE-3205
URL: https://jira.jboss.org/jira/browse/JBIDE-3205
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.0.0.beta1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Priority: Critical
1) Import attachment project
2) Close VPE
3) Open VPE again
4) Open next page: WebContent -> pages -> scrollableDataTable -> index.jsp
5) Open Page Design Options
6) Create a new EL value: tableStyles=background-color:green; color:red; text-align:center;
7) Save this value only for current folder
8) Open next page: WebContent -> pages -> calendar -> calendar.jsp
9) Open Page Design Options
10) Create a new EL value: calendarStyles=background-color:green; color:red; text-align:center;
11) Create a new EL value: tableStyles=background-color:green; color:red; text-align:center;
12) Return to the page: WebContent -> pages -> scrollableDataTable -> index.jsp
13) Open Page Design Options
14) Click Edit for the current EL value
15) Save this value for all project
16) Return to the page: WebContent -> pages -> calendar -> calendar.jsp
17) Open Page Design Options
18) Click Edit for the current EL values
19) Save these values for all project
20) Go to WebContent -> pages -> inplaceSelect -> testVerify.jsp
21) Make some changes but don't save them
22) Choose Close all for opened pages
Next exeption occurs:
java.lang.NullPointerException
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.cleanHead(VpeVisualDomBuilder.java:1468)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.dispose(VpeVisualDomBuilder.java:2191)
at org.jboss.tools.vpe.editor.VpeController.dispose(VpeController.java:424)
at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.dispose(MozillaEditor.java:428)
at org.jboss.tools.vpe.editor.VpeEditorPart.dispose(VpeEditorPart.java:808)
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.dispose(JSPMultiPageEditor.java:606)
at org.eclipse.ui.internal.WorkbenchPartReference.doDisposePart(WorkbenchPartReference.java:730)
at org.eclipse.ui.internal.EditorReference.doDisposePart(EditorReference.java:302)
at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:681)
at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1682)
at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1389)
at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1373)
at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1347)
at org.eclipse.ui.internal.EditorStack.close(EditorStack.java:219)
at org.eclipse.ui.internal.PartStack$1.close(PartStack.java:122)
at org.eclipse.ui.internal.presentations.SystemMenuCloseAll.run(SystemMenuCloseAll.java:32)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
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.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
23) Return to the page: calendar.jsp
24) Delete all El variables from Page Design Options
25) Press OK
Next exeption occurs:
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: java.lang.NullPointerException
at org.jboss.tools.vpe.editor.VpeController$ActiveEditorSwitcher.access$3(VpeController.java:1890)
at org.jboss.tools.vpe.editor.VpeController$15.runInUIThread(VpeController.java:1743)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
... 23 more
I decided to mark this bug as critical, because VPE isn't blocked, but all styles crash...
--
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
17 years, 3 months
[JBoss JIRA] Created: (JBIDE-3209) Perspective crashes during selection in VPE
by Yura Zhishko (JIRA)
Perspective crashes during selection in VPE
-------------------------------------------
Key: JBIDE-3209
URL: https://jira.jboss.org/jira/browse/JBIDE-3209
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.0.0.beta1
Environment: Eclipse 3.4.1, WTP 3.0.2, XP
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Priority: Blocker
1) Import attached project into workspace
2) Open next page: richT1 -> JSF Test -> JSFTest
3) Put cursor at the end of the visual pane on the <h:inputSecret> element
4) Press up arrow button
Result: Perspective crashes
There is every likelihood that this is an eclipse error (stack trace is unavailable):
Console Log:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x31189866, pid=3304, tid=3188
#
# Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing windows-x86)
# Problematic frame:
# C [xul.dll+0x199866]
#
# An error report file with more information is saved as:
# D:\Java\eclipse_3.4\eclipse-SDK-3.4.1-win32\eclipse\hs_err_pid3304.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
But we must shure that there are no errors from our side provides to this crash
--
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
17 years, 3 months
[JBoss JIRA] Created: (JBIDE-3221) VPE crashes during <rich:panelMenuGroup> DND
by Yura Zhishko (JIRA)
VPE crashes during <rich:panelMenuGroup> DND
--------------------------------------------
Key: JBIDE-3221
URL: https://jira.jboss.org/jira/browse/JBIDE-3221
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.beta1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Priority: Blocker
1) Create a new JSP or XHTML start page
2) Insert or DND <h:form> or <a4j:form> into the page
3) DND <rich:panelMenuGroup> from palette into source (forms)
Next exeption appears:
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ClassCastException: org.eclipse.jst.jsp.core.internal.domdocument.DOMDocumentForJSP cannot be cast to org.w3c.dom.Element)
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: java.lang.ClassCastException: org.eclipse.jst.jsp.core.internal.domdocument.DOMDocumentForJSP cannot be cast to org.w3c.dom.Element
at org.jboss.tools.jsf.vpe.richfaces.template.RichFacesPanelMenuGroupTemplate.getGroupParent(RichFacesPanelMenuGroupTemplate.java:518)
at org.jboss.tools.jsf.vpe.richfaces.template.RichFacesPanelMenuGroupTemplate.create(RichFacesPanelMenuGroupTemplate.java:180)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.createNode(VpeVisualDomBuilder.java:456)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.addNode(VpeVisualDomBuilder.java:260)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.addChildren(VpeVisualDomBuilder.java:642)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.createNode(VpeVisualDomBuilder.java:550)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.addNode(VpeVisualDomBuilder.java:260)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.updateElement(VpeVisualDomBuilder.java:1020)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.updateNode(VpeVisualDomBuilder.java:949)
at org.jboss.tools.vpe.editor.VpeController.notifyChangedInUiThread(VpeController.java:673)
at org.jboss.tools.vpe.editor.VpeController$1.runInUIThread(VpeController.java:528)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
... 23 more
After this VPE and editing on the visual pane are blocked...
--
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
17 years, 3 months
[JBoss JIRA] Created: (JBIDE-3220) VPE crashes during <rich:panelMenuItem> DND
by Yura Zhishko (JIRA)
VPE crashes during <rich:panelMenuItem> DND
-------------------------------------------
Key: JBIDE-3220
URL: https://jira.jboss.org/jira/browse/JBIDE-3220
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.beta1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Priority: Blocker
1) Create a new JSP or XHTML start page
2) Insert or DND <h:form> or <a4j:form> into the page
3) DND <rich:panelMenuItem> from palette into source (forms)
Next exeption appears:
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ClassCastException: org.eclipse.jst.jsp.core.internal.domdocument.DOMDocumentForJSP cannot be cast to org.w3c.dom.Element)
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: java.lang.ClassCastException: org.eclipse.jst.jsp.core.internal.domdocument.DOMDocumentForJSP cannot be cast to org.w3c.dom.Element
at org.jboss.tools.jsf.vpe.richfaces.template.RichFacesPanelMenuGroupTemplate.getGroupParent(RichFacesPanelMenuGroupTemplate.java:518)
at org.jboss.tools.jsf.vpe.richfaces.template.RichFacesPanelMenuGroupTemplate.create(RichFacesPanelMenuGroupTemplate.java:180)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.createNode(VpeVisualDomBuilder.java:456)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.addNode(VpeVisualDomBuilder.java:260)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.addChildren(VpeVisualDomBuilder.java:642)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.createNode(VpeVisualDomBuilder.java:550)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.addNode(VpeVisualDomBuilder.java:260)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.updateElement(VpeVisualDomBuilder.java:1020)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.updateNode(VpeVisualDomBuilder.java:949)
at org.jboss.tools.vpe.editor.VpeController.notifyChangedInUiThread(VpeController.java:673)
at org.jboss.tools.vpe.editor.VpeController$1.runInUIThread(VpeController.java:528)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
... 23 more
After this VPE and editing on the visual pane are blocked...
--
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
17 years, 3 months
[JBoss JIRA] Created: (JBIDE-3144) EL resolution causes VPE to loose its synchronization
by Max Rydahl Andersen (JIRA)
EL resolution causes VPE to loose its synchronization
-----------------------------------------------------
Key: JBIDE-3144
URL: https://jira.jboss.org/jira/browse/JBIDE-3144
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.0.0.beta1
Reporter: Max Rydahl Andersen
Priority: Blocker
Fix For: 3.0.0.cr1
(I've only tried this with the Seam generated projects, but I don't think it is specific to it)
EXECUTE: Create a Seam web project
EXECUTE: Change template="layout/template.xhtml" to template="#{request.contextPath}/layout/template.xhtml">
EXECUTE: Setup request.contextPath = ./ in page design options
EXECUTE: Refresh editor
ASSERT: Editing continues to work
ACTUAL: Edits is not visible in VPE and edits through VPE result in edits in the top line of the file instead of inside the file.
This is marked blocker since EL resolution is rather pointless if it breaks up the editor ;(
Sometime I got this exception:
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: java.lang.NullPointerException
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.cleanHead(VpeVisualDomBuilder.java:1507)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.rebuildDom(VpeVisualDomBuilder.java:241)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.updateNode(VpeVisualDomBuilder.java:944)
at org.jboss.tools.vpe.editor.VpeController.notifyChangedInUiThread(VpeController.java:670)
at org.jboss.tools.vpe.editor.VpeController$1.runInUIThread(VpeController.java:525)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
... 22 more
--
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
17 years, 3 months
[JBoss JIRA] Created: (JBIDE-3268) Problems with autorefresh using Ctrl+z
by Yura Zhishko (JIRA)
Problems with autorefresh using Ctrl+z
---------------------------------------
Key: JBIDE-3268
URL: https://jira.jboss.org/jira/browse/JBIDE-3268
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.0.0.cr1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Priority: Minor
1) Create any page
2) Paste any component that support resizing in VPE (for example, rich:virtualEarth)
3) Resize this component on the Visual pane
4) Press Ctrl+z
RESULT: Size of the component is still the same as before step 4
5) Press refresh button
RESULT: All works correctly
Bug is similar to JBIDE-2504, but I don't get any exeption. And I think that VPE should be refreshed automaticly after these actions
--
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
17 years, 3 months
[JBoss JIRA] Created: (RHDS-334) In GPD - right-click on a task node does not display options to add actions or tasks
by Len DiMaggio (JIRA)
In GPD - right-click on a task node does not display options to add actions or tasks
------------------------------------------------------------------------------------
Key: RHDS-334
URL: http://jira.jboss.com/jira/browse/RHDS-334
Project: Red Hat Developer Studio
Issue Type: Bug
Components: visualeditor
Affects Versions: 1.0.0.CR1
Environment: Red Hat Developer Studio - Build id: 1.0.0.CR1
Designer plugin 3.1.0.sp1
jbpm-jpdl-suite-3.2.2 (for jBPM runtime)
Reporter: Len DiMaggio
Attachments: Screenshot_eclipse.png, Screenshot_RHDS.png
Description of problem:
In the GPD, right-clicking on a task does not display options to add actions or tasks in RHDS CR1.
Contrast - this does work correctly with:
Core and Designer plugin 3.0.13
jbpm-jpdl-suite-3.2.2 (for runtime)
Eclipse Europa - Version: 3.3.1.1
Version-Release number of selected component (IR or RC #, component ver)
Red Hat Developer Studio - Build id: 1.0.0.CR1
How reproducible:
100%
Steps to Reproduce:
1. Access the websale example program - shipped with jbpm-jpdl-suite-3.2.2
2. Edit the processdefinition.xml file with the GPD
3. Right-click on a task node
Actual results:
See RHDS screenshot - attached
Expected results:
See Eclipse screenshot - attached
Additional info: (e.g., stack trace)
Attachments (e.g., server log)
--
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
17 years, 3 months