[JBoss JIRA] Created: (JBIDE-1045) Visual Editor throws exceptions during undo execution
by Denis Golovin (JIRA)
Visual Editor throws exceptions during undo execution
-----------------------------------------------------
Key: JBIDE-1045
URL: http://jira.jboss.com/jira/browse/JBIDE-1045
Project: JBoss Tools
Issue Type: Bug
Environment: Windows XP Professional
Reporter: Denis Golovin
Assigned To: Sergey Vasilyev
Fix For: 2.0.0.xulrunner
1. Create seam web project
2. Open WebContent/login.xhtml
3. select login button
4. increase button width using resizer (DnD right square to the right, release DnD)
5. then drag upper center resizer square up and drop it
6. try undo the changes by Ctrl-Z
Exception occurs:
java.lang.ClassCastException: $Proxy12
at org.jboss.tools.vpe.editor.template.VpeCopyCreator.removeAttribute(VpeCopyCreator.java:124)
at org.jboss.tools.vpe.editor.template.VpeHtmlTemplate.removeAttribute(VpeHtmlTemplate.java:558)
at org.jboss.tools.vpe.editor.template.VpeHtmlTemplate.removeAttribute(VpeHtmlTemplate.java:544)
at org.jboss.tools.vpe.editor.template.VpeHtmlTemplate.removeAttribute(VpeHtmlTemplate.java:170)
at org.jboss.tools.vpe.editor.VpeVisualDomBuilder.removeAttribute(VpeVisualDomBuilder.java:984)
at org.jboss.tools.vpe.editor.VpeController.notifyChanged(VpeController.java:363)
at org.eclipse.wst.sse.core.internal.provisional.AbstractNotifier.notify(AbstractNotifier.java:201)
at org.eclipse.wst.xml.core.internal.document.XMLModelNotifierImpl.notify(XMLModelNotifierImpl.java:238)
at org.eclipse.wst.xml.core.internal.document.XMLModelNotifierImpl.notifyDeferred(XMLModelNotifierImpl.java:340)
at org.eclipse.wst.xml.core.internal.document.XMLModelNotifierImpl.endChanging(XMLModelNotifierImpl.java:178)
at org.eclipse.wst.xml.core.internal.document.DOMModelImpl.changedModel(DOMModelImpl.java:163)
at org.eclipse.wst.sse.core.internal.undo.StructuredTextUndoManager.undo(StructuredTextUndoManager.java:648)
at org.eclipse.wst.sse.ui.StructuredTextViewerUndoManager.undo(StructuredTextViewerUndoManager.java:183)
at org.eclipse.jface.text.TextViewer.doOperation(TextViewer.java:3693)
at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:857)
at org.eclipse.jface.text.source.projection.ProjectionViewer.doOperation(ProjectionViewer.java:1429)
at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.doOperation(StructuredTextViewer.java:502)
at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor$JSPStructuredTextViewer.doOperation(JSPTextEditor.java:627)
at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:131)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:129)
at org.jboss.tools.vpe.editor.VpeVisualKeyHandler.ctrlKeyPressHandler(VpeVisualKeyHandler.java:134)
at org.jboss.tools.vpe.editor.VpeVisualKeyHandler.keyPressHandler(VpeVisualKeyHandler.java:95)
at org.jboss.tools.vpe.editor.VpeController.keyPress(VpeController.java:844)
at org.jboss.tools.vpe.editor.mozilla.MozillaDomEventListener.handleEvent(MozillaDomEventListener.java:162)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2264)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3291)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
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:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
at org.eclipse.equinox.launcher.Main.main(Main.java:1144)
--
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
18 years, 6 months
[JBoss JIRA] Updated: (JBIDE-727) "Browse Class" has ui issues and funny content
by Denis Golovin (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-727?page=all ]
Denis Golovin updated JBIDE-727:
--------------------------------
Affects: [Documentation (Ref Guide, User Guide, etc.)]
> "Browse Class" has ui issues and funny content
> ----------------------------------------------
>
> Key: JBIDE-727
> URL: http://jira.jboss.com/jira/browse/JBIDE-727
> Project: JBoss Tools
> Issue Type: Sub-task
> Reporter: Max Andersen
> Assigned To: Viacheslav Kabanovich
> Fix For: 2.0.0.CR1
>
>
> Click browse clas for a Class attribute.
> First thing I notice is that ".settings" and "META-INF" is there as a package; why ?
> Expand it so it gets some children and grows bigger than the list.
> layout works fine.
> Close it.
> Click browse again:
> Now the dialog fills up the whole screen (height wise)
> Select a class.
> Close it.
> Open it again:
> Recent tab is empty ?
> Search tab's "arrow down" is bigger and has pixel artifacts. Not the same as with Eclipse's Open Type dialog.
--
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
18 years, 6 months
[JBoss JIRA] Created: (RHDS-186) Problems importing project created with RHDV beta 1 into new workspace in RHDS beta 1
by Y E (JIRA)
Problems importing project created with RHDV beta 1 into new workspace in RHDS beta 1
-------------------------------------------------------------------------------------
Key: RHDS-186
URL: http://jira.jboss.com/jira/browse/RHDS-186
Project: Red Hat Developer Studio
Issue Type: Bug
Components: visualeditor
Affects Versions: 1.0.0.beta1
Environment: Windows XP Enterprise,Red Hat Develoopoer Studio 1, jre 1.5.0_09
Reporter: Y E
Attachments: 1.log, 2.log
1.Generated WS Client project from a wsdl
2.Generated JSP to test the client
3. Closed the current workspace
4. Opened new workspace, copied the project to the new workspace and tried to import it.
5. No message is given, but the project is empty in package explorer ( see 1.log)
6.Closed RHDS
7.Opened RHDS
8.Message appears:
Initialising Java Tooling(Time of error ....)
Reason:
java.lang.NullPOinterException ( 2.log)
The same problem occurs if step 2 is skipped.
--
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
18 years, 6 months
[JBoss JIRA] Commented: (JBIDE-732) New view in faces-config.xml
by Denis Golovin (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-732?page=comments#action_12382236 ]
Denis Golovin commented on JBIDE-732:
-------------------------------------
Here is what I tried:
1. EXECUTE: Create JSF project
2. EXECUTE: Open WebContent/WEB-INF/faces-config.xml by RedHat XML Editor.
3. EXECUTE: Select Diagram tab
4. EXECUTE: Show popup menu for diagram by right click and select 'New View ...'
5: EXECUTE: Fill From-view-id, check 'Create File on Disk, select template form 'Template' combo and press finish
6. ASSERT: View <<From-field-id>>.jsp created on diagram tab
7. ASSERT: file <<From-field-id>> created in WebContent project folder
7. EXECUTE: Show popup menu on created view and select 'Open page'
8. ASSERT: JSP editor is opened
Did I use the right case?
> New view in faces-config.xml
> ----------------------------
>
> Key: JBIDE-732
> URL: http://jira.jboss.com/jira/browse/JBIDE-732
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: 2.0.0.Beta3
> Reporter: Krasimir Goutcev
> Assigned To: Victor Rubezhny
>
> When open faces-config.xml with RedHat XML Editor in Design mode, there is capability to select "View Template" (I think that this is like "New View" )and after that to place in work area .
> In Exadel Studio 4 after that view is created. now - nothing happen
--
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
18 years, 6 months