[JBoss JIRA] Created: (JBIDE-8564) jboss tools model update error
by Max Rydahl Andersen (JIRA)
jboss tools model update error
------------------------------
Key: JBIDE-8564
URL: https://issues.jboss.org/browse/JBIDE-8564
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: core
Affects Versions: 3.2.0.Final
Reporter: Max Rydahl Andersen
Priority: Critical
Fix For: 3.2.1, 3.3.0.M1
I was saving a pom.xml file and suddenly got an error message saying this:
org.eclipse.core.runtime.AssertionFailedException: null argument:The dialog should be created in UI thread
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
at org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage(IconAndMessageDialog.java:282)
at org.eclipse.jface.dialogs.IconAndMessageDialog.getQuestionImage(IconAndMessageDialog.java:260)
at org.eclipse.jface.dialogs.MessageDialog.<init>(MessageDialog.java:189)
at org.jboss.tools.common.model.ui.wizards.one.ServiceDialogImpl.showDialog(ServiceDialogImpl.java:62)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.question(FolderImpl.java:773)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.updateRemove(FolderImpl.java:724)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.update(FolderImpl.java:416)
at org.jboss.tools.common.model.filesystems.impl.FileSystemFolderLoader.update(FileSystemFolderLoader.java:28)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsLoader.update(FileSystemsLoader.java:68)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsImpl.doUpdate(FileSystemsImpl.java:343)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsImpl.access$4(FileSystemsImpl.java:337)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsImpl$UpdateRunnable.run(FileSystemsImpl.java:326)
at org.jboss.tools.common.model.XJob.runInWorkspace(XJob.java:178)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
So something went wrong - and I guess its trying to show an error dialog but its done from non-ui thread.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8602) Too many error icons on file content in Project Explorer
by Viacheslav Kabanovich (JIRA)
Too many error icons on file content in Project Explorer
--------------------------------------------------------
Key: JBIDE-8602
URL: https://issues.jboss.org/browse/JBIDE-8602
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
If a file, for which JBoss Tools provide content extension to Project explorer, contains an error, all node icons under file node are decorated by the error icon.
The cause of that is adapting of XModelObject to IResource by implementing getAdapter(Class). It was done to fix JBIDE-7555 - since Eclipse services that init actions/wizards/etc by resources need selected object to be adaptable to IResource. But Project Explorer in decorating nodes, also adapts each node to IResource, and if the resource has error markers on it, marks each node as error node.
The solution is to adapt model object to resource not by implementing getAdapter() but by registering an adapter factory in 'org.eclipse.core.runtime.adapters'. Project Explorer does not look into factories, while other services do that.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8148) New Connection wizard: blocks UI when you hit "Finish"
by Andre Dietisheim (JIRA)
New Connection wizard: blocks UI when you hit "Finish"
------------------------------------------------------
Key: JBIDE-8148
URL: https://issues.jboss.org/browse/JBIDE-8148
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.CR1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.1
If you create a new cloud with the "New cloud connection" wizard, enter all settings and hit finish, images and instances get loaded. This operation is executed in the UI thread (no background thread) and therefore blocks the UI. We should switch this to a background thread.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8093) User gets no feedback about what's missing on "Create RSE Connection and Server" when launching an instance
by Andre Dietisheim (JIRA)
User gets no feedback about what's missing on "Create RSE Connection and Server" when launching an instance
-----------------------------------------------------------------------------------------------------------
Key: JBIDE-8093
URL: https://issues.jboss.org/browse/JBIDE-8093
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: deltacloud
Affects Versions: 3.2.0.CR1
Reporter: Andre Dietisheim
Fix For: 3.2.x
Attachments: rse-and-server-page1.png, rse-and-server-page2.png
To launching an new instance, you have a wizard with 2 pages.
1) "Launch instance" page
2) "Create RSE Connection and Server" page
The 2nd page does not inform (neither by decorations nor by errors in the title area) about what's missing. "Finish" is disabled and you only find out by looking closly at the fields which info is still missing and has to filled in.
Ex. I choose "Determine server details from this remote file" (radio button). The path is already filled in but the "Local runtime" combo is empty. "Finish" is therefore disabled. I only find out about this by closlely looking at the form an detecting that the runtime is not chosen yet. The runtime combo is not decorated with an error marker. I also dont have an error in the title area.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8306) Project Explorer has child node looking exactly the same as parent
by Denis Golovin (JIRA)
Project Explorer has child node looking exactly the same as parent
------------------------------------------------------------------
Key: JBIDE-8306
URL: https://issues.jboss.org/browse/JBIDE-8306
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.2.0.CR1
Reporter: Denis Golovin
Assignee: Alexey Kazakov
Fix For: 3.3.0.M1
Attachments: screenshot68.png
Project with Enabled JSF/Struts capabilities contains child node that looks exactly the same as parent in Project Explorer view
!screenshot68.png!
It contains information about configuration (web deployment descriptor, JSF/Struts configuration, taglibs, beans and etc) and resources from web root.
We have several way to give it a better look and usability:
1. (simple) find a right name/icon for it to describe content in it and remove redundant nodes from it (WebContent and web deployment descriptor, for instance, are already present under project in Projects Explorer)
2. Split it in several nodes to be shown as Project node siblings.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months