-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
2.0.2.Final
-
None
I am getting an error while deploying your 7.4.x and 7.3.x version projects in this link(https://github.com/jboss-developer/jboss-eap-quickstarts) to the wildfly server.
It works fine in java 8 and wildfly 26.1.1 versions on macOS. Projects don't work in win10 and win11 with the same java and wildfly versions.
I tried combining the following versions in the windows 10 operating system. Versions: jdk-18.0.2.1,jdk1.8.0_321,jdk-16.0.2,jdk-17.0.2.
wildfly-26.1.1.Final,wildfly-23.0.2.Final,wildfly-18.0.0.Final,wildfly-15.0.0.Final
I tried the following versions in the windows 11 operating system. Versions:jdk1.8.0_321 and wildfly-26.1.1.
When I run mvn wildfly:deploy in ..\jboss-eap-quickstarts\ejb-remote\server-side
I get this error
WFLYCTL0063: Composite operation was rolled back
I'm creating an issue for the first time, sorry if I did something wrong.