org.mozilla.javascript.Context.class file
and look for the method ,
public String getImplementationVersion()
{
return "Rhino 1.5 release 2 2001 07 27";
}
For other version run the command
java -jar d:\bpm12213\osb\lib\external\js.jar
This will give the o/p as
Rhino 1.7 release 4 2012 06 18
Or open the file d:\bpm12213\osb\lib\external\js.jar
and check the manifest.mf file
This has the information as
++
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.2
Created-By: 1.7.0_04-b20 (Oracle Corporation)
Main-Class: org.mozilla.javascript.tools.shell.Main
Implementation-Version: 1.7R4
Implementation-Title: Mozilla Rhino 1.7R4
Implementation-Vendor: Mozilla Foundation
Implementation-URL: http://www.mozilla.org/rhino
++
In SOA 12.2.1.3 these are the places where the java script library is being used
--> org/mozilla/javascript/ScriptRuntime.class in d:\bpm12213\osb\lib\external\js.jar
--> org/mozilla/javascript/ScriptRuntime.class in d:\bpm12213\soa\soa\applications\frevvo.ear\APP-INF\lib\hibernate-jpa-2.0-api-1.0.1.Final.jar\frevvo.war\WEB-INF\lib\rhino-1.7R4.jar
--> org/mozilla/javascript/ScriptRuntime.class in d:\bpm12213\soa\soa\connectors\SocketAdapter.rar\js-engine.jar\js.jar
--> org/mozilla/javascript/ScriptRuntime.class in d:\bpm12213\wlserver\modules\com.bea.javascript.jar
Tags: Publish
April 24, 2018 at 05:05PM
Open in Evernote
No comments:
Post a Comment