]
Brian Stansberry updated AS7-4055:
----------------------------------
Fix Version/s: 7.1.2.Final
Assignee: Stefano Maestri (was: Alexey Loubyansky)
Component/s: Domain Management
JCA
(was: CLI)
Forum Reference:
Re-creating a resource adapter fails with message: "JBAS014749:
Operation handler failed: Service jboss.resourceadapters.ra.MyAdapter is already
registered"
------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: AS7-4055
URL:
https://issues.jboss.org/browse/AS7-4055
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, JCA
Affects Versions: 7.1.0.Final
Reporter: Robert Reimann
Assignee: Stefano Maestri
Fix For: 7.1.2.Final
Re-creating a resource adapter using (:add, :remove, :add) fails as shown below.
{noformat}
[standalone@localhost:9999 /]
/subsystem=resource-adapters/resource-adapter=MyAdapter:add(archive=my-adapter.ear)
{"outcome" => "success"}
[standalone@localhost:9999 /]
/subsystem=resource-adapters/resource-adapter=MyAdapter:remove
{"outcome" => "success"}
[standalone@localhost:9999 /]
/subsystem=resource-adapters/resource-adapter=MyAdapter:add(archive=my-adapter.ear)
{
"outcome" => "failed",
"failure-description" => "JBAS014749: Operation handler failed:
Service jboss.resourceadapters.ra.MyAdapter is already registered",
"rolled-back" => true
}
{noformat}
After a server restart the resource adapter can be added reusing the previously removed
name.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: