JBoss Community Archive (Read Only)

Arquillian Old

WAS V8.0 - Embedded

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

images/author/download/attachments/23822428/fact_good.png

images/author/download/attachments/23822428/fact_good.png

 

 

 

Prerequisite Version

This DeployableContainer has been tested with WebSphere Application Server V8.0.0.0.

Configuration

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>
JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-10 12:19:55 UTC, last content change 2011-07-08 19:38:53 UTC.