Hello JBoss Developer,

I'm not sure if this is the right forum but anyway:

JBoss provide optimistic lock by timestamp. In this modus JBoss updates a 
timstamp filed on every commit and compares if the value of the timestamp is 
the same as on read time. This works fine.

Some databases provide timestamp fields (mostly binary values) that 
automatically are updated on every UPDATE statement by the database itself. 
That makes version control much safer. It would be nice if JBoss supported this 
feature. I think it's very easy to support because it is the same procedure 
like JBoss current timestamp model but without update the timstamp field in the 
UPDATE statement and using another datatype (byte[]).

Is this feature in planning or could this done by any configurations in the 
current release?

regards,
Sven

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857551#3857551

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857551


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to