Difference between
version 4
and
version 3:
At line 178 changed 1 line. |
I populate the database with sample data (using DBUnit) before running any of my tests. When adding new records, I kept getting errors about conflicting keys. Changing the generator-class from "__native__" to "__increment__" solved the problem. I don't know if this is the best solution, I'm just trying to get ''one'' solution working at this point. |
I populate the database with sample data (using DBUnit) before running any of my tests. When adding new records, I kept getting errors about conflicting keys. Changing the generator-class from "__native__" to "__increment__" solved the problem. I don't know if this is the best solution, I'm just trying to get ''any'' solution working at this point. |
At line 187 changed 1 line. |
:;''I'm sure if I had a proper database creation script, with proper table spaces sizes (page size = 8), this would be much easier.'' |
|
;:''I'm sure if I had a proper database creation script, with proper table spaces sizes (page size = 8), this would be much easier.'' |
|
Now I have to try and figure out how to get [AppFuse] running on WebSphere 5.x. This should be fun. ;-) |
Back to AppFuseOnDB2,
or to the Page History.
|