<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.0.0">
</HEAD>
<BODY>
Well the first thing I need is a:<BR>
<BR>
1.  disconnected transaction that is explicitly commited.<BR>
or<BR>
2. way to update slots outside of a transaction and a method to reintreduce the object to a new transaction.<BR>
<BR>
This is because the webframe work that I use does understand or use the concept of a db (never mind a transaction) so if the framework tries to change the object it fails.<BR>
<BR>
The disconnected transaction is most likely the best solution but it looked like implementing the update of slots outside of a transaction would be a easier quickfix.<BR>
<BR>
I had a quick try at stopping the marking of the object to dirty when a slot is set if there is no (current-transaction) but that failed the object still ends up in the dirty que. <BR>
<BR>
Anny suggestions?
</BODY>
</HTML>