• Three-phase commit protocol (3PC)

    Since reading Mark Little’s article [1] I have been trying to find time to further understand where three phase commit can be applied. I also read a nice summary article on Wikipedia[2] but was still missing the...
    Profile Photo
    last modified by ochaloup
  • Hacking on WildFly

    1. Create a GitHub account if you don't have one already http://github.com   2. Fork wildfly repository into your account https://github.com/wildfly/wildfly   3. Clone your newly forked copy onto your local ...
    Profile Photo
    last modified by yersan
  • Getting started with WildFly Elytron

    Overview of the projects WildFly Elytron WildFly Core WildFly WildFly Proposals Blog posts Documentation Quickstarts Elytron examples Elytron JavaDoc User forums Getting you...
    Profile Photo
    last modified by fjuma
  • Hardening Guidelines for WildFly

    The old JBoss used to have hardening guidelines. We are evaluating WildFly and need similar guidelines? Is there anything official or unofficial along these lines?
    Profile Photo
    last modified by rlhicks
  • Advanced Java EE Lab (FI MU: jaro 2019)

    V rámci jarního semestru akademického roku 2018/19 probíhá na FI MUNI série setkání ve fromě kombinovaných přednášek a laboratorních cvičen&#...
    Profile Photo
    last modified by pskopek
  • Sending WildFly logs to Kafka

    Steps to configure WildFly / EAP to send the logs using JBoss Logmanager and Log4j to Kafka:   1. Add Kafka client module: $ cat <<EOF > $JBOSS_HOME/modules/system/layers/base/org/apache/kafka/clients/...
    Profile Photo
    last modified by lazo
  • GateIn WSRP and Web Service Security

    Note: this article has been updated to include changes introduced in GateIn 3.3.0. For older versions of GateIn which support WS-Security with WSRP, please see the older version of this article https://community.jboss...
    Profile Photo
    last modified by larsonreever
  • RichFaces Wiki Home Page

      Introduction   Welcome to the wiki for the RichFaces project! This is a general ad hoc collection of information resources about RichFaces. Users are encouraged to donate meaningful documentation and infor...
    Profile Photo
    last modified by larsonreever
  • Narayana /qa tests - How to run

    /qa module which can be found at the Narayana repository contains an extensive set of tests for verification of transaction manager functionality in a distributed environment where communication runs over iiop. In oth...
    Profile Photo
    last modified by ochaloup
  • Maven Getting Started - Developers

    This page provides information for JBoss developers to get started with using the JBoss Maven repositories.   If you are new to Maven, you may want to first go to the Apache Maven site to learn the basics (https...
    Profile Photo
    last modified by jamezp
  • GSoC 2019 Ideas

    The JBoss Community is planning to participate in Google Summer of Code in 2019.   All students & developers are welcome to participate in the Google Summer of Code 2019 program with the JBoss Community (once...
    Profile Photo
    last modified by pilhuhn
  • Design Notes for JSON and XML formatters

    Moved to https://github.com/wildfly/wildfly-proposals/pull/47
    Profile Photo
    last modified by jamezp
  • The future of the management console

    We're currently working on the next major version of HAL. HAL.next will include all features of the current management console plus many new features such as macro recording, topology overview, better keyboard support...
    Profile Photo
    last modified by larsonreever
  • HAL - SSO with Keycloak

    Overview This document describes how to add SSO support in HAL using Keycloak and Elytron. The focus is on the client side and what it takes to support SSO in HAL. It’s based on an PoC by Pedro Igor (psilva). &#...
    Profile Photo
    last modified by pcraveiro
  • BMUnit : Using Byteman with JUnit or TestNG from maven and ant

    Let's assume you know what Byteman is . . .  This is the Part Two (of three) in the Byteman tutorial series, explaining how you can use Byteman to improve the simplicity, quality and coverage of your unit, integ...
    Profile Photo
    last modified by adinn
  • JBoss Passwords - not secure, but recommended

    Following article describes how the passwords in JBoss can be secured: https://community.jboss.org/wiki/JBossAS7SecuringPasswords The key point is however missing there: What benefits it gives?   It is not secu...
    Profile Photo
    last modified by mentallurg
  • Teiid Release Procedure

    Once the release criteria have been met, which will minimally include no test failures and no unresolved issues, the following can be used from your current working copy to create the target release.   Documenta...
    Profile Photo
    last modified by shawkins
  • Design for Cross Site Replication

    This document has MOVED.  Please visit infinispan-designs/Design-For-Cross-Site-Replication.asciidoc at master · infinispan/infinispan-designs · GitHub   UPDATE YOUR BOOKMARKS!
    Profile Photo
    last modified by weargoggles
  • OpenShift Community in und um OWL

    Im Rahmen der JBoss User Group trafen sich am 24. 2019 Openshift Interessierte in den Räumen der S&N Invent AG. In dieser Kick Off Veranstaltung kamen ca. 25 Personen aus 7 Firmen mit einem breiten Interessen...
    Profile Photo
    last modified by hnowack
  • JMXConsole

    JMX Console  After JBoss has succesfully started you can locate the JMX console at http://localhost:8080/jmx-console in the default distribution. Notice that if you have configured the servlet container (Tomcat)...
    Profile Photo
    last modified by vgarmash