git clone https://github.com/scottmarlow/orm-bootstrap-benchmarks cd orm-bootstrap-benchmarks git fetch --all git checkout orm6.2 switch to jdk11 mvn clean install cd .. git clone https://github.com/wildfly/wildfly/ cd wildfly ./build.sh clean install -DskipTests=true cd dist/target/wildfly-28.0.0.Beta1-SNAPSHOT cp ../../../../orm-bootstrap-benchmarks/target/orm-boostrap-0.0.1.jar standalone/deployment cd bin to debug, update standalone.conf and add or uncomment line with JAVA_OPTS="$JAVA_OPTS -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=y" ./standalone.sh You should see the following exception:
|