I finally worked all this out. Hibernate does some of its dynamic
class loading at the time you call _validate_. So, wrapping the call
to create a validator in a setting of the context class loader isn't
good enough. You have to proxy the factory and the validator so that
you can get the right class loader into place for all the calls.  See
https://github.com/apache/cxf/pull/102. If anyone can tell me a way to
make this simpler, I'm all ears.

Reply via email to