]
Denis Golovin updated JBIDE-8246:
---------------------------------
Fix Version/s: 3.3.0.M1
(was: 3.2.x)
Class cast exception when serializing extensionActivity with Text
nodes
-----------------------------------------------------------------------
Key: JBIDE-8246
URL:
https://issues.jboss.org/browse/JBIDE-8246
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel
Affects Versions: 3.2.0.CR1
Reporter: Robert (Bob) Brodt
Assignee: Robert (Bob) Brodt
Fix For: 3.3.0.M1
This was reported here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=335458
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();
--
This message is automatically generated by JIRA.
For more information on JIRA, see: