-
Bug
-
Resolution: Done
-
Major
-
7.1.0.GA
Running migration tool from 6.4 to 7.1 having configured transaction subsystem with path and relative-to attributes fails with validation exception:
OPVDX001: Validation error in domain.xml --------------------------------
491: |
492: <subsystem xmlns="urn:jboss:domain:transactions:1.5"> |
493: <core-environment path="var" relative-to="jboss.server.data.dir" node-identifier="${jboss.server.name}"> |
^^^^ The attribute 'path' is no longer supported |
494: <process-id> |
495: <uuid></uuid> |
496: </process-id> |
The primary underlying error message was: |
> ParseError at [row,col]:[493,17] |
> Message: WFLYTX0031: The attribute 'path' is no longer supported |
Those attributes were deprecated and I guess removed from 7.1.
- clones
-
JBEAP-14971 [7.1] Migration Tool: Validation error in migration due to deprecated attributes in transaction subsystem
- Closed