Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 41 Next »

This page has been automatically generated by Cargo's build. Do not edit it directly as it'll be overwritten next time it's generated again.

With the opening of the JBoss EAP to the public and the split between JBoss and WildFly, the below naming correspondance should be used with JBoss EAP containers:

  • What Cargo calls JBoss 6.1.x is what JBoss refers to as JBoss Application Server version 6.1; i.e. the version released in August 2011
  • What Cargo calls JBoss 7.2.x is what JBoss refers to as JBoss Enterprise Application Platform (EAP) version 6.1; i.e. the build from JBoss Application Server (AS) version 7.2 released in May 2013
  • What Cargo calls JBoss 7.3.x is what JBoss refers to as JBoss Enterprise Application Platform (EAP) version 6.2; i.e. the build from JBoss Application Server (AS) version 7.3 released in October 2013
  • What Cargo calls JBoss 7.4.x is what JBoss refers to as JBoss Enterprise Application Platform (EAP) version 6.3; i.e. the build from JBoss Application Server (AS) version 7.4 released in June 2014
  • What Cargo calls JBoss 7.5.x is what JBoss refers to as JBoss Enterprise Application Platform (EAP) version 6.4; i.e. the build from JBoss Application Server (AS) version 7.5 released in October 2015
  • The WildFly 10.x container can be used with the JBoss Enterprise Application Platform (EAP) version 7.0; i.e. the version released in May 2016
  • The WildFly 11.x container can be used with the JBoss Enterprise Application Platform (EAP) version 7.1; i.e. the version released in December 2017
  • The WildFly 13.x container can be used with the JBoss Enterprise Application Platform (EAP) version 7.2; i.e. the version released in January 2019

Container Features

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Container Instantiation

(tick) ContainerFactory.createContainer("jboss71x"...)

(tick) <cargo containerId="jboss71x".../>

(tick) <containerId>jboss71x</containerId>


Local Container

(tick)

(tick)

(tick)


  Container Classpath

(tick)

(tick)

(tick)

Read more on JBoss 7.x onwards and WildFly container classpath

  Container Start

(tick)

(tick)

(tick)


  Container Stop

(tick)

(tick)

(tick)


  Container Timeout

(tick)

(tick)

(tick)


  Embedded Container

(error)

(error)

(error)


  Installed Container

(tick) o.c.c.c.jboss.JBoss71xInstalledLocalContainer

(tick)

(tick)


   Passing system properties

(tick)

(tick)

(tick)


   Installer

(tick)

(tick)

(tick)


Remote Container

(tick) o.c.c.c.jboss.JBoss71xRemoteContainer

(tick)

(tick)


Configuration Features

Deployer Features

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Installed Deployer

(tick) o.c.c.c.jboss.JBoss7xInstalledLocalDeployer

(tick)

(tick)


Embedded Deployer

(error)

(error)

(error)


Remote Deployer

(tick) o.c.c.c.jboss.JBoss7xRemoteDeployer

(tick)

(tick)


Other Features

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Debugging

(tick)

(tick)

(tick)


Supported Configuration properties

The tables below list both the general configuration properties as well as the container-specific ones.

Standalone Local Configuration Properties

For installed container o.c.c.c.jboss.JBoss71xInstalledLocalContainer

Datasource and Resource configuration

In addition to the forementioned properties, this container configuration can also set up datasources and/or resources.

For more details, please read: DataSource and Resource Support.

Existing Local Configuration Properties

For installed container o.c.c.c.jboss.JBoss71xInstalledLocalContainer

Runtime Configuration Properties

Before using the JBoss remote deployer, please read: JBoss Remote Deployer

For remote container o.c.c.c.jboss.JBoss71xRemoteContainer

Tested On

This container is automatically tested by the Continous Integration system every time there is a code change.
The server used for tests is downloaded from: http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip

  • No labels