Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-23824

Some old subsystem parsers are missing for server configuration migrations

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 8.0.0.GA-CR1, 8.0.0.GA
    • 8.0.0.Beta
    • Migration
    • None
    • False
    • None
    • False
    • Known Issue

    Description

      For example when trying to run with EAP 6.4.0 server configuration I get

      OPVDX001: Validation error in standalone-full-ha-migrate.xml -------------------
      |
      |  168:   <default-missing-method-permissions-deny-access value="true"/>
      |  169: </subsystem>
      |  170: <subsystem xmlns="urn:jboss:domain:infinispan:1.5">
      |                                                          ^^^^ Unexpected element '{urn:jboss:domain:infinispan:1.5}subsystem'
      |
      |  171:   <cache-container aliases="cluster ha-partition" name="singleton" default-cache="default">
      |  172:     <transport lock-timeout="60000"/>
      |  173:     <replicated-cache mode="SYNC" name="default" batching="true">
      |
      | The primary underlying error message was:
      | > ParseError at [row,col]:[170,56]
      | > Message: Unexpected element
      | >   '{urn:jboss:domain:infinispan:1.5}subsystem'
      |
      |-------------------------------------------------------------------------------
      

      With EAP 7.2.9 config

      OPVDX001: Validation error in standalone-full-ha-migrate.xml -------------------
      |
      |  306:   <security server-requires-ssl="false" client-requires-ssl="false"/>
      |  307: </subsystem>
      |  308: <subsystem xmlns="urn:jboss:domain:infinispan:7.0">
      |                                                          ^^^^ Unexpected element '{urn:jboss:domain:infinispan:7.0}subsystem'
      |
      |  309:   <cache-container aliases="singleton cluster" module="org.wildfly.clustering.server" name="server" default-cache="default">
      |  310:     <transport lock-timeout="60000"/>
      |  311:     <replicated-cache name="default">
      |
      | The primary underlying error message was:
      | > ParseError at [row,col]:[308,56]
      | > Message: Unexpected element
      | >   '{urn:jboss:domain:infinispan:7.0}subsystem'
      |
      |-------------------------------------------------------------------------------
      

      I'm not sure whether there are some other subsystem affected.

      Such issues effectively blocks migrations from EAP 6.4/7.x to EAP 8.0, setting as Blocker.

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              okotek@redhat.com Ondrej Kotek
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: