It turns out this wasn't a module or classpath issue.
The facade is already included in the engine jar and if you're running it from an IDE, the engine jar isn't used, and the combination of the engine classpath, the facade classpath, and the tera-ovr.jar are used.
After much debugging, the...