I am migrating an application from Weblogic to
jBoss 4.0.
In saving the CMP
EJB, our database requires an update on the changeduser column. jBoss is not saving that column to the database, presumably because it has not changed.
I have turned off tuned updates (in standardjaws.xml) and set the container-configuration commit option to C both in the standardjboss.xml and jboss.xml. What am I missing?
[ May 04, 2006: Message edited by: Chip Whiteside ]