[JBoss JIRA] Created: (JBIDE-9370) NPE when close VPE during page refresh execution
by Vitali Yemialyanchyk (JIRA)
NPE when close VPE during page refresh execution
------------------------------------------------
Key: JBIDE-9370
URL: https://issues.jboss.org/browse/JBIDE-9370
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M3
Reporter: Vitali Yemialyanchyk
Assignee: Yahor Radtsevich
edit some rather big page with VPE, input some test, during page refresh close VPE - as result get exception:
java.lang.NullPointerException
at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.getDomDocument(MozillaEditor.java:828)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.getVisualDocument(VpeVisualDomBuilder.java:1556)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.createNode(VpeVisualDomBuilder.java:493)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.addNode(VpeVisualDomBuilder.java:270)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.updateElement(VpeVisualDomBuilder.java:836)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.updateNode(VpeVisualDomBuilder.java:766)
at org.jboss.tools.vpe.editor.VpeController.notifyChangedInUiThread(VpeController.java:748)
at org.jboss.tools.vpe.editor.VpeController$1.runInUIThread(VpeController.java:554)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
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:344)
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:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-6883) Smooks wizard throws exception and doesn't open file when wizard finishes
by Brian Fitzpatrick (JIRA)
Smooks wizard throws exception and doesn't open file when wizard finishes
-------------------------------------------------------------------------
Key: JBIDE-6883
URL: https://jira.jboss.org/browse/JBIDE-6883
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: smooks
Affects Versions: 3.2.x
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 3.2.0.Beta
When you use the new Smooks Configuration File wizard to create a Smooks file, it creates the file and then should open it in the editor. Instead, I'm seeing this error:
!ENTRY org.jboss.tools.smooks.ui 4 4 2010-08-20 15:46:20.968
!MESSAGE Error
!STACK 1
org.eclipse.ui.PartInitException: Unable to open editor, unknown editor ID: org.jboss.tools.smooks.configuration.editors.MultiPageEditor
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:633)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2860)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2768)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2760)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2711)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2707)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2691)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2682)
at org.jboss.tools.smooks.configuration.wizards.SmooksConfigurationFileNewWizard$2.run(SmooksConfigurationFileNewWizard.java:142)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3527)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3174)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:173)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008)
at org.jboss.tools.smooks.configuration.wizards.SmooksConfigurationFileNewWizard.performFinish(SmooksConfigurationFileNewWizard.java:87)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
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.Display.runDeferredEvents(Display.java:3552)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:254)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
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.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
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:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171)
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.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)
!SUBENTRY 1 org.eclipse.ui 4 0 2010-08-20 15:46:20.983
!MESSAGE Unable to open editor, unknown editor ID: org.jboss.tools.smooks.configuration.editors.MultiPageEditor
--
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
14 years, 7 months
[JBoss JIRA] Created: (JBDS-1170) ESB Tooling for SOAP Envelopes and schemas Native support
by Gary Lamperillo (JIRA)
ESB Tooling for SOAP Envelopes and schemas Native support
---------------------------------------------------------
Key: JBDS-1170
URL: https://jira.jboss.org/jira/browse/JBDS-1170
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Reporter: Gary Lamperillo
Attachments: smooks_transform_from_soap.png
SOAP Envelopes and schemas should be handled more natively by the current ESB Tooling. To illustrate the difficulty for the developers when it is not handled natively: When a Web Service transformation is made with Smooks, the entire SOAP Envelope needs to be imported, additional items like security may change based on the service contract, this will cause issues for more than the most basic example. In addition, A Content Base Router could use the Soap Envelope without the need for casts of Message body to Classes, which can cause many exceptions during runtime. The XSLT Actions could also use the entire SOAP Envelope as well. Tooling should be available to import the SOAP Envelope and the defined body and Security Headers etc.
the 3 attached screenshots hope to show the need for SOAP Native support.
--
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-9322) Smooks Editor - Error creating Input Model from Sample Model Data. Error: "Error build project classpath."
by Piotr Machner (JIRA)
Smooks Editor - Error creating Input Model from Sample Model Data. Error: "Error build project classpath."
----------------------------------------------------------------------------------------------------------
Key: JBIDE-9322
URL: https://issues.jboss.org/browse/JBIDE-9322
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.2.0.Final
Environment: Windows 7 SP1 64-bit, SpringSource Tool Suite - Version: 2.7.0.RELEASE
Reporter: Piotr Machner
Assignee: Brian Fitzpatrick
Issue created as a result of the following discussion:
http://old.nabble.com/Error-when-using-Smooks-Tool-Eclipse-3.6-td31309592...
Smooks editor versions where the bug could be reproduced: 1.1.0.v20101022-2113-H122-Beta2, 1.1.0.v20110215-1231-H25-GA
Steps to reproduce:
1) create smooks config xml
2) select Java as input type, then select Input data as Java file. Choose a Java file which is dependant on a different non-standard Java class (class which has members whose types are not standard Java types, for example the problem can be reproduced when the Java file has the following member:
private List<MyCustomAction> myCustomActions;)
Expected result:
The class (along with the classes it depends on) is successfully shown in the editor and can be used to create the mapping.
Actual result:
The class is not added to the editor. Instead, the following error message shows up:
Check Input Task configuration. Error creating Input Model from Sample Model Data. Error: "Error build project classpath."
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-5358) Change how beans are expanded when added via the bean add dialog
by Tom Fennelly (JIRA)
Change how beans are expanded when added via the bean add dialog
----------------------------------------------------------------
Key: JBIDE-5358
URL: https://jira.jboss.org/jira/browse/JBIDE-5358
Project: Tools (JBoss Tools)
Issue Type: Task
Components: smooks
Reporter: Tom Fennelly
Fix For: 3.1.0.GA
At the moment, we iterate down the object model and add all sub-objects etc. This is looking a bit messy because:
1. It requires the user to expand out a tree in the bottom half of the bean creation dialog, selecting the sub-domain objects he/she wants to be added.
2. The beans all land on the canvas at the one time, which requires a load of rearranging etc
I think it would be nicer for the user if only the bean class entered in the Bean Creation wizard was dropped on the canvas, with all it's properties, but not drop in the sub-domain classes, wired together etc (as now). If some of the properties are for sub-domain objects, the user should be able to right-click and add, resulting in that sub-domain object being added etc etc. The user can expand it out as they want.
--
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