[JBoss JIRA] Created: (JBIDE-7328) Renaming smooks xml configuration file extension can cause errors
by Jiri Peterka (JIRA)
Renaming smooks xml configuration file extension can cause errors
-----------------------------------------------------------------
Key: JBIDE-7328
URL: https://jira.jboss.org/browse/JBIDE-7328
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.2.0.Beta1
Environment: JBDS 4.0.0.beta1 #47, Linux 64
Reporter: Jiri Peterka
Attachments: smooks-rename-exception.txt
Steps:
1. Create project
2. Create smooks configuration file
3. Try to rename smooks configuration file and remove xml extension (you can try use .x or anything else than xml - it works as well)
You'll see: An internal error occurred during:
java.lang.ClassCastException: org.eclipse.core.internal.filebuffers.SynchronizableDocument cannot be cast to org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument
at org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingReconciler.reconcile(SemanticHighlightingReconciler.java:113)
at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.endProcessing(DocumentRegionProcessor.java:119)
at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor.run(DirtyRegionProcessor.java:682)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
java.lang.NullPointerException
at org.eclipse.wst.sse.ui.StructuredTextEditor.update(StructuredTextEditor.java:2967)
at org.eclipse.wst.sse.ui.StructuredTextEditor.setModel(StructuredTextEditor.java:2871)
at org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(StructuredTextEditor.java:1874)
at org.jboss.tools.smooks.configuration.editors.SmooksXMLEditor.doSetInput(SmooksXMLEditor.java:29)
at org.jboss.tools.smooks.editor.AbstractSmooksFormEditor$2.doSetInput(AbstractSmooksFormEditor.java:461)
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-7276) Weird org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager Exceptions
by Brian Fitzpatrick (JIRA)
Weird org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager Exceptions
---------------------------------------------------------------------------------
Key: JBIDE-7276
URL: https://jira.jboss.org/browse/JBIDE-7276
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.Beta1
Reporter: Brian Fitzpatrick
Assignee: Rob Stryker
Fix For: 3.2.0.Beta2
Seeing the same "error firing server event" message when deploying ESB files or importing the helloworld project example (per JBDS-1356)... This may be similar to JBIDE-3502 which was closed back in 3.0
!ENTRY org.eclipse.wst.server.core 4 0 2010-10-06 12:12:53.424
!MESSAGE Error firing server event: org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager@1ec1774
!STACK 0
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:782)
at java.util.ArrayList$Itr.next(ArrayList.java:754)
at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager.serverChanged(UnitedServerListenerManager.java:131)
at org.eclipse.wst.server.core.internal.ServerNotificationManager.broadcastChange(ServerNotificationManager.java:110)
at org.eclipse.wst.server.core.internal.Server.fireServerStateChangeEvent(Server.java:691)
at org.eclipse.wst.server.core.internal.Server.setServerState(Server.java:628)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.setServerState(ServerBehaviourDelegate.java:144)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.setServerStarted(DeployableServerBehavior.java:131)
at org.jboss.ide.eclipse.as.core.server.internal.PollThread.alertBehavior(PollThread.java:226)
at org.jboss.ide.eclipse.as.core.server.internal.PollThread.run(PollThread.java:177)
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-7414) org.jboss.tools.vpe compilation errors
by Nick Boldt (JIRA)
org.jboss.tools.vpe compilation errors
--------------------------------------
Key: JBIDE-7414
URL: https://jira.jboss.org/browse/JBIDE-7414
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.Beta2
Reporter: Nick Boldt
Assignee: Maxim Areshkau
Priority: Blocker
[java] [javac] 145. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/handlers/RotateEditorsHandler.java (at line 123)
[java] [javac] public void updateElement(UIElement element, Map parameters) {
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method updateElement(UIElement, Map) of type RotateEditorsHandler must override a superclass method
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 146. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/handlers/ShowBorderHandler.java (at line 66)
[java] [javac] public void updateElement(UIElement element, Map parameters) {
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method updateElement(UIElement, Map) of type ShowBorderHandler must override a superclass method
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 147. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/handlers/ShowBundleAsELHandler.java (at line 67)
[java] [javac] public void updateElement(UIElement element, Map parameters) {
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method updateElement(UIElement, Map) of type ShowBundleAsELHandler must override a superclass method
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 148. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/handlers/ShowNonVisualTagsHandler.java (at line 66)
[java] [javac] public void updateElement(UIElement element, Map parameters) {
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method updateElement(UIElement, Map) of type ShowNonVisualTagsHandler must override a superclass method
[java] [javac] ----------
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta2/360/c...
--
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, 4 months