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:
Whoops. It's the same as Bug 752399 - [as5] Unable to create datasource *** This bug has been marked as a duplicate of bug 752399 ***