Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4521

pooled-connection-factory credentials fail to persist between server restarts

    XMLWordPrintable

Details

    Description

      While trying to test a fix for a remote ejb issue I have found a problem with pooled-connection-factory credentials.
      It appears JBoss 7.1.2 nightly snapshot (16th April 2012) has tightened up security somewhat such that credentials are now required for internal pooled connection factory.

      I have found that user credentials specified for the hornetq configuration are not persisted between server restarts.

      For example. In the following configuration my server starts correctly the first time.
      However the <user> and <password> elements are mysteriously deleted by the app server.

      <jms-connection-factories>
      <pooled-connection-factory name="hornetq-ra">
      <transaction mode="xa"/>
      <connectors>
      <connector-ref connector-name="remote-jms"/>
      </connectors>
      <entries>
      <entry name="java:/remote-JmsXA"/>
      </entries>
      <user>jmsUser</user>
      <password>mypass</password>
      </pooled-connection-factory>
      </jms-connection-factories>

      Attachments

        Issue Links

          Activity

            People

              jmesnil1@redhat.com Jeff Mesnil
              Theo.Cleminson Theo Cleminson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: