Thanks for sharing the classes. If you use a Java decompiler to look at the “before” class, you’ll see that every method within throws new Error, with various messages. One of them:
Unresolved compilation problems:
The import HelperUtil cannot be resolved
FieldInfo cannot be resolved to a type
Unclear as to why a recompile would resolve that, and then not be saved to disk such that a restart would revert to the old .class.
I learned something today. I’ve never seen a compiler do this – create a .class that just throws Errors complaining about the compile-time problem. I’m curious as to how that happened.
#webMethods#Service-Designer#Integration-Server-and-ESB#Flow-and-Java-services