Jörg Bäsner created WFLY-9047:
---------------------------------
Summary: Elements defined in 'jboss-ejb-security_1_1.xsd' must be
optional
Key: WFLY-9047
URL:
https://issues.jboss.org/browse/WFLY-9047
Project: WildFly
Issue Type: Bug
Affects Versions: 11.0.0.Alpha1
Reporter: Jörg Bäsner
Assignee: Jason Greene
Wildfly does not validate the 'jboss-ejb3.xml' file during startup, but when
trying do validate a 'jboss-ejb3.xml' file externally the following elements are
mandatory, even though they aren't:
* {{security-domain}}
* {{run-as-principal}}
* {{missing-method-permissions-deny-access}}
The
[
jboss-ejb-security_1_1.xsd|http://www.jboss.org/schema/jbossas/jboss-ejb-...]
should be changed to have these elements optional.
Like:
{{
...
<xs:element name="security-domain" type="xs:string"
minOccurs="0"/>
<xs:element name="run-as-principal" type="xs:string"
minOccurs="0"/>
<xs:element name="missing-method-permissions-deny-access"
type="xs:boolean" minOccurs="0">
...
}}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)