]
Tomaz Cerar updated WFCORE-597:
-------------------------------
Parent: WFCORE-603
Workaround Description: (was: Define the ADD operation manually in the resource and
omit the required attributes.)
Issue Type: Sub-task (was: Bug)
Workaround: (was: Workaround Exists)
Where an ObjectTypeAttributeDefinition is in use respect the
ResourceOnly setting on contained types for add operations.
------------------------------------------------------------------------------------------------------------------------
Key: WFCORE-597
URL:
https://issues.jboss.org/browse/WFCORE-597
Project: WildFly Core
Issue Type: Sub-task
Components: Domain Management
Reporter: Darran Lofthouse
Assignee: Tomaz Cerar
Labels: affects_elytron
Fix For: 1.0.0.Beta1
If an ObjectTypeAttributeDefinition contains an attribute definition that has
ResourceOnly set then it should be filtered from the automatically generated description
for the add operation.
This may be more related to lists, I currently have: -
ObjectListAttributeDefinition, which contains ObjectTypeAttributeDefinition, which
contains SimpleAttributeDefinition
It is this final SimpleAttributeDefinition that has ResourceOnly set but it is still
showing up in the operation description for add.