Specifically HCANN is trying to use the TCCL in AnnotationFactory for creating the annotation proxy classes. This clearly seems wrong, but I am not sure of the proper solution. I can see one of 2 solutions:
-
Use the annotation Class's loader
-
Use the ClassLoaderService's aggregated class loader (which would require a new ClassLoaderService method to create a proxy).
|