Uploaded image for project: 'JBoss Enterprise SOA Platform'
  1. JBoss Enterprise SOA Platform
  2. SOA-3410

Smooks breaks backward compatibility between SOA-P 5.1 and 5.2 in some cases

    XMLWordPrintable

    Details

    • Affects:
      Documentation (Ref Guide, User Guide, etc.)
    • Release Notes Text:
      Hide
      https://issues.jboss.org/browse/SOA-3410

      There is a backwards compatibility issue as Smooks no longer contains org.milyn.smooks.edi.SmooksEDIParser class. If you are still using an old configuration, you must change it to use EDIReader (http://www.milyn.org/javadoc/v1.4/smooks-cartridges/edi/org/milyn/smooks/edi/EDIReader.html) or update the configuration to this: <edi:reader mappingModel="parse/edi-to-xml-order-mapping.xml" />
      Show
      https://issues.jboss.org/browse/SOA-3410 There is a backwards compatibility issue as Smooks no longer contains org.milyn.smooks.edi.SmooksEDIParser class. If you are still using an old configuration, you must change it to use EDIReader ( http://www.milyn.org/javadoc/v1.4/smooks-cartridges/edi/org/milyn/smooks/edi/EDIReader.html ) or update the configuration to this: <edi:reader mappingModel="parse/edi-to-xml-order-mapping.xml" />
    • Release Notes Docs Status:
      Documented as Known Issue

      Description

      Smooks doesn't support some configurations with SOA-P 5.2 that are possible with SOA-P 5.1.

      For example we can define EDI mapping model in two ways. The first[1] works on both versions, but second[2] can be used only with SOA-P 5.1.

      The second configuration was in quickstarts last time in SOA-P 4.3 so it's probably not very important issue. But if customer uses this configuration on SOA-P 5.1 and will migrate, it will crash on SOA-P 5.2.

      [1]
      <edi:reader mappingModel="parse/edi-to-xml-order-mapping.xml" />

      [2]
      <resource-config selector="org.xml.sax.driver">
      <resource>org.milyn.smooks.edi.SmooksEDIParser</resource>
      <param name="mapping-model">/smooks_configs/parse/edi-to-xml-order-mapping.xml</param>
      </resource-config>

        Gliffy Diagrams

          Attachments

            Activity

              People

              • Assignee:
                dlesage David Le Sage
                Reporter:
                rbalent Robert Balent
                Writer:
                David Le Sage
              • Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: