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

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Mon Feb 22 18:00:10 EST 2010


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


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