Bug 984037 - Wrong "Security Deployment Type" value on Datasource or ConnectionFactory creation with management interface
Summary: Wrong "Security Deployment Type" value on Datasource or ConnectionFactory cre...
Keywords:
Status: NEW
Alias: None
Product: JBoss Enterprise Application Platform 5
Classification: JBoss
Component: jbossas
Version: 5.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Fernando Nasser
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-12 15:20 UTC by Thomas Segismont
Modified: 2013-07-12 15:20 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Thomas Segismont 2013-07-12 15:20:59 UTC
Description of problem:
When you create a Datasource or ConnectionFactory with the management interface (org.jboss.deployers.spi.management.ManagementView#applyTemplate), the value of "Security Deployment Type" is ignored and set to "Domain and Application".

Version-Release number of selected component (if applicable):
EAP 5.2

How reproducible:
Always

Steps to Reproduce:
Call to the management to create a Datasource or a ConnectionFactory and set the  "Security Deployment Type" ManagedProperty to "NONE".

Actual results:
The resource is created and "Security Deployment Type" ManagedProperty is set to "Domain and Application".

Expected results:
The resource is created and "Security Deployment Type" ManagedProperty is set to "NONE".

Additional info:
Same behavior in the admin console, but as it uses EmbeddedJOPR I guess this is expected.


Note You need to log in before you can comment on or make changes to this bug.