How to migrate your application from JBoss v2.4 to JOnAS v3.0

Emmanuel Cecchet

INRIA

emmanuel.cecchet@inrialpes.fr

Julie Marguerite

INRIA

julie.marguerite@inrialpes.fr

François Exertier

BULL

francois.exertier@bull.net

This documentation is released under the JOnAS public license.


Table of Contents
1. Introduction
2. Migrating your deployment descriptors
2.1. Introduction
2.2. The ejb-jar.xml file
2.3. Migrating JBoss specific descriptors
2.3.1. Migrating jboss.xml
2.3.2. Migrating jaws.xml
2.4. Declaring finders
2.5. Declaring EJB references
2.5.1. References between beans in the same jar
2.5.2. References between beans in different jars but in the same ear
2.5.3. References between beans in different jars and different ears
3. Generating the container classes
4. User transactions from the client side
5. Further reading
5.1. JOnAS documentation
5.2. JOnAS mailing list
A. ejb-jar.xml
B. jboss.xml
C. jaws.xml
D. jonas-ejb-jar.xml
E. Home interface: RegionHome
F. Bean implementation: RegionBean