I recently installed weblogicwlserver_10.3) on jdk1.7 and found that the previous application could not be deploy. I always reported an error.
Java. lang. ClassCastException: weblogic. wsee. jaxws. spi. WLSEndpoint cannot be cast to org. apache. cxf. jaxws. EndpointImpl
In the beginning, it was assumed that cxf was incompatible with jdk1.7, and its compatibility with jdk1.7 was not explicitly stated on the official CXF website. Finally, I found the answer in the weblogic official document http://docs.oracle.com/cd/E23943_01/doc.1111/e14142/jdk7.htm), the original weblogic g11 clearly pointed out that it is compatible with jdk1.7, and proposed a solution: the weblogic installation directory under % WL_HOME %/Modules
Three jar packages
Javax. annotation_1.0.0.0_1-0.jar
Javax. xml. bind_2.1.1.jar
Javax. xml. ws_2.1.1.jar
CopyIf % JAVA_HOME %/jre/lib/endorsed is not available, you can solve the compatibility problem between weblogic and jdk1.7.
This article from the "precipitation" blog, please be sure to keep this source http://jupiterbee.blog.51cto.com/3364619/1289622