Monday.
Let me know if you have any questions.
Cheers,
Ulf
Original Message
Subject: Re: JLog issue
From:"Ulf Dittmer" <[EMAIL PROTECTED]>
Date:Sun, January 23, 2005 4:30 pm
To: "Bean Scripting Framework users"
C
ce', [STRCL, 2], X1).
Secondly, there was a problem with the way Arrays with null elements are
handled (like the one that's returned by the above call). This has been
fixed, and I will upload the new version on Monday.
Let me know if you have any questions.
Cheers,
Ulf
---
Hello Rainer-
You're hitting a limitation in the current implementation.
Parameters can be passed as objects, but not as primitives.
If the signature was "Array.newInstance(Class, Integer)", all would be fine.
That's admittedly a somewhat severe limitation, and I'll look into
what's involved in re
Hello everybody,
how do I create an Array and put it in the BSF-Registry in JLog?
According to the documentation at
http://www.ulfdittmer.com/jlog/index.html and the included example it
should go like this:
invoke('java.lang.reflect.Array', 'newInstance', ['String.class', 2], X1).
Unfortunately