<profile> <id>was-embedded-8</id> <dependencies> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-was-embedded-8</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> </profile>
A DeployableContainer implementation that can run an embeddable WebSphere Application Server V8.0 container (same JVM). This implementation has lifecycle support, so the container will be started and stopped as part of the test run.
Container Injection Support Matrix
@EJB |
@EJB (no-interface) |
@Inject (CDI) |
@Inject (MC) |
@PersistenceContext @PersistenceUnit |
|
|
|
|
|
Prerequisite Version
This DeployableContainer has been tested with WebSphere Application Server V8.0.0.0.
Default Protocol: Local
Container Configuration Options
Name |
Type |
Default |
Description |
embeddedProperties |
String |
|
Location of a WAS embedded container properties file. |
Example of Maven profile setup
<profile> <id>was-embedded-8</id> <dependencies> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-was-embedded-8</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> </profile>