• ProfileService DeploymentManager in 5.x

    Overview The DeploymentManager is a client-side plugin for distributing and controlling deployments in a profile.   Compared to the DeploymentManager in 5.0.x there are some differences: The DeploymentPhase ha...
    Profile Photo
    last modified by emuckenhuber
  • Cargo Maven plugin - JBoss AS 5 logging configuration

    Cargo uses its own logging configuration file which is basically derived from default/conf/jboss-log4j.xml. JBoss logs a lot of things in the default configuration (see: http://lists.jboss.org/pipermail/jboss-developm...
    Profile Photo
    last modified by ozizka
  • Why don't my AS 4.2.x @Service beans deploy in AS 5+?

    As of JBoss AS 5.0.0 Beta3, the annotations package for such commonly used annotations as @Service and @Management have moved from the org.jboss.annotation.ejb package to the org.jboss.ejb3.annotation package.  A...
    Profile Photo
    last modified by jiwils
  • ToAS5.0.0.Beta3

    Migrating to EJB3 Module Bundled with JBoss AS 5.0.0.Beta3  All JBoss EJB3 Annotations extending the JEE API are located in a new artifact, jboss-ejb3-ext-api.jar, located in $JBOSS_HOME/client.  See Why do...
    Profile Photo
    last modified by alrubinger
  • Fresh - JBoss Shell - Getting Started Guide

    Installation   Check out sources from http://anonsvn.jboss.org/repos/jbossas/projects/fresh/trunk/   Use maven2 to build:   mvn install   Copy generated deployment archive fresh-jar/target/jbos...
    Profile Photo
    last modified by mstruk
  • Simpler approach to provide application specific security domain configuration

    For AS-4.x, DynamicLoginConfig  was used to specify application specific security domain configurations.   Starting AS-5.x, there's a simpler way to do this.   Follow "Specifying Security Domain Confi...
    Profile Photo
    last modified by jaikiran
  • ProfileService ManagementView

    Overview The ManagementView is an API for querying profiles for the deployment management object interface.   The ManagementView aggregates ManagementObjects from different sources and provides a unified managem...
    Profile Photo
    last modified by emuckenhuber
  • ProfileService DeploymentTemplates

    A DeploymentTemplate is a server-side template for creating a DeploymentContext given a set of ManagedProperty representing the template properties to set in the resulting deployment.   A DeploymentTemplateInfo ...
    Profile Photo
    last modified by emuckenhuber
  • Why do i get java.lang.ClassCastException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration in AS-5

    Problem  When deploying your application in AS-5, you might see exception similar to this:   16:05:36,907 ERROR [JBossContextConfig] XML error parsing: context.xml org.jboss.xb.binding.JBossXBRuntimeExcept...
    Profile Photo
    last modified by jaikiran
  • ProfileService overview in 5.x

    Overview Wheras in 5.0.0 has one global profile managing deployments, in 5.1 there are now more active profiles with a possible relationships/dependecies on other profiles - called a sub-profile. The main profiles ar...
    Profile Photo
    last modified by emuckenhuber
  • Grails on JBoss AS 5.1.0 GA

    Grails is changing the way Java developers approach Web development. If you are not familiar with Grails, it is a Web application platform for the agile and dynamic language, Groovy, that runs on the Java Virtual Mach...
    Profile Photo
    last modified by rjsalicco
  • JBoss 5 Memory and Thread Info

    JBoss provides information on server performance, how much memory is used, the total CPU time each thread has used etc.. This information you can see on jmx-console:   http://localhost:8080/jmx-console/HtmlAdapt...
    Profile Photo
    last modified by tfrastia
  • JBoss 5.1 Disable/Enable Hot Deploy(HDScanner)

    Disable Hot Deploy on JBoss 5.1 is easy, just file jbossAs/server/server-profile/deploy/hdscanner-jboss-beans.xml  remove or move to another folder.   Hot Deploy is disabled, you can deploy/redeploy/undeplo...
    Profile Photo
    last modified by tfrastia
  • TCP Gossip Router configuration, JBoss 5 EAP

    This page describes a sample TCP Gossip router configuration for JBoss 5 EAP. This example uses the default JGroups TCP configuration for JBoss 5 EAP.   Edit the following file in a text editor: $JBOSS_HOME/jbo...
    Profile Photo
    last modified by farhanhh
  • Partial rendering of JSP pages on AS-5

    Problem: AS-5 users have reported that occasionally, JSPs are rendered partially without any errors messages.   Cause: It's been diagonized as a bug https://jira.jboss.org/jira/browse/JBAS-6442 which has been fix...
    Profile Photo
    last modified by jaikiran
  • EJB3 over HTTP/HTTPS in JBossAS-5

    This wiki describes how to access EJB3s via HTTP or HTTPS (HTTP over SSL). This is typically done when the beans are deployed behind a firewall so the client needs to communicate via a protocol and port allowed throug...
    Profile Photo
    last modified by jaikiran
  • Duke's Bank sample EJB2 application on AS 5.1

    The Getting Started guide for AS 4, includes a good tutorial (http://docs.jboss.org/jbossas/getting_started/v4/html/dukesbank.html#d0e740) that covers deploying Sun's "Duke's Bank" sample application.   With a f...
    Profile Photo
    last modified by matt-b
  • Clustered JPA/Hibernate Second Level Caching in JBoss AS 5

    Overview One of the big improvements in the clustering area in JBoss AS 5 is the use of the new Hibernate/JBoss Cache integration for second level caching that was introduced in Hibernate 3.3.  Used along with AS...
    Profile Photo
    last modified by brian.stansberry
  • JBoss AS Docs - subversion checkout/commit notes

    This page consists of examples on how to checkout and commit changes in the project documentation svn repo. The following is an example on how to checkout a book from the JBoss svn repo as an anonymous user:   s...
    Profile Photo
    last modified by skittoli
  • JBoss AS5 Installation and Getting Started Guide - update log

    This page outlines the update logs for the JBoss AS5 Installation and Getting Started Guide. This page is used by the documentation team for snapshot update reports.   Date Action Files/Version User
    Profile Photo
    last modified by skittoli