Beginner |
|
Joined: Fri Aug 29, 2003 12:38 am Posts: 22 Location: Phoenix, AZ
|
The problem is that Hibernate will require transactions, and without journaling DB2/400 is not capable of SQL transactions. You will REQUIRE journaling to work with hibernate, or hack hibernate to append "with nc" to every sql statement and remove use of transactions.
You will also run into problems if you are not using OS400 V5R4 or higher due to problems with ORDER BY on columns that are not SELECTed
This is all from experience with a medium complexity project working with DB2/400
|
|