Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

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("jboss73x"...)

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

(tick) <containerId>jboss73x</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.JBoss73xInstalledLocalContainer

(tick)

(tick)


   Passing system properties

(tick)

(tick)

(tick)


   Installer

(tick)

(tick)

(tick)


Remote Container

(tick) o.c.c.c.jboss.JBoss73xRemoteContainer

(tick)

(tick)


...