• 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

iseries journalling question?

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone explain this .... I am testing for a failure condition in a web application using hibernate and DB2 iseries as the database. The test involves ending the journal on a table testing the app to catch errors and then journalling the table and running tests for success conditions.

All transactions are PROPAGATION_REQUIRES_NEW (Spring transaction proxy). However, after I start journalling the tables the error condition still persists i.e. I get a SQL exception error 7008 (describing that the table is not ready). The journalled status of the table is recognized only after I restart the application server.

I am using the server based connection pooling.
reply
    Bookmark Topic Watch Topic
  • New Topic