In order to use the XML components (like the FC to
invoke ws) you have to create some .jar files. Have
you made these available to the new TDI server?
Also, you could disable your Error Hook and get the
full stack trace in the log output. That would be helpful
to see in sorting this out.
Of course, in the Error Hook you do have the "error"
object, which is an Entry containing Attributes like
"message", "connectorname" and "exception". Just
dumping this to the log will give more to go on:
task.dumpEntry(error);
-Eddie
I was scrambling to see whether TDI 7 had been rebranded TDI-2 ??! I
guess Occham's Razor applies here :o)
-Eddie
A PMR and response from Lak solved the issue, keytool : had to get a
new cert in the chain, thanks