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

Emmanuel Cecchet

Rice University/INRIA

cecchet@rice.edu

Julie Marguerite

Rice University

margueri@rice.edu

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