Hi,
trying to use HashJoin component, I encounter this problem with my embedded java class : my graph is not correct xml.
The point is I have a 'for (int i=0 ; ’ in my class, and this doesn’t allow the xml to be parsed.
Is there a way to ‘escape’ wrong characters, or do I have to fall back on compiling the class ?
PS : I have tried to add a CDATA section, but then the component says “Can’t find class name within source code !”
Regards,
Franck