Fix bug with resource loading using JsonLoader; sometimes JsonLoader.class.getResource() doesn't work, fall back to the current context classloader in this case.
Add missing message key in syntax messages.
1.2.1
Fix bug with Rhino context: sealing the context can conflict with other
packages which also do this, such as, for instance, WebLogic.