Hi,
I am using hibernate version 2.1.7. I am using jboss as the application server. Whenever I try to save an object I get a invalidating namespace message on the screen. I am posting my log of the save. I am using mysql 4.1.8 as the database. and the version of the driver is 3.0.16 for mysql. we are using the commandpattern with a session bean as described in the hibernate in action book. If needed we can send the code. Thanks in advance.
09:26:00,874 INFO [MyrCommandHandlerBean] Entered executeCommand
09:26:00,884 INFO [AddProviderGroupCommand] Entered execute() method
09:26:00,904 INFO [STDOUT] Hibernate: insert into address (version, city, country, county, valid, line1, line2, pobox, state
, url, zip, main, type) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
09:26:00,914 INFO [STDOUT] Hibernate: insert into contact (version, title, address_id, fname, lname, mi) values (?, ?, ?, ?,
?, ?)
09:26:00,924 INFO [STDOUT] Hibernate: insert into providergroup (version, name, taxId, contact_id, code, medicareNumber, cre
ateTime, updateTime) values (?, ?, ?, ?, ?, ?, ?, ?)
09:26:00,944 INFO [STDOUT] Hibernate: insert into address (version, city, country, county, valid, line1, line2, pobox, state
, url, zip, main, type) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
09:26:00,944 INFO [STDOUT] Hibernate: insert into address (version, city, country, county, valid, line1, line2, pobox, state
, url, zip, main, type) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
09:26:00,964 INFO [STDOUT] Hibernate: insert into pg_billingaddr_link (pg_id, address_id) values (?, ?)
09:26:00,964 INFO [STDOUT] Hibernate: insert into pg_mailingaddr_link (pg_id, address_id) values (?, ?)
09:26:00,964 INFO [AddProviderGroupCommand] Leaving execute() method
09:26:00,964 INFO [MyrCommandHandlerBean] Leaving executeCommand
09:26:00,964 INFO [UpdateTimestampsCache] Invalidating space [address]
09:26:00,964 INFO [UpdateTimestampsCache] Invalidating space [contact]
09:26:00,964 INFO [UpdateTimestampsCache] Invalidating space [providergroup]
09:26:00,964 INFO [UpdateTimestampsCache] Invalidating space [address]
09:26:00,964 INFO [UpdateTimestampsCache] Invalidating space [address]
09:26:00,964 INFO [UpdateTimestampsCache] Invalidating space [pg_billingaddr_link]
09:26:00,964 INFO [UpdateTimestampsCache] Invalidating space [pg_mailingaddr_link]
09:26:00,964 INFO [AddProviderGroupAction] Leaving execute method of AddProviderGroupAction
|