[jboss-jira] [JBoss JIRA] (AS7-3070) Connection factory client-id does not survive server restart

David White (Resolved) (JIRA) jira-events at lists.jboss.org
Thu Jan 5 05:22:10 EST 2012


     [ https://issues.jboss.org/browse/AS7-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David White resolved AS7-3070.
------------------------------

           Labels: config jms  (was: )
    Fix Version/s: 7.1.0.Final
       Resolution: Done


Fixed by the resolution of AS7-2951 (i.e. identical/duplicate issue)
 
                
> Connection factory client-id does not survive server restart
> ------------------------------------------------------------
>
>                 Key: AS7-3070
>                 URL: https://issues.jboss.org/browse/AS7-3070
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JMS, Server
>    Affects Versions: 7.1.0.Beta1
>            Reporter: David White
>            Assignee: Clebert Suconic
>            Priority: Minor
>              Labels: jms, config
>             Fix For: 7.1.0.Final
>
>
> You can add a client-id in standalone.xml e.g.
> <connection-factory name="InVmConnectionFactory">
>   <client-id>my-client-id</client-id>
>   <connectors>
>     <connector-ref connector-name="in-vm"/>
>   </connectors>
>   <entries>
>     <entry name="java:/ConnectionFactory"/>
>   </entries>
> </connection-factory>
> But after a re-start, the client-id is missing
> standalone.xml has been silently re-written without the client-id

--
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