I am trying to deploy CAS 5.3.6 to weblogic. I have a simple overlay and when I deploy to weblogic I am getting this error in the logs:
<Dec 28, 2018 9:27:17 AM EST> <Error> <Munger>
<BEA-2156200> <Unable to load descriptor
weblogic.utils.classloaders.GenericClassLoader@4538a758 finder: weblogic.utils.classloaders.CodeGenClassFinder@1c295e46 annotation: /WEB-INF/lib/tomcat-embed-websocket-8.5.35.jar!/META-INF/web-fragment.xml of module cas5test.war. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed
As there is no weblogic in the webapps I just used the basic one:
<dependency>
<groupId>org.apereo.cas</groupId>
<artifactId>cas-server-webapp</artifactId>
<version>${cas.version}</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Any suggestions?