forked from arquillian/arquillian-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
40 lines (27 loc) · 1.57 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Arquillian Sandbox Examples
Arquillian enables you to test your business logic in a remote or embedded container. Alternatively, it can deploy an archive to the container so the test can
interact as a remote client.
All about arquillian: http://jboss.org/arquillian
All submodules are selfcontained and ready to use.
ejb31-gfembedded
================
This project contains EJB3.1 integration test and runs against Glassfish Embedded 3 container. The projects target is to provide simplest possible setup for this test
combination.
ejb31-jbembedded
================
This project contains EJB3.1 integration test and runs against JBoss AS 6 Embedded container. The projects target is to provide simplest possible setup for this test
combination.
ejb3-openejb
============
This project contains EJB3 integration test and runs against Apache OpenEJB 3.1 Embedded container. The projects target is to provide simplest possible setup for this test
combination.
quickstart
==========
This is a simple startup project with contains both tests for POJO and EJB running against a variety of containers.
jpa2
====
This project contains a JPA 2 integration test that runs against Embedded GlassFish (default), Remote GlassFish, Managed JBoss AS and Remote JBoss AS.
jpalab
======
This project is a JPA 1.x lab that experiments with functionality and boundaries of transaction-scoped and extended persistence contexts. It can be run on the OpenEJB 3.1
Embedded container with either OpenJPA, Hibernate or EclipseLink as the JPA provider.