Hi push,
I solved.
Change the system.out to something like this:
org.jboss.logging.Logger.getLogger("wwww").error("Ciao");
System.out involves a call to a private nested class method which can't be run inside a script... (I suppose)
Vit