This page last changed on Aug 13, 2011 by alitokmen.
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.

Container Features

Feature name Java Ant Maven2 Comment
Container Instantiation ContainerFactory.createContainer("jboss7x"...) <cargo containerId="jboss7x".../> <containerId>jboss7x</containerId>  
Local Container  
  Container Classpath Changing the the container classpath is not supported on JBoss 7.x
  Container Start  
  Container Stop  
  Container Timeout  
  Embedded Container  
  Installed Container o.c.c.c.jboss.JBoss7xInstalledLocalContainer  
   Passing system properties  
   Installer  
Remote Container o.c.c.c.jboss.JBoss7xRemoteContainer  

Configuration Features

Feature name Java Ant Maven2 Comment
Standalone Local Configuration for installed container o.c.c.c.jboss.JBoss7xStandaloneLocalConfiguration  
Standalone Local Configuration for embedded container  
Existing Local Configuration for installed container o.c.c.c.jboss.JBoss7xExistingLocalConfiguration  
Existing Local Configuration for embedded container  
Runtime Configuration o.c.c.c.jboss.JBoss7xRuntimeConfiguration  
Static deployment of WAR  
Static deployment of expanded WAR  
Static deployment of EJB  
Static deployment of EAR  
Static deployment of RAR  
Static deployment of (JBoss) HAR  
Static deployment of (JBoss) SAR  
Static deployment of (JBoss) AOP  
Static deployment of files  
Static deployment of OSGi Bundles  
Even thought the JBoss 7.x container can deploy EJBs, JBoss 7.0 itself it does not support remote EJB lookups yet.
JBoss 7.1 is planned to support these, you can read more on: http://community.jboss.org/message/616870

Deployer Features

Feature name Java Ant Maven2 Comment
Installed Deployer o.c.c.c.jboss.JBoss7xInstalledLocalDeployer  
Embedded Deployer  
Remote Deployer o.c.c.c.jboss.JBoss7xRemoteDeployer  

Other Features

Feature name Java Ant Maven2 Comment
Debugging  

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.JBoss7xInstalledLocalContainer
Property name Java Property Supported? Default value Comment
cargo.hostname GeneralPropertySet.HOSTNAME localhost  
cargo.java.home GeneralPropertySet.JAVA_HOME JAVA_HOME version 1.6 or newer  
cargo.jboss.classloading.webservice.port JBossPropertySet.JBOSS_CLASSLOADING_WEBSERVICE_PORT N/A  
cargo.jboss.configuration JBossPropertySet.CONFIGURATION standalone  
cargo.jboss.ejb3.remoting.port JBossPropertySet.JBOSS_EJB3_REMOTING_PORT N/A  
cargo.jboss.invoker.pool.port JBossPropertySet.JBOSS_INVOKER_POOL_PORT N/A  
cargo.jboss.jmx.port JBossPropertySet.JBOSS_JMX_PORT 1091  
cargo.jboss.jrmp.invoker.port JBossPropertySet.JBOSS_JRMP_INVOKER_PORT N/A  
cargo.jboss.jrmp.port JBossPropertySet.JBOSS_JRMP_PORT 1090  
cargo.jboss.management.port JBossPropertySet.JBOSS_MANAGEMENT_PORT 9999  
cargo.jboss.naming.port JBossPropertySet.JBOSS_NAMING_PORT N/A  
cargo.jboss.osgi.http.port JBossPropertySet.JBOSS_OSGI_HTTP_PORT 8090  
cargo.jboss.password JBossPropertySet.JBOSS_PASSWORD N/A  
cargo.jboss.remoting.transport.port JBossPropertySet.JBOSS_REMOTING_TRANSPORT_PORT 4447  
cargo.jboss.transaction.recoveryManager.port JBossPropertySet.JBOSS_TRANSACTION_RECOVERY_MANAGER_PORT N/A  
cargo.jboss.transaction.statusManager.port JBossPropertySet.JBOSS_TRANSACTION_STATUS_MANAGER_PORT N/A  
cargo.jboss.user JBossPropertySet.JBOSS_USER N/A  
cargo.jvmargs GeneralPropertySet.JVMARGS N/A  
cargo.logging GeneralPropertySet.LOGGING medium  
cargo.protocol GeneralPropertySet.PROTOCOL http  
cargo.rmi.port GeneralPropertySet.RMI_PORT 1099  
cargo.runtime.args GeneralPropertySet.RUNTIME_ARGS N/A  
cargo.servlet.port ServletPropertySet.PORT 8080  
cargo.servlet.users ServletPropertySet.USERS N/A  
A side note on the JBoss ports:
  • The cargo.rmi.port corresponds to the Port parameter of the jboss:service=Naming bean.
  • The cargo.jboss.naming.port corresponds to the RmiPort parameter of the jboss:service=Naming bean.

Existing Local Configuration Properties

For installed container o.c.c.c.jboss.JBoss7xInstalledLocalContainer

Runtime Configuration Properties

Before using the JBoss remote deployer, please read: JBoss Remote Deployer
For remote container o.c.c.c.jboss.JBoss7xRemoteContainer

Tested On

This container is automatically tested on its server using the Codehaus Cargo Continous Integration System once a day.

Document generated by Confluence on Aug 13, 2011 20:10