Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 10:14 Go to next message
Girish Kumar is currently offline Girish KumarFriend
Messages: 48
Registered: May 2011
Member
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 10:15]

Report message to a moderator

Re: Replacing Tab doesn't work [message #1727214 is a reply to message #1727205] Mon, 21 March 2016 11:28 Go to previous message
Girish Kumar is currently offline Girish KumarFriend
Messages: 48
Registered: May 2011
Member
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: Fri Sep 22 13:11:08 GMT 2023

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

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

Back to the top