Details
Description
I am trying to get velocity to log stack traces,
However setting the VelocityEngine.RUNTIME_LOG_ERROR_STACKTRACE does
not cause the stack traces to be printed, because
RuntimeInstance.showStackTrace() first checks configuration.isInitialized(),
which always seems to return false.
Is there a problem with ExtendedProperties? Looking at the 2.1
ExtendedProperties source the isInitialized flag is never set,
unless I am missing something.