Java EE 8 Samples

  1. Download WildFly 8.2.0 and unzip

  2. Download Weld3 Alpha 3

    curl -L -o weld3-alpha3-patch-wildfly8.2.zip http://sourceforge.net/projects/jboss/files/Weld/3.0.0.Alpha3/wildfly-8.2.0.Final-weld-3.0.0.Alpha3-patch.zip/download
  3. Apply the patch

    ./wildfly-8.2.0.Final/bin/jboss-cli.sh --command="patch apply ./weld3-alpha3-patch-wildfly8.2.zip"
    {
        "outcome" : "success",
        "result" : {}
    }
  4. Start WildFly

    ./wildfly-8.2.0.Final/bin/standalone.sh
  5. Run tests

    mvn test