problem with java 17, spring AOP when i call soap service
i got this error when i try to call my saop service. i am in java 17 and i use jakarta(xml.bind, activation…), com.sun.xml.ws rt , jaxvs-ri, jaxb-runtime jaxb-impl. java.lang.ClassCastException: class org.springframework.aop.framework.ReflectiveMethodInvocation cannot be cast to class x.x.x.x.x.x.x.GeRessourceById (org.springframework.aop.framework.ReflectiveMethodInvocation and x.x.x.x.x.x.x.GeRessourceById are in unnamed module of loader java.net.URLClassLoader @4cf4d528) Where do you think this problem comes … Read more