Override a resource adapter's reauthentication-support configuration in a connection-defintion in JBoss EAP

Solution Verified - Updated -

Issue

  • A resource adapter's ra.xml specifies

        <config-property>
          <description>Reauthentication</description>
          <config-property-name>Reauthentication</config-property-name>
          <config-property-type>java.lang.Boolean</config-property-type>
          <config-property-value>true</config-property-value>
        </config-property>
        ...
        <reauthentication-support>true</reauthentication-support>
    
  • Can the reauthentication support be altered in a connection definition?

                <resource-adapter ...>
                    ...
                    <connection-definitions>
                        <connection-definition ...>
                            ...
                            <config-property name="Reauthentication">
                                false
                            </config-property>
                            ...
                        </connection-definition>
                    </connection-definitions>
                </resource-adapter>
    

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 7
    • 6

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content