1 Reply Latest reply on Jan 14, 2008 8:03 AM by tom.baeyens

    Persistence mappings updated

    porcherg

      Some persistence mappings needed to be updated after the pvm changes.
      There was a problem with proxy initialization because some fields were accessed directly (now the getter is used).
      I've submitted the changes to the svn. All the db tests now succeed.

      I've made some changes to the job executor tests (class renaming in queries).
      There is a synchronization problem in the ContinuationTest with hsqldb: I think the job is executed before the transaction in which the job is created is committed (hsqldb only supports read uncommited isolation level). With mysql or postgresql, the test succeeds.

      There was an entry <http-filter-authentication /> in the environment file used for ContinuationTest, but there is no binding for this and the parsing failed. I commented out this entry. Can this entry be removed ? Will there be a binding for this ?

      regards,
      Guillaume

        • 1. Re: Persistence mappings updated
          tom.baeyens

           

          "porcherg" wrote:
          Some persistence mappings needed to be updated after the pvm changes.
          There was a problem with proxy initialization because some fields were accessed directly (now the getter is used).
          I've submitted the changes to the svn. All the db tests now succeed.


          great! i'll try to keep them in sync if i make further changes. i had given up on that recently.

          "porcherg" wrote:
          I've made some changes to the job executor tests (class renaming in queries).
          There is a synchronization problem in the ContinuationTest with hsqldb: I think the job is executed before the transaction in which the job is created is committed (hsqldb only supports read uncommited isolation level). With mysql or postgresql, the test succeeds.


          great. thanks !

          "porcherg" wrote:
          There was an entry <http-filter-authentication /> in the environment file used for ContinuationTest, but there is no binding for this and the parsing failed. I commented out this entry. Can this entry be removed ? Will there be a binding for this ?


          if it doesn't work, and you checked it like you did, ripping it out is good. sorry for introducing that problem. i'll fix it later when i get to it.