@Test(groups = "integration.ejb3")
public void testParsingCriteriaQueryResults1() throws Exception {
final int serverCount = 208;
executeInTransaction(new TransactionCallback() {
public void execute() throws Exception {
// verify that all server objects are actually parsed.
final Set<String> serverNames = new HashSet<String>(serverCount);
serverNames.add(TestConstants.RHQ_TEST_SERVER_NAME);