Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

job executor configuration - documentation of camunda.bpm.job-execution.enabled missing #46

Closed
jangalinski opened this issue Mar 4, 2016 · 0 comments
Milestone

Comments

@jangalinski
Copy link
Contributor

While investigating #44 I stumbled upon the test class CamundaNoJobExecutionAutoConfigurationIT

this uses the configuration file: "application-nojobexecution.properties":

camunda.bpm.process-engine-name=testEngine
camunda.bpm.job-execution.enabled=false
camunda.bpm.job-execution.active=true
camunda.bpm.database.schema-update=true
camunda.bpm.history-level=audit

I wonder how camunda.bpm.job-execution.enabled and camunda.bpm.job-execution.active work together here, since camunda.bpm.job-execution.enabled is not documented in the ascii-doc.

I assume that if "enabled==false", "active==true" does not matter anymore. but then again: why would I need two switches here? shouldn't "active" be enough?

@osteinhauer osteinhauer added this to the 1.3.0 milestone Jul 22, 2016
osteinhauer added a commit that referenced this issue Sep 2, 2016
* master:
  added configuration migration hint
  complete authorization configuration #118 as mentioned in #35
  added property for default serialization format closes #127
  added property for authorization enabling (defaults to true). #118
  add documentation for camunda-bpm-spring-boot-starter-rest closes #110
  changed configuration docs to meet #86
  to get a first feeling for ProcessEnginePlugin as configuration replacement #56
  introduce properties for metrics (#124)
  use of constants for commit 9198b67
  added dependencies for webapp-classes (required in 7.6)
  removed usage of internal implementation classes (one at least changes with 7.6)
  add metrics configuration to context, fixes #122
  add enabled comment, fixes #46
  introduce properties for metrics (#124)
  add Roadmap
  separate compile for extensions and examples
  typo
  to get a first feeling for ProcessEnginePlugin as configuration replacement #56
  typo
  to get a first feeling for ProcessEnginePlugin as configuration replacement #56

# Conflicts:
#	README.md
#	examples/pom.xml
#	extension/starter/src/main/java/org/camunda/bpm/spring/boot/starter/configuration/CamundaConfiguration.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants