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

Bug 335458

Summary: Class cast exception when serializing extensionActivity with Text nodes
Product: z_Archived Reporter: Robert Brodt <bbrodt>
Component: BPELAssignee: BPEL UI Inbox <bpel.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: igor.novakovic
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Robert Brodt CLA 2011-01-26 10:42:20 EST
The BPELWriter throws a class cast exception when a Text node containing, e.g. whitespace is serialized. See BPELWriter#extensionActivity2XML:
Element child = (Element) fragment.getFirstChild();
Comment 1 Robert Brodt CLA 2012-04-18 09:12:35 EDT
Fixed