I can't seem to pass in a proxied class as my serviceBean for the jaxws endpoint. When the processing hits line 488 of JaxWsServiceConfiguration, it invokes getPackageName() on the proxy, which throws an NPE at line 505.
I would imagine that it would be common to receive a proxy for the serviceBean if AOP is being used, for instance for declarative transactions. Maybe I'm not on the right track, though - please let me know! -- Brice Ruth, FCD Software Engineer, Madison WI
