Figured it out myself. For science! > gen and all. Everything *seems* to work fine and builds cleanly even > though I don't have the paranamer-maven-plugin in my pom, so I was > wondering if that was still required or just something specific to the > old example.
The Paranamer plugin is only needed for creating schemas and protocols at runtime, so that message parameters have descriptive names (taken from the source) instead of int0, float1 etc. Protip: Paranamer silently does nothing if e.g. an interface is not public. cheers Holger
