Description of problem:
I tired to use "java" as the Script Language in the Script Task, and saw an
mvel exception on a Java constructor when I tried to build the package.
Version-Release number of selected component (if applicable):
dev6 designer.war
How reproducible:
Very
Steps to Reproduce:
1.Create simple process with a ScriptTask
2.Add a script with a constructore
3.Set the ScriptLanguage to java
4.Save the process
5.Build the package
Actual results:
MVEL error complaining about constructor in script.
Expected results:
Successful build
Additional info:
Setting Script Language to http://www.java.com/java works.
It would be helpful if allowable script languages were chosen by the user from
a list.