Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-8246

Class cast exception when serializing extensionActivity with Text nodes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.M1
    • 3.2.0.CR1
    • bpel
    • None
    • Hide

      This requires the registration of a custom serializer for an extension activity. The serializer's marshalling function needs to insert TEXT Nodes before the actual extension element.

      Show
      This requires the registration of a custom serializer for an extension activity. The serializer's marshalling function needs to insert TEXT Nodes before the actual extension element.
    • Medium

      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();

            bbrodt_jira Robert (Bob) Brodt (Inactive)
            bbrodt_jira Robert (Bob) Brodt (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: