mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-11-15 05:35:00 -05:00
12 lines
454 B
Plaintext
12 lines
454 B
Plaintext
|
There are two sets of tests for the EJB system control.
|
||
|
|
||
|
The first set tests the EJB assembler, these tests have no external dependencies.
|
||
|
|
||
|
The second set test EJB controls using geronimo and cactus. In order to run these tests
|
||
|
it is necessary to have geronimo (1.0 or later) and cactus installed on your system. It is also
|
||
|
necessary to set the environment varaiables CACTUS_HOME and GERONIMO_HOME.
|
||
|
|
||
|
Run the tests with the 'cactus.tests' ant target.
|
||
|
|
||
|
|