resetDB();
beginTransaction();
Set songs;
SongLocal newSong;
try {
ArtistLocal artist = findArtist(new Integer(1));
newSong = createSong(new Integer(33));
songs = artist.getComposed();
} finally {
completeTransaction();
}
// CMR collections should still be readable