-
Bug
-
Resolution: Obsolete
-
Optional
-
EAP_EWP 5.2.0 ER2
-
None
-
Release Notes
-
-
Documented as Known Issue
-
NEW
When creating a resource such as
- JMS destination
- Connection Factory
- Datasource
embjopr by default sets "Security Deployment Type" to "unset", if you don't change the value in the form. The description on the right says '(....)The default is "NONE"'. However, if you leave this field "unset", you will get an error after you submit the form:
Failed to add Resource (see app server log for additional details): java.lang.IllegalArgumentException:item value org.jboss.resource.metadata.mcf.SecurityDeploymentType{[NONE, APPLICATION, DOMAIN, DOMAIN_AND_APPLICATION]}:null for item name securityDeploymentType is not a org.jboss.resource.metadata.mcf.SecurityDeploymentType{[NONE, APPLICATION, DOMAIN, DOMAIN_AND_APPLICATION]}
so the sentence stating that 'The default is "NONE"' is apparently not true. A value is required here.