marklogic-community / marklogic-spring-batch

Write batch processing applications in MarkLogic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkLogic JobRepo connection still trying to be made even if disabled

sastafford opened this issue · comments

To reproduce, run any job with the following job.props

marklogic.jobrepo.host=HOST THAT DOESN'T EXIST
marklogic.batch.config.enabled=false

Still get a connection error. Need to change MarkLogicConfiguration to ignore the host property