Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362912

Summary: Copy (and Paste) of ExtensionActivities
Product: z_Archived Reporter: Tobias Liefke <eclipse>
Component: BPELAssignee: Project Inbox <bpel.default-inbox>
Status: NEW --- QA Contact:
Severity: major    
Priority: P3 CC: igor.novakovic
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Tobias Liefke CLA 2011-11-04 10:22:35 EDT
If I try to copy an extension activity in the graphical view of the BPEL Designer, I receive an error:

java.lang.IllegalArgumentException: No serialize method ${extensionActivityName}2XML
	at org.eclipse.bpel.model.resource.BPELWriter.anyObject2xml(BPELWriter.java:446)
	at org.eclipse.bpel.model.resource.BPELWriter.anyBPELObject2xml(BPELWriter.java:429)
	at org.eclipse.bpel.model.resource.BPELWriter.toXML(BPELWriter.java:405)
	at org.eclipse.bpel.ui.util.TransferBuffer$Contents.transferToClipboard(TransferBuffer.java:96)

It seems that the "extension activity" use case was not implemented for C'nP.