]
Jan Kalina moved JBEAP-6074 to WFLY-7145:
-----------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7145 (was: JBEAP-6074)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Key-store atttribute read-only occures in xsd, but not in model
---------------------------------------------------------------
Key: WFLY-7145
URL:
https://issues.jboss.org/browse/WFLY-7145
Project: WildFly
Issue Type: Bug
Reporter: Jan Kalina
Assignee: Jan Kalina
Priority: Minor
There is a attribute {{read-only}} mentioned in XSD.
{code}
<xs:attribute name="read-only" type="xs:boolean"
use="optional" default="false">
<xs:annotation>
<xs:documentation>
When set to 'true' this attribute prevents the in-memory
representation of the file from being written back to the file.
</xs:documentation>
</xs:annotation>
</xs:attribute>
{code}
But not in model. Therefore can't be used. Is that feature related to modifiable
realms, which was deffered to 7.2? So probably should be removed from XSD?