DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36128>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36128

           Summary: (2.1 release) Everything should always enlist stores
           Product: Slide
           Version: 2.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


In creating methods (like PUT, MKCOL), the main transaction is used for creating
resources, but not for checking the credentials and locks later on. This causes
those methods to fail because outside the uncommitted transaction, that resource
doesn't exist yet. Slide gets unusable this way.
The solution seems to be to force the enlistment of stores into the main
transaction. I made a patch which aims to fix these main points of trouble, I
don't know how complete this patch is yet. Testing will take some more time. At
least, you can do MKCOL and PUT again.
This patch is only for the 2.1 release branch. 2.2-dev doesn't seem to have the
problem.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to