Hi,In our design , instead of having one repository connection per user session , we would like to have a pool of repository connections which can be shared between the end user http sessions. As per JSR170 specs , locking of node is mapped per repository session . Now how do we enable locking per user session ? Do we need to do this manually by maintaining a mapping file .
WHAT IS THE BEST PRACTICE ? Appreciate any replies. Thanks, Ruchi
