Chris, The workflow.properties file:
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE.txt file distributed with # this work for additional information regarding copyright ownership. The ASF # licenses this file to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. # # Properties required to configure the Workflow Manager # workflow repository factory workflow.repo.factory = org.apache.oodt.cas.workflow.repository.XMLWorkflowRepositoryFactory # workflow engine factory workflow.engine.factory = org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory # workflow instance repository factory workflow.engine.instanceRep.factory = org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepositoryFactory # thread pool workflow engine properties org.apache.oodt.cas.workflow.engine.queueSize= org.apache.oodt.cas.workflow.engine.maxPoolSize= org.apache.oodt.cas.workflow.engine.minPoolSize=6 org.apache.oodt.cas.workflow.engine.threadKeepAlive.minutes=5 org.apache.oodt.cas.workflow.engine.unlimitedQueue=true org.apache.oodt.cas.workflow.engine.preConditionWaitTime=10 # set this if you want the workflow manager to submit jobs through the resource mgr org.apache.oodt.cas.workflow.engine.resourcemgr.url= # if you use the resource mgr submission, you can specify how many seconds the # workflow manager should wait inbetween checking to see if a job is complete org.apache.oodt.cas.workflow.engine.resourcemgr.pollingWaitTime=10 # workflow instance repository general properties # default page size to page through WorkflowInstances with org.apache.oodt.cas.workflow.instanceRep.pageSize=20 # lucene workflow instance repository properties org.apache.oodt.cas.workflow.instanceRep.lucene.idxPath=file:///$WORKFLOW_HOME/repo # data source workflow instance repository properties org.apache.oodt.cas.workflow.instanceRep.datasource.jdbc.url=jdbc:url org.apache.oodt.cas.workflow.instanceRep.datasource.jdbc.user=user org.apache.oodt.cas.workflow.instanceRep.datasource.jdbc.pass=pass org.apache.oodt.cas.workflow.instanceRep.datasource.jdbc.driver=your.jdbc.Driver org.apache.oodt.cas.workflow.instanceRep.datasource.quoteFields=false # XML workflow repository properties org.apache.oodt.cas.workflow.repo.dirs=file:///$WORKFLOW_HOME/policy # data source workflow repository properties org.apache.oodt.cas.workflow.repo.datasource.jdbc.url=jdbc:url org.apache.oodt.cas.workflow.repo.datasource.jdbc.user=user org.apache.oodt.cas.workflow.repo.datasource.jdbc.pass=pass org.apache.oodt.cas.workflow.repo.datasource.jdbc.driver=your.jdbc.Driver On Wed, Jun 22, 2011 at 6:23 PM, Mattmann, Chris A (388J) < [email protected]> wrote: > Hi Sheyl, > > Thanks. I'm not sure what start_workflow_etc.xml is. It's not a file that > ships with Apache OODT. I'm talking about the files in the policy/ directory > of a workflow deployment, e.g., something like this: > > > http://svn.apache.org/repos/asf/oodt/trunk/workflow/src/main/resources/examples/ > > Can you paste the contents of your workflow.properties file in plain text > here so I can check it? > > Cheers, > Chris > > On Jun 22, 2011, at 6:13 PM, Sheryl John wrote: > > > Chris, > > > > I have set the policy directory URI in the workflow.properties file. > > > > I was just crosschecking some of the files that the policy directory > folder should be having ( Dave sent some notes) and I found that the policy > directory is missing this file: start_workflow_etc.xml. > > Would that be the reason that the none of the workflows are mapped to the > 'test' event? > > > > Sheryl > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Chris Mattmann, Ph.D. > Senior Computer Scientist > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 171-266B, Mailstop: 171-246 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Adjunct Assistant Professor, Computer Science Department > University of Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > -- -Sheryl
