Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335458 - Class cast exception when serializing extensionActivity with Text nodes
Summary: Class cast exception when serializing extensionActivity with Text nodes
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: BPEL UI Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-26 10:42 EST by Robert Brodt 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 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