Versions Compared

Key

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

...

This will compile the source files and package the EJB jar file. You can see the results in the <session_home>/target directory. The following list shows the dependency jars needed in building and running the Session Bean sample application.

  • geronimo-spec-ejb-_2.1_spec-rc41.0.jar - the EJB spec; needed for compiling source.
  • openejb-core-2.0-G1M5.jar - needed by Geronimo during runtime.
  • geronimo-spec-j2ee-_1.4_spec-rc41.0.jar - needed by Geronimo during runtime.
  • geronimo-security-1.0-M5.jar - needed by Geronimo during runtime.

...

As with all Geronimo deployment plans, this configuration requires a parent configuration. In this case, it is orggeronimo/apache/geronimo/Serverj2ee-server/1.0/car, then follows the definition of the EJBs.

...

This command will create the session-ejb-SNAPSHOT.jar and session-ejb.war files in the <session_home>/target directory. If maven is not able to locate openejb-core-2.0.jar, then copy it from the geronimo repository to the maven repository in the openejb/jars directory.
Back to Top

Deploy the migrated application

...