Hello,

I tried to overwrite toString():

    public String toString() {
        System.out.println("Type: " + type);
        return super.toString();
    }

But the output ist the following:
Type: TypeXY
[ObjectInserted: handle=[fid:1:7:[EMAIL PROTECTED];
[EMAIL PROTECTED]

Is there any possiblity to configure the WorkingMemoryEventListener so that
it looks like:
[ObjectInserted: type=TypeXY:
handle=[fid:1:7:[EMAIL PROTECTED];
[EMAIL PROTECTED]
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to