Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-14708

[GSS](7.1.z) JBJCA-1376 Recovery disabled if using a security domain

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.4.CR1, 7.1.4.GA
    • 7.1.0.GA, 7.1.1.GA, 7.1.2.GA
    • JCA
    • None
    • Release Notes, Migration
    • Workaround Exists
    • Hide

      Repeat the security-domain reference in a recovery block

      <xa-datasource jndi-name="java:jboss/datasources/oraclexa1" pool-name="OracleXA1" enabled="true">
          ...
          <security>
              <security-domain>security-domain</security-domain>
          </security>
          <recovery>
              <recover-credential>
                  <security-domain>security-domain</security-domain>
              </recover-credential>
          </recovery>
      </xa-datasource>
      
      Show
      Repeat the security-domain reference in a recovery block <xa-datasource jndi-name= "java:jboss/datasources/oraclexa1" pool-name= "OracleXA1" enabled= " true " > ... <security> <security-domain>security-domain</security-domain> </security> <recovery> <recover-credential> <security-domain>security-domain</security-domain> </recover-credential> </recovery> </xa-datasource>
    • Hide

      Create an XA datasource using a security domain rather than user/password

      <xa-datasource jndi-name="java:jboss/datasources/oraclexa1" pool-name="OracleXA1" enabled="true">
          ...
          <security>
              <security-domain>security-domain</security-domain>
          </security>
      </xa-datasource>
      
      Show
      Create an XA datasource using a security domain rather than user/password <xa-datasource jndi-name= "java:jboss/datasources/oraclexa1" pool-name= "OracleXA1" enabled= " true " > ... <security> <security-domain>security-domain</security-domain> </security> </xa-datasource>

      Recovery disabled for XA datasource using a security domain

      ... WARN [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000904: No security domain defined for crash recovery: <DATASOURCE_JNDI>
      ... WARN [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000905: Subject for crash recovery was null: <DATASOURCE_JNDI>
      

            spyrkob Bartosz Spyrko-Smietanko
            rhn-support-sfikes Stephen Fikes (Inactive)
            Daniel Cihak Daniel Cihak
            Daniel Cihak Daniel Cihak
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: