Hi folks,
we are getting a weird behaviuor on our webMethods Enterprise 4.6 Enterprise Server platform.
We developed integrations components on different brokers which have a try/catch block on top of all flows.
Something like:
try {
…IC flow…
}
catch (AdapterException catchStepEx) {
…publishStep…
}
This try/catch code has always worked, publishing an Error Document Type each time a NullPointerException arose.
Today it doesn’t happen any more: what we get is the Adapter::Error DocumentType with the NullPointerExpcetion error.
Any idea of what is happening?
I think that is something we are missing on the Server configuration, since we restored the EnterpriseServer few days ago.
Thank you very much,
Francesco.
#Integration-Server-and-ESB#webMethods#Universal-Messaging-Broker#broker