sangmin214
作者sangmin214·2016-09-27 13:25
系统工程师·SS

XLST node在JDK1.7下的小问题

字数 648阅读 1220评论 0赞 0

broker从v8.0.0.2升级到v8.0.0.7的一个重大的改变是默认的JRE的版本从1.6升级到了1.7。主要是MQ8的JDK是1.7。

升级之后,XLST node报错了:

Message: Use of the extension function 'xpath-functions..doc' is not allowed when Java security is enabled. To override this, set the com.ibm.xtq.processor.overrideSecureProcessing property to true. This override only affects XSLT processing.

处理方法是这样的:

mqsichangeproperties broker_name -o ComIbmJVMManager -e eg_name -n jvmSystemProperty -v "-Dcom.ibm.xtq.processor.overrideSecureProcessing=true"

mqsireportproperties broker_name -e eg_name -o ComIbmJVMManager -n jvmSystemProperty


原文在这里:https://developer.ibm.com/answers/questions/27968/xslt-processor-error.html

如果觉得我的文章对您有用,请点赞。您的支持将鼓励我继续创作!

0

添加新评论0 条评论

Ctrl+Enter 发表

作者其他文章

相关文章

相关问题

相关资料

X社区推广