• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jBoss not saving a column of data on CMP bean

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic