When I upgraded to java 8 from java 6 on WIN 7 64 bit, I get exception
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'contactDao' defined in class path resource
[dao-ext3.xml]: Instantiation of bean failed; nested exception is
org.springframework.beans.factory.BeanDefinitionStoreException:
Factory method [public static java.lang.Object com.s4hc.bes.ext.proxy.GenericExtProxyFactory.createInstance(com.s4hc.bes.ext.proxy.GenericExtProxy)] threw exception; nested exception is java.lang.ArrayStoreException
I have only changed java and it won't work. When I return to java 6 without any code change it works fine. Can anyone help? It looks to me as some spring problem. I'm planning to switch to newer version of spring too, but I doing this step by step.
Thanks a lot.