• Web Console 2.0 - Layout & Design

    Some general ideas and approaches to improve the UI.   Core UX Elements & Concepts  See http://heiko-braun.github.com/pages/as7/docs/ux.html   Navigation Changes   Updated Grid System  ...
    Profile Photo
    last modified by heiko.braun
  • Connection Re-Authentication and Security Propagation [DRAFT]

    Introduction The purpose of this article is to outline the problems that we are attempting to solve and the solution currently being considered, this work is being tracked under the following Jira issue: -   ...
    Profile Photo
    last modified by dlofthouse
  • AS7 projects

    AS7 is comprised of the following projects:       Description Project link Version control link IRC room Issue tracking AS7 core http://www.jboss.org/jbossas https://github.com/jbossas/jboss-as #jbo...
    Profile Photo
    last modified by jmesnil
  • RBAC Usecases

    Name Description <Reject/Accept> Restricting access to server groups Configuration: Server groups: "production", "staging". roles: "admin", "developer"   Goal: Restrict access to the production group to t...
    Profile Photo
    last modified by heiko.braun
  • JBoss AS7 Logging

    This article describes the logging configuration starting JBoss AS v7.0.0.  The article should be updated periodically with any changes that have happened to logging (and note the version where the change occurre...
    Profile Photo
    last modified by ozizka
  • Management Console Design

    This page is deprecated. Most current information about the web console project can be found here: https://community.jboss.org/wiki/AS7ManagementConsole20 Project Information  - Roadmap - Issue Tracking - Sour...
    Profile Photo
    last modified by heiko.braun
  • ManagementConsoleRoadmap

    This page is deprecated. Please consult the JBoss AS7 Jira for an updated roadmap.Roadmap for the AS7 Management Console  Coarse grained Tasks:    Task Description Goals Dependencies Risks Project se...
    Profile Photo
    last modified by heiko.braun
  • jboss client creates threads that are not closed during the shutdown of tomcat

    I am developing an application that runs on Jboss AS7 and its front end, is developed on a tomcat that makes remote ejb calls to the jboss. In tomcat i use spring and the configuration is the following    ...
    Profile Photo
    last modified by ckar
  • AS7 dependencies with repackaged classes

    This page documents dependencies of AS7 which repackage jar files from other projects.  For example, to create a standalone jar it may be necessary to include all of that jars dependencies in a single jar for eas...
    Profile Photo
    last modified by pgier
  • JBoss 7 and Ejb remote call with security

    This article describes my tests with ejb and JBoss7.   For my test a have ear (TestEar) with one ejb module (TestEjb) and one bean (TestBean).   TestEar.ear    +---TestEjb.ejb    &#...
    Profile Photo
    last modified by mates1234
  • How to use MySQL assignment operator (:=) and variables  in Hibernate NativeQuery

    Formerly, when using the assignment operator in Native Query, Hibernate threw an exception:   Caused by: org.hibernate.QueryException: Space is not allowed after parameter prefix ':' [ INSERT INTO poh_users_stats...
    Profile Photo
    last modified by ozizka
  • try-catch-finally control flow

    The CLI implements a simplified analogue of Java's try-catch-finally control flow. It consists of three sets of operations and commands (with each set being a batch) corresponding to the try, catch and finally blocks....
    Profile Photo
    last modified by aloubyansky
  • AS 7 startup time showdown

    How fast does AS 7 start on your computer? This page is a crowdsourced benchmark to see what type of times people are getting. It could also give you an idea if it's time to upgrade your computer to more cores.  ...
    Profile Photo
    last modified by sannegrinovero
  • JBoss AS7 Command-line Operation Request Format

    For the definition and description of the AS7 management operation request, please, refer to the Format of a detyped operation request.   This article describes only the format of the operation request in the co...
    Profile Photo
    last modified by aloubyansky
  • JBoss Web to Management Console Redirects

    To help users get started with AS7 we include a simple welcome context exposed on the JBoss Web connector, on clicking the link for the admin console we attempt a redirect after checking if we believe it is likely to ...
    Profile Photo
    last modified by dlofthouse
  • CLICompoundValueFormat

    Compound Operation Parameter (or Command Argument) Value Format  Operation parameters of simple types (such as integer, boolean, string, etc) are easily expressed with a string (i.e. a word) value. Others (such ...
    Profile Photo
    last modified by aloubyansky
  • AS7 Password Vault on Windows

    Reference: https://community.jboss.org/wiki/JBossAS7SecuringPasswords   What we need? Step 1  JDK Installation Step 2  Setting of JAVA_HOME Environment Variable Step 3  Create a Key...
    Profile Photo
    last modified by anil.saldhana
  • JBoss AS7 User Guide

    Note: This article is an early version of JBoss AS 7 documentation written during the early development phases. Please see the JBoss AS 7 Documentation page for the official JBoss AS 7 docs.  This is a brief gui...
    Profile Photo
    last modified by wdfink
  • JBoss AS7: Using JPDA to debug the AS source code

    This article will talk about how to use JPDA to debug the AS source code in both the standalone as well as the managed domain mode.   If you want to know the difference between standalone and managed domain,...
    Profile Photo
    last modified by anil.saldhana
  • Infinispan Subsystem Management API

    Notes on the Infinispan subsystem management API This document aims to present an overview of some of the issues involved in the design/implementation of the Infinispan management API for AS7. 0. BackgroundServices Th...
    Profile Photo
    last modified by rachmato