[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-5906) Invalid perspectiveExtensions extension point in org.jboss.tools.flow.jpdl4

Koen Aers (JIRA) jira-events at lists.jboss.org
Wed Mar 3 09:29:09 EST 2010


     [ https://jira.jboss.org/jira/browse/JBIDE-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koen Aers resolved JBIDE-5906.
------------------------------

    Resolution: Done


I have applied the patch on the 3.1.x branch as well: revision 20615

> 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

        


More information about the jbosstools-issues mailing list