Details
-
Bug
-
Resolution: Done
-
Blocker
-
8.0.0.Beta
-
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
- is caused by
-
WFLY-16978 Restore parser support for legacy JGroups subsystem schemas
-
- Closed
-
-
WFLY-16979 Restore parser support for legacy Infinispan subsystem schemas
-
- Closed
-
-
WFLY-16980 Restore parser support for legacy mod_cluster subsystem schemas
-
- Closed
-