See <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/424/changes>
Changes: [mattmann] - OODT-215 and OODT-310 WIP: stubbing out some classes to get this thing compiling again so I can wrap up OODT-421 [mattmann] - OODT-215 and OODT-310 WIP: disabling the task querier for now, while I focus on OODT-421. [mattmann] - OODT-310 and OODT-215 WIP: Sequential and Parallel processor cleanup. [mattmann] - OODT-310 and OODT-215: WIP: cleaning up ConditionProcessor, and ParallelProcessor. Will work SequentialProcessor next. Then will likely comment out implementations of engines, just so I can start building and working on unit testing the WorkflowLifecycleManager per OODT-421. [mattmann] - OODT-310 and OODT-215: Generic WorkflowState class. Unlike the wengine-branch, this is *not* an abstract class, intended to be inherited from and to statically type and define workflow states. Instead, it's a simple POJO container, configured by WorkflowLifeCycle to dynamically represent workflow state in a configurable way. [mattmann] - progress towards OODT-215 and OODT-310: wengine integration. These classes now compile and don't have any errors: wow. Just focusing on integration right now. ------------------------------------------ [...truncated 361 lines...] <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[416,11] cannot find symbol symbol : class RunnablesPage location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[425,29] cannot find symbol symbol : class PageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[425,11] cannot find symbol symbol : class QueuePage location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[429,29] cannot find symbol symbol : class PageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[429,48] cannot find symbol symbol : class PageFilter location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[429,11] cannot find symbol symbol : class QueuePage location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[442,29] cannot find symbol symbol : class PageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[442,48] cannot find symbol symbol : class Comparator location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[442,11] cannot find symbol symbol : class QueuePage location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[459,29] cannot find symbol symbol : class PageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[459,48] cannot find symbol symbol : class PageFilter location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[459,73] cannot find symbol symbol : class Comparator location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[459,11] cannot find symbol symbol : class QueuePage location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[480,27] cannot find symbol symbol : class PageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[480,46] cannot find symbol symbol : class WorkflowState location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[480,9] cannot find symbol symbol : class QueuePage location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[492,29] cannot find symbol symbol : class PageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[492,61] package WorkflowState does not exist <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[492,11] cannot find symbol symbol : class QueuePage location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[504,29] cannot find symbol symbol : class PageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[504,11] cannot find symbol symbol : class QueuePage location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[516,29] cannot find symbol symbol : class PageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[516,11] cannot find symbol symbol : class QueuePage location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[535,53] cannot find symbol symbol : class PageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[535,14] cannot find symbol symbol : class ProcessedPageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[539,46] cannot find symbol symbol : class PageInfo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[539,70] cannot find symbol symbol : class CachedWorkflowProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[582,24] cannot find symbol symbol : class ReadWriteLock location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine.WorkflowProcessorLock <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/WorkflowProcessor.java>:[65,37] cannot find symbol symbol : class ProcessorDateTimeInfo location: class org.apache.oodt.cas.workflow.engine.WorkflowProcessor <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/ParallelProcessor.java>:[35,7] org.apache.oodt.cas.workflow.engine.ParallelProcessor is not abstract and does not override abstract method notifyChange(org.apache.oodt.cas.workflow.engine.WorkflowProcessor,org.apache.oodt.cas.workflow.engine.ChangeType) in org.apache.oodt.cas.workflow.engine.WorkflowProcessorListener <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/ParallelProcessor.java>:[46,25] cannot find symbol symbol : method getPassThroughDynamicMetadata() location: class org.apache.oodt.cas.workflow.engine.WorkflowProcessor <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/util/WorkflowUtils.java>:[190,22] cannot find symbol symbol : class TaskProcessor location: class org.apache.oodt.cas.workflow.util.WorkflowUtils <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/util/WorkflowUtils.java>:[191,8] cannot find symbol symbol : class TaskProcessor location: class org.apache.oodt.cas.workflow.util.WorkflowUtils <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/util/WorkflowUtils.java>:[276,22] cannot find symbol symbol : class TaskProcessor location: class org.apache.oodt.cas.workflow.util.WorkflowUtils <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/ConditionProcessor.java>:[35,6] cannot find symbol symbol : method setIsConditionProcessor(boolean) location: class org.apache.oodt.cas.workflow.engine.ConditionProcessor <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/ConditionProcessor.java>:[39,2] cannot find symbol symbol : variable super location: class org.apache.oodt.cas.workflow.engine.ConditionProcessor <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/ConditionProcessor.java>:[42,1] method does not override or implement a method from a supertype <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/ConditionProcessor.java>:[47,1] method does not override or implement a method from a supertype <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java>:[32,7] org.apache.oodt.cas.workflow.engine.SequentialProcessor is not abstract and does not override abstract method notifyChange(org.apache.oodt.cas.workflow.engine.WorkflowProcessor,org.apache.oodt.cas.workflow.engine.ChangeType) in org.apache.oodt.cas.workflow.engine.WorkflowProcessorListener <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java>:[34,2] method does not override or implement a method from a supertype <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java>:[45,45] cannot find symbol symbol : method getPassThroughDynamicMetadata() location: class org.apache.oodt.cas.workflow.engine.WorkflowProcessor <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java>:[49,10] cannot find symbol symbol : method getPassThroughDynamicMetadata() location: class org.apache.oodt.cas.workflow.engine.WorkflowProcessor <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java>:[43,2] method does not override or implement a method from a supertype <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/util/StateUtils.java>:[76,24] cannot find symbol symbol : class TaskProcessor location: class org.apache.oodt.cas.workflow.util.StateUtils <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[70,75] cannot find symbol symbol : variable secondsBetweenBoosts location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[70,97] cannot find symbol symbol : variable boostAmount location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[70,110] cannot find symbol symbol : variable boostCap location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[74,74] cannot find symbol symbol : class CachedWorkflowProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[187,12] cannot find symbol symbol : variable processorRepo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[188,35] cannot find symbol symbol : variable processorRepo location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[189,48] cannot find symbol symbol : class CachedWorkflowProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[201,40] cannot find symbol symbol : class QueuedState location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[202,45] cannot find symbol symbol : method getInstanceId() location: class org.apache.oodt.cas.workflow.engine.WorkflowProcessor <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[202,67] cannot find symbol symbol : class CachedWorkflowProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[212,6] cannot find symbol symbol : class CachedWorkflowProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[212,69] cannot find symbol symbol : method getInstanceId() location: class org.apache.oodt.cas.workflow.engine.WorkflowProcessor <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[216,8] cannot find symbol symbol : class TaskProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[216,39] cannot find symbol symbol : class TaskProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[216,119] cannot find symbol symbol : method getModelId() location: class org.apache.oodt.cas.workflow.engine.WorkflowProcessor <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[216,54] cannot find symbol symbol : variable WorkflowUtils location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[217,8] cannot find symbol symbol : class TaskInstance location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[232,4] cannot find symbol symbol : class TaskInstance location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[245,6] cannot find symbol symbol : class CachedWorkflowProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[251,12] cannot find symbol symbol : variable WorkflowUtils location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[254,10] cannot find symbol symbol : variable WorkflowUtils location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[263,14] cannot find symbol symbol : variable Level location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[269,6] cannot find symbol symbol : class CachedWorkflowProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[274,87] cannot find symbol symbol : variable WorkflowUtils location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[275,28] cannot find symbol symbol : class TaskProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[276,14] cannot find symbol symbol : class TaskProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[285,14] cannot find symbol symbol : variable Level location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[291,6] cannot find symbol symbol : class CachedWorkflowProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[296,87] cannot find symbol symbol : variable WorkflowUtils location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[297,31] cannot find symbol symbol : class RevertableWorkflowState location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[298,14] cannot find symbol symbol : class RevertableWorkflowState location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[300,28] cannot find symbol symbol : class TaskProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[302,37] cannot find symbol symbol : class ExecutingState location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[305,70] cannot find symbol symbol : method getStub() location: class org.apache.oodt.cas.workflow.engine.WorkflowProcessor <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[318,14] cannot find symbol symbol : variable Level location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[325,16] cannot find symbol symbol : variable Level location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[328,6] cannot find symbol symbol : class CachedWorkflowProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[333,87] cannot find symbol symbol : variable WorkflowUtils location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[335,28] cannot find symbol symbol : class TaskProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[345,14] cannot find symbol symbol : variable Level location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-workflow/ws/src/main/java/org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java>:[351,6] cannot find symbol symbol : class CachedWorkflowProcessor location: class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17 minutes 51 seconds [INFO] Finished at: Sat Apr 28 06:35:33 UTC 2012 [INFO] Final Memory: 85M/384M [INFO] ------------------------------------------------------------------------