}
}
// Test for validation of workflow definition against pattern defined in schema to complete within 3 seconds
public void testWfValidationFailure() throws Exception {
SchemaService wss = Services.get().get(SchemaService.class);
final LiteWorkflowAppParser parser = new LiteWorkflowAppParser(wss.getSchema(SchemaName.WORKFLOW),
LiteWorkflowStoreService.LiteControlNodeHandler.class,
LiteWorkflowStoreService.LiteDecisionHandler.class, LiteWorkflowStoreService.LiteActionHandler.class);
Thread testThread = new Thread() {
public void run() {