Skip to main content



      Home
Home » Eclipse Projects » BPMN 2.0 Modeler » Replacing Tab doesn't work(Replacing Tab doesn't work)
Replacing Tab doesn't work [message #1727205] Mon, 21 March 2016 06:14 Go to next message
Eclipse UserFriend
Hi All,

I am trying to replace the couple of tabs as mentioned in the xml below, however i am surprised to see 2 I/O and 2 User Task tabs. which means it is not replacing, indeed it is rendering both.

<extension
point="org.eclipse.bpmn2.modeler.runtime">
<propertyTab
afterTab="org.eclipse.bpmn2.modeler.description.tab"
class="com.xyz.t24.bpmn2.extension.property.UserTaskSection"
id="com.xyz.t24.bpmn2.extension.usertask.tab"
label="User Task"
replaceTab="org.eclipse.bpmn2.modeler.userTask.tab"
type="org.eclipse.bpmn2.UserTask">
</propertyTab>
<propertyTab
afterTab="org.eclipse.bpmn2.modeler.description.tab"
class="com.xyz.t24.bpmn2.extension.property.T24UserTaskIoParametersPropertySection"
id="com.xyz.t24.bpmn2.extension.ioparameter.tab"
label="I/O Parameters"
replaceTab="org.eclipse.bpmn2.modeler.activity.io.tab">
</propertyTab>
</extension>

Any help would be appreciated

[Updated on: Mon, 21 March 2016 06:15] by Moderator

Re: Replacing Tab doesn't work [message #1727214 is a reply to message #1727205] Mon, 21 March 2016 07:28 Go to previous message
Eclipse UserFriend
I see in org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5 plugin , org.eclipse.bpmn2.modeler.userTask.tab and org.eclipse.bpmn2.modeler.activity.io.ta already being replaced.

Do you think somehow bpmn2 is not able to override this one
Previous Topic:Customtask features no longer recognized
Next Topic:Generate an image of bpmn file
Goto Forum:
  


Current Time: Thu Jun 12 22:15:38 EDT 2025

Powered by FUDForum. Page generated in 0.04434 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top