[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-8732) BPEL perspective is broken

Feng Qian (JIRA) jira-events at lists.jboss.org
Wed Apr 20 00:01:33 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-8732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596653#comment-12596653 ] 

Feng Qian commented on JBIDE-8732:
----------------------------------

Hi Bob,
I try to find some extensions, I don't what you want. So just copy the extension, hope it can help you:
 <extension point="org.eclipse.ui.navigator.navigatorContent">
	<commonWizard type="new" wizardId="org.eclipse.bpel.ui.newFile"            menuGroupId="org.eclipse.bpel.new.menuGroup">
		<enablement>
			<with variable="activeWorkbenchWindow.activePerspective">
			   <equals value="org.eclipse.bpel.ui.perspective"/>
			</with>
		</enablement>
	</commonWizard>
 </extension>

> BPEL perspective is broken
> --------------------------
>
>                 Key: JBIDE-8732
>                 URL: https://issues.jboss.org/browse/JBIDE-8732
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: bpel
>    Affects Versions: 3.2.0.Final
>            Reporter: Robert (Bob) Brodt
>            Assignee: Robert (Bob) Brodt
>             Fix For: 3.2.1
>
>
> When creating a new BPEL project, the workbench displays the "do you want to switch to the BPEL perspective" dialog (if enabled) as expected. Clicking "yes" apparently switches to the new perspective but the context menu->New action does not display the expected items (e.g. "BPEL Process File", "Apache ODE Deployment Descriptor", etc.) while the File->New (from main menu) does work as expected.
> Also, there seem to be 2 BPEL perspectives defined, the second one is labeled <BPEL> and that one displays the correct context menu.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list