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
- 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