• No EJB receiver available for handling

    Hi all   I'm quite newbie in the world of EJB's , and, even I suppose the EJB is not being found , I have this problem that I have no idea to solve . I'm facing a legacy code, so , I don't have the knowledge of ...
    Profile Photo
    last modified by yagt
  • Extending AS 7

    Like all releases of JBoss Application Server, AS 7 provides a relatively small core set of functionality, along with APIs that can be used to extend this core functionality in order to provide the services external c...
    Profile Photo
    last modified by brian.stansberry
  • JBoss AS7 Command-line public API

    (Since JBoss AS 7.1.1)   This article describes how to start a CLI session to execute commands and operations from a Java application or to simply leverage the functionality implemented in the CLI to, e.g., only...
    Profile Photo
    last modified by aloubyansky
  • A GUI for the Command Line Interface

    News: As of JBoss AS 7.1.2, CLI GUI supports integration with jconsole.   If you start jboss-cli with the --gui option, it will bring up  a GUI instead of a command line.  Note that --gui also im...
    Profile Photo
    last modified by ssilvert
  • Logging Id's - Clustering

    All Ranges: Logging Id's   Note: mod_cluster has its own range.   EAP 6.2 Clustering ranges: 10200 - 10399 // in module clustering/api ClusteringApiLogger: 10200 (range = 10, used = 2) ClusteringApiMessag...
    Profile Photo
    last modified by rhusar
  • System properties in operation parameter values and command arguments

    It is allowed to pass in system properties as operation parameter and command argument values. By default, system properties will be resolved on the server side, not in the CLI JVM. Also, not every attribute in the ma...
    Profile Photo
    last modified by aloubyansky
  • Logging Id's

    Logging ID ranges for WildFly/JBoss AS7 i18n message interfaces.     Status C = Complete I = In Progress P = Merged, but not complete W = Waiting Merge     Range Subsystem Status 10100 - 10199 ...
    Profile Photo
    last modified by rhusar
  • Command line environment variables

    The JBoss(WildFly) CLI supports variables. Variables may appear in, basically, any part of a command line and will be resolved during the command line parsing phase. Variables are referenced using '$'. E.g.   ...
    Profile Photo
    last modified by aloubyansky
  • Deploying an application from an external deployment location

    Just like previous versions (AS5 and AS6), JBoss AS7 allows you to deploy applications from an external deployment folder. i.e. you don't have to place the deployment within the JBoss AS installation directory hierarc...
    Profile Photo
    last modified by pbppiyush
  • JBoss AS7:  How Do I?

    General Questions  How do I set system properties? http://community.jboss.org/wiki/JBossAS7SystemProperties   How do I list all system properties? http://community.jboss.org/wiki/JBossAS7OverviewOfAllSystemP...
    Profile Photo
    last modified by anil.saldhana
  • Using IAIK Provider for the Java™ Cryptography Extension (IAIK-JCE) with JBoss AS 7

    hi has anyone out there had any success using the IAIK JCE provider with JBoss AS 7?   when we run the following code:       IAIK.addAsProvider(true);     try {   ...
    Profile Photo
    last modified by ozoli
  • A debuggers guide to 'AS7 Internal Architechture Overview'

    Introduction   Since Brian Stansberry was kind enough to write an article on the AS 7 interal architechture, the aptly named "AS7 Internal Architecture Overview", https://community.jboss.org/wiki/AS7InternalArc...
    Profile Photo
    last modified by nickarls
  • Hack JBoss AS 7 (7.2.0.Final) to add myfaces-2.1.12 as default jsf implementation.

    As Stan Silvert described in his article 'Design of AS7 multi-JSF feature' : Currently, AS7 ships with two JSF implementations, a JSF 2.1 implementation and a JSF 1.2 implementation. But AS7 didn't ship with myfaces ...
    Profile Photo
    last modified by zhouyaguo
  • Module Compatible Classloading Guide

    Introduction  Modular classloading has a much greater focus on isolation and separation than traditional hierarchical models, so it is far less forgiving about using the "wrong" classloader. Unfortunately, this ...
    Profile Photo
    last modified by unratito
  • Management Layer Access Control

    This article is deprecated:Please refer to https://community.jboss.org/wiki/AccessControlNotes until we publish the final access control documentation Role based access control to the AS7 management layer.   Cor...
    Profile Photo
    last modified by heiko.braun
  • Wildfly Management Console 2.0

    This page is deprecated. Please refer to  https://github.com/hal/docs/wiki Project Information  - Roadmap - Issue Tracking - Source Code:      - Authoritative master: https://git...
    Profile Photo
    last modified by heiko.braun
  • Hacking on AS7

    Post 7.x the community project has been renamed to WildFly. If you want to work on WildFly, please see https://community.jboss.org/wiki/HackingOnWildFly 1. Create a github account http://github.com   2. Fork jbos...
    Profile Photo
    last modified by kabirkhan
  • Experimenting with Single Installation Patching

    Instructions for experimenting with the "Single Installation Patching" feature currently being developed.   These instructions assume basic git knowledge and knowledge of how to work with the AS 7 code base. See...
    Profile Photo
    last modified by emuckenhuber
  • MySQL := hibernate problem

    Hello,   As I saw here, I added \\ to the query     set @row = 0; select u.id, u.facebook, u.firstName, u.lastName, u.credit, (SELECT row FROM (SELECT id, @row \\:= @row+1 AS row from Users OR...
    Profile Photo
    last modified by kirilik
  • Audit Logging Design Notes

    Design notes for work on https://issues.jboss.org/browse/WFLY-456 (formerly https://issues.jboss.org/browse/AS7-444).   My current development topic branch for this is https://github.com/kabir/wildfly/tree/WFLY-...
    Profile Photo
    last modified by kabirkhan