• Analysis for Graceful Shutdown and Quiescing for Messaging

    User Story  As an administrator, I can shutdown/suspend/resume my server in a controlled manner so that my ongoing client requests such as in flight transactions are serviced before the shutdown or suspended temp...
    Profile Photo
    last modified by jmesnil
  • Design notes for "Ability to register a listener (integrated with the management layer) that will be notified of the lifecycle server events" (NotificationRegistrars)

    Requirements summary  We do not support remote management notifications yet, so all registered notification handlers need to be in-vm. The current/obvious way to register a notification handler is to implement a...
    Profile Photo
    last modified by kabirkhan
  • Evolving wildfly CLI to Aesh Command API

    The motivation of moving CLI to a different Aesh API is to take benefit of latest Aesh features: No more active polling, low level Layer in sync with CLI. Better completion (e.g.: in the middle of the command). Comp...
    Profile Photo
    last modified by jdenise
  • Elytron Default PermissionMapper Implementations - Design

    Within Elytron custom PermissionMapper implementations can be provided either within the subsystem by providing the fully qualified class name of the implementation to use, or by depending on a capability exposed by a...
    Profile Photo
    last modified by dlofthouse
  • Extended syntax for read/write-attribute & new collections API operations

    Collection manipulation API  Proposal to add set of global operations for ease working with map & list attribute types. Operations mimic java collections. All indexes are 0 based! Maps put entry to map :map-...
    Profile Photo
    last modified by ctomc
  • A domain managed service registry

    What problem are we trying to solve?Currently when using TCP stack in domain mode, we need to specify all servers in JGroups configuration. This is unnecessary since the Domain Controller hold full list of servers in ...
    Profile Photo
    last modified by sebastian.laskawiec
  • Wildfly does not compile JSPs

    Hello, I am trying to port a JSP based project originally developed on Glassfish 4.1 to JBoss. Both on Wildfly 8.2 and 10 the JSPs don't compile most of the time. If have just installed the 10 final and made no oth...
    Profile Photo
    last modified by marcusdidiusfalco
  • Taking advantage of a git backend for WildFly configuration files

    This article aims to synthesise the various discussions  and exchanges around WFCORE-433 and how we could make WildFly more cloud friendly. Adding a git backend to manage WildFly configuration files history coul...
    Profile Photo
    last modified by ehugonnet
  • Offline CLI Work

    This article is a brief description of some work I've been doing on an "offline CLI". It's meant to be a brief intro, seed for future sections of the Admin Guide and background material for design discussions around t...
    Profile Photo
    last modified by brian.stansberry
  • Management Subsystem Design - WFCORE-920

    The Jira issue WFCORE-920 is for converting the management definitions in the model into a subsystem, this article is to explore how this could look.   With the introduction of Elytron many security services wil...
    Profile Photo
    last modified by dlofthouse
  • WildFly 11 - HTTP Management Interface Configuration

    This article is to hold the design for enhancing the HTTP management interface configuration, this is in relation to the following issues: -   [WFLY-2635] HTTP Management Interface Configuration [WFLY-3222] Add...
    Profile Photo
    last modified by dlofthouse
  • WildFly Pull Request Standards and Guidelines

    WildFly Pull Request Standards and Guidelines  While a complete git tutorial is far, far out of scope of this guide, there are a few important rules and guidelines to adhere to when creating a pull request for W...
    Profile Photo
    last modified by dmlloyd
  • Core and Subsystem Capability and Requirement Listing

    THIS DOCUMENT IS NOT CURRENT OR AUTHORITATIVE IN ANY WAY. IT IS RETAINED SOLELY FOR THE HISTORICAL RECORD    The intent of this document is to identify the conceptual capabilities that various subsystems or...
    Profile Photo
    last modified by brian.stansberry
  • Wildfly8.2 log path change

    Hi Team, In Wildfly 8.2 .. i want to change my log path (server.log) file need to change to my own path. In Standalone.xml file i'm trying to change below path like <file relative-to="jboss.server.log.dir" pa...
    Profile Photo
    last modified by srihareeshj
  • How to configure MDB on WildFly to consume messages from JBOSS 5.1?

    Salut,   having bean developed a new application with WildFly I need to read messages from a legacy system running JBOSS 5.1. Is there any way to configure MDB on WildFly that it connected to cluttered topic on...
    Profile Photo
    last modified by romsky007
  • Wildfly 8.0.0 / 8.1.0 - Servlet 3 - async-mode - no onComplete Triggered

    Hi Together,   I have a question about the async mode of servlet 3. When I have my servlet which starts one subprocess via AsyncContext#start    and that async process doesn't call the AsyncConte...
    Profile Photo
    last modified by cwat-gugrill
  • TLS Configuration with Elytron

    As the individual pieces are added to Elytron the document describing those pieces will be added here.
    Profile Photo
    last modified by dlofthouse
  • (updated) DomainOverview design proposal

    Iteration on initial designs for a revised Domain Overview screen. Iterations on the initial proposal are based on comments provided below.
    Profile Photo
    last modified by uxdlc
  • mysql Jconnector configuration with wildfly 8.1.0 and issue with version mysql-connector-java-5.0.8

    I was working on integrating the mysql data source with wild fly and I had wasted quiet a bit of time and I thought to share the details here so that some one else don't waste time on figuring out trivial thing. ...
    Profile Photo
    last modified by sanjay05222
  • Incompatibilities between current WildFly and EAP 6

    Document to record incompatibilities between what's in WildFly and what is in the most recent EAP 6 release.   This is not meant to capture default configuration changes, although if people want to add such thin...
    Profile Photo
    last modified by brian.stansberry