Consider a CXF service deployed in a WAR with the servlet. Has anyone found an orderly way to check for good configuration at startup, and report errors relatively concisely?
Right now I've got some 'method annotated by @PostConstruct throws exception when invoked' stuff happening when things go wrong.
