Got the same problem with version 6.2.4 and Wildfly 20.

I solved it by adding the following code to the `bootWar` task in the File 
`gradle/springboot.gradle`

bootWar {
    manifest {
        attributes(
            'Dependencies' : 'jdk.unsupported')
    }
    ...
*}*

Then you don't need the  jboss-deployment-sturcture.xml. 

Pablo Vidaurri schrieb am Freitag, 16. Oktober 2020 um 08:57:56 UTC+2:

> set gradle.properties:
> appServer=
> executable=false
> tomcatVersion=
>
> build.gradle has
> implementation 
> "org.apereo.cas:cas-server-webapp:${project.'cas.version'}"  
>
> included jboss-deployment-sturcture.xml file in src/main/webapp/WEB-INF 
> with
> <jboss-deployment-structure>
>   <deployment>
>      <dependencies>
>           <module name="jdk.unsupported" />
>       </dependencies>
>    </deployment>
> </jboss-deployment-structure>
>
> gradlew clean build, then deploy war file to wildfly. Get all sorts of 
> errors:
>
> Sorry for the long log file attached.
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/87de3c27-5b38-4f53-845a-c30ced1f7a33n%40apereo.org.

Reply via email to