Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362912 - Copy (and Paste) of ExtensionActivities
Summary: Copy (and Paste) of ExtensionActivities
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-04 10:22 EDT by Tobias Liefke CLA
Modified: 2022-10-03 11:11 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.