Deploy Springboot 1.5.22.RELEASE on Websphere 8.5.5.20

32 views Asked by At

Hello I deploy spring boot app v1.5.22.RELEASE on Websphere 8.5.5.20 => OK

I use java version 1.8 and cxf-rt-transports-http and cxf-rt-frontend-jaxws v3.5.5

The problem is when i try to call the api I get this error :

{
    "timestamp": 1688630892602,
    "status": 500,
    "error": "Internal Server Error",
    "exception": "java.lang.ClassCastException",
    "message": "org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler incompatible with org.apache.cxf.frontend.ClientProxy",
    "path": "/Api/test1"
}

Please I need help after the good deployment of my application on WebSphere I try to make a call it doesn't work I get error 500 is someone else had this the same problem?

I have already used the class loader parent first on WebSphere it does not work

0

There are 0 answers