Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Summary
Anchor
summary
summary

This article has shown how to migrate a sample application that uses Session Beans, from JBoss v4.0.2 to Apache Geronimo M5. This article provided step-by-step instructions to build the application, deploy and run it, and then migrate it to the Geronimo environment.

The following list summarizes the major differences found during this sample application migration.

  • In order to deploy an EJB jar file in JBoss you need to just copy the configuration file to the deploy directory but in Geronimo you need to use the deployer tool.
  • Geronimo needs three additional jars to run this application.
  • The contents of the deployment plans for EJB jar files in JBoss and in Geronimo are almost similar except for the name of the elements and the need for the Geronimo deployment plan to have a configId and a parentId.

Back to Top