1. NoPrimaryKeyException from DBUnit when loading a dataset into a database stackoverflow.comI'm getting NoPrimaryKeyException when I try to run one of my unit tests which uses DBUnit. The datatable is created using Hibernate and is a join table between two classes mapping ... |
2. PageListView and dataset loading stackoverflow.comThe dataset I display using PageableListView can get very big and keeping the whole dataset as a model would be very inefficient. Is it possible to load for example only the ... |