Log in to follow, share, and participate in this community.
Article Analysis for Graceful Shutdown and Quiescing for Messaging
Analysis for Graceful Shutdown and Quiescing for MessagingUser 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...
Article Design notes for "Ability to register a listener (integrated with the management layer) that will be notified of the lifecycle server events" (NotificationRegistrars)
Design notes for "Ability to register a listener (integrated with the management layer) that will be notified of the lifecycle server events" (NotificationRegistrars)
Evolving wildfly CLI to Aesh Command APIThe 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...
Elytron Default PermissionMapper Implementations - DesignWithin 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...
A domain managed service registryWhat 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 ...
Wildfly does not compile JSPsHello, 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...
Article Taking advantage of a git backend for WildFly configuration files
Taking advantage of a git backend for WildFly configuration filesThis 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...
Offline CLI WorkThis 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...
Management Subsystem Design - WFCORE-920The 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...
WildFly 11 - HTTP Management Interface ConfigurationThis 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...
Article WildFly Pull Request Standards and Guidelines
WildFly Pull Request Standards and GuidelinesWildFly 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...
Article Core and Subsystem Capability and Requirement Listing
Core and Subsystem Capability and Requirement ListingTHIS 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...
Wildfly8.2 log path changeHi 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...
Article How to configure MDB on WildFly to consume messages from JBOSS 5.1?
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...
(updated) DomainOverview design proposalIteration on initial designs for a revised Domain Overview screen. Iterations on the initial proposal are based on comments provided below.
Article Incompatibilities between current WildFly and EAP 6
Incompatibilities between current WildFly and EAP 6Document 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...