问题描述
我正在Bluemix上的Business Rules服务上执行我的规则,并且想知道使用了哪个Java运行时版本.我如何找到此信息?
I am executing my rules on the Business Rules service on Bluemix, and want to know which Java runtime version is used. How do I find this information?
推荐答案
如果我启用对有效负载的跟踪(例如,通过使用 https://brsv2-instanceID.domain/DecisionService/run.jsp?path =/ruleApp/1.0/ruleset/1.0& trace = true
This information is available if I enable tracing for the payload, for example by invoking it using https://brsv2-instanceID.domain/DecisionService/run.jsp?path=/ruleApp/1.0/ruleset/1.0&trace=true
我确保将JSON的infoSystemProperties设置为true.
I made sure that infoSystemProperties was set to true for JSON.
执行请求后的跟踪包含一个"systemProperties"元素/条目,其中包含Java信息.
The trace after execution of the request contains a "systemProperties" element/entry, which includes the Java information.
答案如何在Bluemix上的业务规则服务中跟踪规则?了解有关跟踪的更多信息.
The answer How can I trace rules in the Business Rules service on Bluemix? has more information on tracing.
这篇关于我如何找到用于在Bluemix上执行规则的Java版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!