3 Replies Latest reply on Dec 5, 2011 4:38 PM by hibernal

    How your config might break from 7.0 to 7.1

    hibernal

      Annoying but to be expected, I guess, configuration schema changes from 7.0 to 7.1    and configurations that worked now blow up.  Things that I've found so far:

       

       

      validation-time-minutes  in datasource no longer parses:  change to validation-time-millis   (  feedback:  this is annoying )

       

      useFastFail in datasource no longer parses:                   change to use-fast-fail                ( feedback:  helpful move toward consistency in element naming and an ok reason to blow me up )

       

      protocol type='VIEW_SYNC'  no longer parses ( protocol deprecated or renamed?  i wasn't actively using it but hadn't pruned unused protocols out of my test config yet )           delete protocol entry 

       

      ditto protocol type='pbcast.STREAMING_STATE_TRANSFER'

       

      my working-in-7.0 domain config is barfing with the following but I don't yet know why:

       

      java.util.NoSuchElementException: No child 'server-group' exists

       

      digging....