When classes are loaded dynamically the default classloader can't correctly load those classes every time and therefore the classloader of the supertype has to be used. This problem can occur for example when using Spring and mapping a proxied class.
When classes are loaded dynamically the default classloader can't correctly load those classes every time and therefore the classloader of the supertype has to be used. This problem can occur for example when using Spring and mapping a proxied class.