A DeployableContainer implementation that can connect and run against a remote(different JVM, different machine) running JBoss AS 7.0 instance.
This implementation has no lifecycle support, so it can not be started or stopped.
Container Injection Support Matrix
| @EJB | @EJB (no-interface) | @Inject (CDI) | @Inject (MC) | @PersistenceContext @PersistenceUnit |
|---|---|---|---|---|
|
|
|
The JBossAS7 container also support OSGi Bundle / Context injection in OSGi modules and Module Contexts/ServiceController when developing Modules (only when using the jmx-as7 protocol).
Configuration
Default Protocol: jmx-as7
Container Configuration Options
| Name | Type | Default | Description |
|---|---|---|---|
| managementAddress |
String | 127.0.0.1 | The ip address of the running server instances management interface |
| managementPort |
int | 9999 |
The management port for deployment |
Example of Maven profile setup
| For JBoss AS 7.0.0.Final, you need to configure the jmx protocol used. Example:
This has been fixed in JBoss AS 7.0.1.Final |
Labels:
None
