Thanks for looking into it Hannes.
I'm also seeing what may be a related issue trying to load modules
from a jar. I get a failure on the first require that uses a relative
module identifier. A require("./sub/mod") results in:
Wrapped java.net.MalformedURLException: no protocol: base/sub/mod.js
While debugging and running tests, my modules are being loaded from a
build dir, so I can't immediately see where this is coming from, but
things are definitely failing when I deploy modules in a jar. I'll
try to get set up to debug and will provide more detail in a ticket.
Tim