Wiki

Clone wiki

jsleetck11 / Home

The JAIN SLEE (JSLEE) v1.1 Technology Compatibility Kit

This repository contains the JSLEE 1.1 Technology Compatibility Kit (TCK).

The JSR 240 specification and API documentation can be found here: http://www.jcp.org/en/jsr/detail?id=240

The TCK contains the various documentation, tests, source-code, and build files required in order to test an implementation of JSR 240 for compliance against the specification.

Background information on Technology Compatibility Kits and the Java Community Process is described on the following page: General background information on Technology Compatibility Kits

The JSLEE TCK Appeals process is described here: JSLEE TCK Process

An overview of what the TCK tests is described on the following link: TCKTestOverview

The relationship between the JSLEE v1.0 (JSR 22) and JSLEE v1.1 (JSR 240) TCKs

JSLEE v1.1 (JSR 240) is a logical extension of JSLEE v1.0 (JSR 22). It includes a standard specification of the Resource Adaptor Architecture, as well as updates to many of the sub-systems specified in JSR 22. There are many backwards compatibility requirements considered within JSR 240. Due to the compatibility requirements between JSRs 22 and 240, the TCK for JSR 240 contains the tests within the TCK for JSR 22. However the TCK for JSRs 22 and 240 are different TCKs. They have separate compliance requirements, separate TCK challenges, are available under different licenses, and are hosted separately. For more information on JSR 22 (JAIN SLEE v1.0) please refer to: http://www.jcp.org/en/jsr/detail?id=22

The TCK is available under the license JSLEE TCK License agreement

Getting the TCK

Before downloading the TCK please review its license.

The TCK can be obtained via taking a git clone of this git repository. There are several ways to do this.

Via ssh

#!bash

git clone git@bitbucket.org:opencloud-jslee/jsleetck11.git

Via http

#!bash

git clone https://your-username@bitbucket.org/opencloud-jslee/jsleetck11.git

Updated