Heiko Braun created AS7-3572:
--------------------------------
Summary: Changing a DS JNDI name leads to DS that cannot be enabled
Key: AS7-3572
URL:
https://issues.jboss.org/browse/AS7-3572
Project: Application Server 7
Issue Type: Bug
Components: JCA
Reporter: Heiko Braun
Assignee: Stefano Maestri
Fix For: 7.1.0.Final
This requires some clarification: I can change the jndi name of a datasource when it's
disabled. However I cannot re-enable it afterwards:
{noformat}
{
"outcome" => "failed",
"result" => {"server-groups" =>
{"main-server-group" => {
"7" => {
"host" => "master",
"response" => {
"outcome" => "failed",
"failure-description" => "JBAS010454: Data-source
service [MyDS] is not available",
"rolled-back" => true
}
},
"server-one" => {
"host" => "master",
"response" => {
"outcome" => "failed",
"failure-description" => "JBAS010454: Data-source
service [MyDS] is not available",
"rolled-back" => true
}
}
}}},
"failure-description" => "JBAS010839: Operation failed or was rolled
back on all servers.",
"rolled-back" => true
}
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira