Hi,
I have write the following java code , but this function don't work!
I'm missing somethings?
import jess.*;
public class FactOut2 implements Userfunction
{
public String getName() { return "fact-out-2"; }
public Value call(ValueVector vv, Context context) throws JessException
{
Value paolo = vv.get(1);
AttuazioneBean AttuazioneObject = (AttuazioneBean)
paolo.externalAddressValue(context);
System.out.println("Bean object :" + paolo.getClass().getName() );
return new Value (vv.get(1).stringValue(context), RU.STRING);
}
}
Thank in advance.
Alessandro
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------