[
https://jira.jboss.org/jira/browse/JBIDE-5906?page=com.atlassian.jira.plu...
]
Koen Aers updated JBIDE-5906:
-----------------------------
Attachment: org.jboss.tools.flow.jpdl4.patch
This patch solves the problem. It is solved in trunk, do I need to apply the patch to
another branch?
Invalid perspectiveExtensions extension point in
org.jboss.tools.flow.jpdl4
---------------------------------------------------------------------------
Key: JBIDE-5906
URL:
https://jira.jboss.org/jira/browse/JBIDE-5906
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 3.1.0.CR2
Reporter: Snjezana Peco
Assignee: Koen Aers
Priority: Critical
Fix For: 3.1.0.CR3
Attachments: org.jboss.tools.flow.jpdl4.patch
The following declaration is invalid:
...
<view
id="org.jboss.tools.flow.jpdl4.details"
minimized="false"
relationship="stack"
relative="org.eclipse.mylyn.tasks.ui.views.tasks"
visible="false">
</view>
<view
id="org.jboss.tools.flow.jpdl4.details"
minimized="false"
ratio="0.5"
relationship="top"
relative="org.eclipse.ui.views.ContentOutline"
visible="false">
</view>
...
There are two issues. The first one is that the above views are defined with the same id.
The second one is that the declaration contributes the
org.eclipse.mylyn.tasks.ui.views.tasks view that isn't always available. If you start
this plugin in a distribution that doesn't contain mylyn, you will get the following
log:
!ENTRY org.eclipse.ui 4 4 2010-02-22 23:31:38.937
!MESSAGE Referenced part does not exist yet: org.eclipse.mylyn.tasks.ui.views.tasks.
!ENTRY org.eclipse.ui 4 4 2010-02-22 23:31:38.937
!MESSAGE Part already exists in page layout: org.jboss.tools.flow.jpdl4.details.
--
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