@PostConstruct
 public void init() {
   super.init(
       new XRDynamicClassLoader(Thread.currentThread().getContextClassLoader()), null, false);
 }
 @PreDestroy
 public void destroy() {
   super.destroy();
 }