]
Brian Stansberry reassigned WFCORE-1133:
----------------------------------------
Fix Version/s: 2.0.2.Final
Assignee: Jay SenSharma (was: Stuart Douglas)
Resolution: Done
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
Assignee: Jay SenSharma
Fix For: 2.0.2.Final
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.