[
https://jira.jboss.org/jira/browse/JBPM-1980?page=com.atlassian.jira.plug...
]
Tom Baeyens commented on JBPM-1980:
-----------------------------------
from our chat log...
[15:32:40] Tom Baeyens says:
http://www.nabble.com/Embedding-jsr223-support-in-groovy-all-jar-td205128...
[15:32:40] Tom Baeyens says: "
I've been using the LiveTribe JSR-223 engine and it
works fine. In fact I have a patch to make it work better than the
JSR-223 RI because it will now handle the ClassFormatException that you
can run into from Apple's AppleScript JSR-223 engine on JDK 1.5 systems
"
[15:35:47] Tom Baeyens says: could you try by fetching and publishing these jars in your
local repo ?
http://repository.jboss.com/jbpm/ivy/juel/juel/2.1.0/jars/
[15:37:08] Tom Baeyens says: those are the juel jars that i used before. i have build
those from the sources with a jdk 5 compiler. (the lib you can download at
https://scripting.dev.java.net/ for juel is compiled with jdk 6)
JuelExpressionTest fails on JDK 1.5
-----------------------------------
Key: JBPM-1980
URL:
https://jira.jboss.org/jira/browse/JBPM-1980
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core Engine
Reporter: Heiko Braun
Assignee: Tom Baeyens
Fix For: jBPM 4.0.0 Alpha2
-------------------------------------------------------------------------------
Test set: org.jbpm.pvm.internal.expr.JuelExpressionTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.338 sec <<<
FAILURE!
testJuelExpression(org.jbpm.pvm.internal.expr.JuelExpressionTest) Time elapsed: 0.174
sec <<< ERROR!
java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at javax.script.ScriptEngineManager.<init>(ScriptEngineManager.java:65)
at javax.script.ScriptEngineManager.<init>(ScriptEngineManager.java:49)
at
org.jbpm.pvm.internal.wire.binding.ScriptManagerBinding.parse(ScriptManagerBinding.java:80)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira