I tried running this an had issues. It appears to not be thread safe in 9.1p3 (not sure about the other versions). I fixed this by wrapping calls to the TemplateParser class in a synchronized(TemplateParser.class) block.
Log in to post a comment.