Morris Ford
unread,Apr 4, 2010, 8:35:00 AM4/4/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Open Wonderland Scripting
I managed to get beanshell working a little bit with the Scripting
Component but I had to back it out because it had too many problems.
The main and most important problem, is that the beanshell scripting
engine wants to capture other script types. This means that, for
instance, whenever a java script is found, beanshell wants to execute
it. That is not good. Also, the beanshell engine returns true to the
compilable probe and then returns 'unimplemented' to the actual
compile call. Also, not good. Altogether, the beanshell jsr223
implementation looks a lot like an early beta that needs a bit of work.