Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.26 KB

local-glassfish-embedded-312

Creative Commons License
Charlee@GitHub by Charlee Chitsuk is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License .

The Glassfish embedded version 3.1.2 configuration

This is a repository which provides the full configuration for Glassfish embedded version 3.1.2. Normally it is used for performing the JavaEE unit testing with JBoss Arquillian.

The configuration step

  1. After cloning this project, please set the environment variable named "ARQUILLIAN_GF_ROOT" with the values as the full path to this project on our local machine as the following example: -

ARQUILLIAN_GF_ROOT=[FULL_PATH]/local-glassfish-embedded-312

e.g. ARQUILLIAN_GF_ROOT=c:/myprj/local-glassfish-embedded-312