get_type uses FindClass for finding/loading classes. This will not find however classes loaded by frameworks like spring. Something like below works, but I have to rewrite part of the decoration that is part of jpy I understand:
Would be interesting to have an argument for get_type that would force get_type to try to load classes from the threads class loader, or simply pass the classloader.
get_type uses FindClass for finding/loading classes. This will not find however classes loaded by frameworks like spring. Something like below works, but I have to rewrite part of the decoration that is part of jpy I understand:
Would be interesting to have an argument for get_type that would force get_type to try to load classes from the threads class loader, or simply pass the classloader.
Opinion?