Hi ,
  This is with regard to a problem faced while trying to checkin/check out 
files from Dreamweaver 8.0 to jackrabbit 1.0.1.
   
  After analyzing the http conversation, I found the following things happening,
   
  - The mix:versionable property and the jcr:isCheckedOut property, which are 
very vital for the versioning and checkin/checkout operations are not getting 
set on a node, while creating it and putting it in to the jackrabbit repository.
   
  -Basically these properties are set while saving a new node.But these are not 
set on initializing the DavResource properties.Why is this not getting 
initialized, On WebDAV request are these properties set?
   
  -Dreamweaver does not make a call directly to doCheckin() or the doCheckout() 
mathods.The request method is only PROPFIND, GET,LOCK, PUT, OPTIONS, MKCOL etc. 
How to make jackrabbit cater to the checkin/checkout operations with only the 
above mentioned request methods.
   

                
---------------------------------
Do you Yahoo!?
 Everyone is raving about the  all-new Yahoo! Mail.

Reply via email to