0 Replies Latest reply on Nov 6, 2017 3:21 AM by pmm

    Config properties for recovery plugins required in WildFly 11

    pmm

      We are looking at migrating from WildFly 10.1 to WildFly 11. One of the things we noted that config properties are now required for recovery plugins. Currently we are using

       

      <recovery>
        <recover-credential>
           <user-name>scott</user-name>
           <password>tiger</password>
         </recover-credential>
         <recover-plugin class-name="org.jboss.jca.core.recovery.DefaultRecoveryPlugin"/>
      </recovery>
      

       

      Now we have to add at least one <config-property> to the <recovery-plugin>. Is that intentional? What should be add?