• Newcastle Based Student Projects

    The Newcastle Upon Tyne, UK office of Red Hat is predominantly a middleware engineering centre, with core developers from several middleware project teams. In addition to projects in those areas, the following topics ...
    Profile Photo
    last modified by jhalliday
  • 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
  • Creating a Custom Lifecycle in Maven

    Intro   Although it is not an everyday task, sometimes it is helpful to create a custom lifecycle in Maven.  For example, the jboss-maven-plugin unpack goal does not unpack (or explode) the WAR in the EAR.&...
    Profile Photo
    last modified by asookazian
  • Student Research Projects

    Project Guidleines The following guidelines apply for student projects undertaken at Red Hat. A student project will always have a 'Primary Supervisor' (and potentially additional supervisors, for example, to share th...
    Profile Photo
    last modified by jhalliday
  • Power PumpXL Trial is Designed to help build lean muscle mass

    Power PumpXL Trial is Designed to help build lean muscle mass Power PumpXL exclusive formula will help you become a better man within a few weeks. Power PumpXl combines the best natural ingredients available that have...
    Profile Photo
    last modified by sourcematter
  • IPv6

    Issues with JGroups and IPv6 on Linux  In a nutshell: IPv6 works with JGroups on Windows (but TCP_NIO doesn't work).   On Windows (XP), you have to enable IPv6 by clicking on any connection (e.g. "Local Ar...
    Profile Photo
    last modified by belaban
  • ExplodedDeployment

    Exploded Deployment  JBoss supports the ability to deploy regular Java EE archives (WAR, EAR, EJB, JAR, etc. files) as a single archive file or as an exploded directory.  Using the directory form for deploy...
    Profile Photo
    last modified by vovtz
  • How to get the Client ip address in an EJB3 Interceptor

    Often it's useful for Auditing or security purposes to get the IP Address of the client making a remote EJB3 Call. This information is not readily available in the Context of an EJB3 Bean.  Here's a hack to be ab...
    Profile Photo
    last modified by jay.howell
  • JGroupsAUTH

    Outdated: document lives in the JGroups repo: JGroups/AUTH.md at master · belaban/JGroups · GitHub   Definition  AUTH is used to provide a layer of authentication to JGroups.  This allows you...
    Profile Photo
    last modified by rhusar
  • IRC

    General IRC (Internet Relay Chat) is one mechanism by which the developers of various projects interact.  If you're interested in contributing to a project, keep reading.  If you're looking for user help, th...
    Profile Photo
    last modified by aanuj1708
  • BadPostUrgent

    Claiming your question is URGENT and SHOUTING  It is URGENT for you, but not for us. In fact, you are less likely to get a response; you look too demanding.   The same is true if you are SHOUTING. Don't tr...
    Profile Photo
    last modified by crolke
  • HelpBugReport

    Help Bug Report  Are you sure it is a bug?   If NO, please post a question on StackOverflow, tagged with: jboss-tools: http://stackoverflow.com/questions/tagged/jboss-tools jboss-developer-studio: http:/...
    Profile Photo
    last modified by nickboldt
  • Extending JBoss VFS: mount ftp file system

    Overview By default, JBoss VFS support 2 kinks of file system: Real file system Zip achieves(zip, war, ear, jar, etc) to support ftp file system, we need extend JBoss VFS add a ftp file system implementation, then ...
    Profile Photo
    last modified by kylin
  • VFS3 User Guide

    Introduction Differences from VFS2 Explicit Mounting State Always Represents the FS No File Based Roots Portability Concerns Paths Basic API org.jboss.vfs.VirtualFile org.jboss.vfs.VF...
    Profile Photo
    last modified by kylin
  • LoggingStandards

    Logging Best Practices for JBoss Projects  What This Is  This document outlines best practices for developers of JBoss projects with regards to logging.  The goal of this document is to help make the ...
    Profile Photo
    last modified by iweiss
  • Add the ability to deploy all disabled deployments in one CLI command

    AnalysisSummaryToday there is no way to deploy all disabled deployments (in standalone and server groups) in a single command. Here we are proposing to extend the deploy command with this ability. Requirements The Dep...
    Profile Photo
    last modified by jdenise
  • Module command to generate module xml with exported dependencies

    AnalysisSummaryToday the module command doesn't allow to make dependencies to be exported. We are planing here to add this feature. Requirements Keep current behavior, --dependencies option contains dependencies tha t...
    Profile Photo
    last modified by jdenise
  • CLI, Response Attachment handling

    AnalysisSummaryCLI doesn't support the streams attached to a response. Incremental deployment support offers today the ability to read the content of a deployment. It would be interesting to operate it from the CLI. S...
    Profile Photo
    last modified by jdenise
  • Adding support for streams in CLI

    AnalysisSummaryToday there is no out of the box support for streams attached to an operation. User can develop their own Command handler and deal with attachments but low level operations don’t have such support...
    Profile Photo
    last modified by jdenise
  • Adding timeout to CLI commands and operations

    Analysis SummaryToday, when an operation or command takes too long, the CLI is stuck during the whole command duration, there is no way to bound the command execution time. There is currently a timeout option but it o...
    Profile Photo
    last modified by jdenise