JBoss Community Archive (Read Only)

Arquillian Old

WAS V7.0 - Remote

A DeployableContainer implementation that can connect and run against a remote (different JVM, different machine) running a WebSphere Application Server V7.0 profile. 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

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

 

 

 

 

Prerequisite Version

This DeployableContainer requires WebSphere Application Server fix pack V7.0.0.15 or higher.

Configuration

Default Protocol: Servlet 2.5

Container Configuration Options

Name

Type

Default

Description

remoteServerAddress

String

localhost

Hostname for the target machine where the WAS profile is running.

remoteServerSoapPort

Integer

8880

SOAP port of the target WAS profile.

securityEnabled

Boolean

false

Defines whether security is enabled.
Note: When security is enabled you have to use an IBM SDK, otherwise the SSL connection will fail.

username

String

admin

The username to use to connect to the target. - This is required even when security is disabled.

password

String

admin

The password to use to connect to the target.

sslTrustStore

String

""

The location of the SSL Trust store to use.

sslTrustStorePassword

String

WebAS

The password for the SSL Trust store.

sslKeyStore

String

""

The location of the SSL Key store to use.

sslKeyStorePassword

String

WebAS

The password for the SSL Key store.

Example of Maven profile setup

<profile>
	<id>was-remote-7</id>
	<dependencies>
		<dependency>
			<groupId>org.jboss.arquillian.container</groupId>
			<artifactId>arquillian-was-remote-7</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:53 UTC, last content change 2011-05-28 16:40:21 UTC.