]
Jay SenSharma updated WFCORE-1133:
----------------------------------
Issue Type: Bug (was: Feature Request)
JDK 1.8 on Mac causes javax.script.ScriptEngineFactory: Provider
apple.applescript.AppleScriptEngineFactory not found
---------------------------------------------------------------------------------------------------------------------
Key: WFCORE-1133
URL:
https://issues.jboss.org/browse/WFCORE-1133
Project: WildFly Core
Issue Type: Bug
Affects Versions: 2.0.1.Final
Environment: Macbook
JDK 1.8
Reporter: Jay SenSharma
Attachments: WildFlyServerSideJavaScript.war
- When we try deploying any simple ServerSide java script based application on WildFly 10
we see the following Error while deploying the application:
{code:java}
22:50:49,050 ERROR [stderr] (ServerService Thread Pool -- 62) ScriptEngineManager
providers.next(): javax.script.ScriptEngineFactory: Provider
apple.applescript.AppleScriptEngineFactory not found
{code}
try deploying the attached application on WildFly 10 and notice the console output.