Bug 816307

Summary: Adding Teiid VDB as a local tx datasource requires Security Deployment Type
Product: [Other] RHQ Project Reporter: Paul Nittel <pnittel>
Component: OperationsAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED DUPLICATE QA Contact: Mike Foley <mfoley>
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: hrupp, mharvey
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-25 18:55:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul Nittel 2012-04-25 18:45:11 UTC
Description of problem:
Previously specifying the Security Deployment Type was not required


Version-Release number of selected component (if applicable):
SOA 5.3 ER1


How reproducible:
Take a deployed Teiid VDB and make it a datasource (ModeShape ought to work fine)


Steps to Reproduce:
1. Navigate to Datsources Local TX Datasources
2. Add a new resource
3. Give it a JNDI name
4. Provide a username and password
5. For the JDBC Driver use: org.teiid.jdbc.TeiidDriver
6. For the URL use: jdbc:teiid:ModeShape@mm://localhost:31000
7. Save the new datasource
  
Actual results:
Get an error dialog containing:
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]}


Expected results:
Should just get a successfully deployed datasource

Additional info:

Comment 1 Paul Nittel 2012-04-25 18:55:37 UTC
Whoops. It's the same as Bug 752399 - [as5] Unable to create datasource

*** This bug has been marked as a duplicate of bug 752399 ***