[jboss-jira] [JBoss JIRA] (WFLY-9049) [GSS](7.1.0) Elements defined in 'jboss-ejb-security_1_1.xsd' must be optional
Jörg Bäsner (JIRA)
issues at jboss.org
Tue Jul 4 11:05:00 EDT 2017
Jörg Bäsner created WFLY-9049:
---------------------------------
Summary: [GSS](7.1.0) Elements defined in 'jboss-ejb-security_1_1.xsd' must be optional
Key: WFLY-9049
URL: https://issues.jboss.org/browse/WFLY-9049
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-security_1_1.xsd] should be changed to have these elements optional.
Like:
{noformat}
...
<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">
...
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list