protected void updateModelValues() throws Exception
{
setValue("#{disc.description}", DISC4_NEW_DESCRIPTION);
// Simulate the entity converter
setValue("#{exampleArtist.name}", ARTIST6_NAME);
Artist artist = (Artist) getValue("#{artists.singleResult}");
setValue("#{disc.artist}", artist);
assert isLongRunningConversation();
assert cid.equals(getConversationId());
}