I'm using WebdavResource to access a Slide WebDAV servlet.  My question is 
simple: do I need to call lockMethod when using transactions?  For example, 
do I have to do something like this:
  resource.startTransaction(...)
  resource.lockMethod(...)
    or
  resource.lockMethod(...)
  resource.startTransaction(...)

Or does this not make sense for Slide?  Does startTransaction automatically 
lock?
I've run into a deadlock issue and suspect this has something to do with it.

  - Andy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to