This exception is occurring because no "DiffableConfigProperties" is
provided as such:
<context-param>
<description>
Location of properties provided to Guice for loading
information and
implementation overrides for the current resource manager
strategy.
</description>
<param-name>DiffableConfigProperties</param-name>
<param-value>WEB-INF/diffable.properties</param-value>
</context-param>
Changes have been made to head to prevent this exception from being
thrown when the properties are not provided, as all attributes have
sensible defaults. However, in version 0.1 of the jar, the properties
file is required.