Description
In etc/system.properties, we define some ServiceMix Specs options, like timeout and debug support.
Unfortunately, the properties corresponding to these options are misspelled:
org.apache.servicemic.specs.debug=false
org.apache.servicemic.specs.timeout=0
whereas it should be:
org.apache.servicemix.specs.debug=false
org.apache.servicemix.specs.timeout=0