]
Brian Stansberry updated WFCORE-1193:
-------------------------------------
Fix Version/s: 2.2.0.CR1
PersistentResourceDefinition incompatible with Parameters from
SimpleResourceDefinition
---------------------------------------------------------------------------------------
Key: WFCORE-1193
URL:
https://issues.jboss.org/browse/WFCORE-1193
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Labels: affects_elytron
Fix For: 2.2.0.CR1, 3.0.0.Alpha1
PersistentResourceDefinition creates it's own Parameters class which is an extension
of the class in SimpleResourceDefinition - the problem is if you use the chaining methods
in a constrcutor you can't pass in the result to the PersistantResourceDefinition
constructor as it is now the wrong type.