i want to block multiple users from editing a file stored with JR through the checkin(), checkout() and isCheckedOut() methods - so if one does a checkout, no one else should be able to get the document until it's checked in again
is there a predefined time after which the node looses it's checkedOut status? (so it won't keep the status checkedOut for lets say a whole day ) because my system 'may' encounter problems, if a user doesn't close the session appropiatly and therefore his opened documents stay in checkedOut status martin mayr
