Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RPCManager.setTransactionPolicy TransactionPolicy server.properties javadocs

    Hi Isomorphic,

    please see this docs: RPCManager.setTransactionPolicy.

    They have the text "This is the default." twice.
    Also, the parameter is int and the docs suggest to use a TransactionPolicy-constant, but the link to TransactionPolicy is a 404, as they are not doc'd.

    I also wanted to ask if it is possible to set the TransactionPolicy in server.properties, but then found DataSource.autoJoinTransactions() which answers this question.
    Is there some doc describing possible server.properties settings, their options and implications? http://www.smartclient.com/smartgwte...roperties.html is pretty short.

    Best regards
    Blama

    #2
    Hi Isomorphic,

    this one is still open (even though not urgent).

    Best regards
    Blama

    Comment


      #3
      We've corrected the RPCManager docs. In a sense, both instances of "This is the default" were actually correct :) The default setting on RPCManager instances is NOT_SET, but the default setting we ship for .properties is ANY_CHANGE, so the effective default behavior is ANY_CHANGE.

      No, there is no single listing of all server.properties settings. This would be sort of like listing all possible properties for all widgets in a single place - useless and redundant. Instead, any subsystem that allows server.properties settings documents those settings.

      Comment


        #4
        Hi Isomorphic,

        thanks for changing.
        Minor: Please note that TransactionPolicy still gives a 404 is therefore not in the constant values list.
        Also, QueueAlreadyStartedException gives an 404.

        Best regards
        Blama

        Comment


          #5
          Hi Isomorphic,

          it seems these were added in the meantime, thank you.

          Best regards
          Blama

          Comment

          Working...
          X