[jboss-jira] [JBoss JIRA] (AS7-4055) Re-creating a resource adapter fails with message: "JBAS014749: Operation handler failed: Service jboss.resourceadapters.ra.MyAdapter is already registered"
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Mar 8 10:35:40 EST 2012
[ https://issues.jboss.org/browse/AS7-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: https://community.jboss.org/message/722094#722094 (was: https://community.jboss.org/message/722094#722094)
> 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 at localhost:9999 /] /subsystem=resource-adapters/resource-adapter=MyAdapter:add(archive=my-adapter.ear)
> {"outcome" => "success"}
> [standalone at localhost:9999 /] /subsystem=resource-adapters/resource-adapter=MyAdapter:remove
> {"outcome" => "success"}
> [standalone at 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list