Fix for bug #27291



-------- Original Message --------
Subject: DO NOT REPLY [Bug 27291]  -     Weird code in StandardRDBMSAdapter
Date: 1 Mar 2004 10:14:32 -0000
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27291

Weird code in StandardRDBMSAdapter

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED] 2004-03-01 10:14 -------
The problem is lockId comig from class NodeLock is a string while LOCK_ID in
table LOCKS requires an integer. The trick applied here is to add the lockId
string to the URI table and see what int id has been generated for it. This id
is used for the LOCK_ID as primary key. So all this is correct (except for the
missing execution of the last delete statement), but a HACK.


.



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



Reply via email to