Versions Compared

Key

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

...

This plan sets org/apache/geronimo/SystemDatabase as the parent. What follows is the definition of the entity bean. The jndi-name element indicates the jndi name of the entity bean's home interface CustomerHomeRemote. This is the name that the Loan BMP sample applicationwill lookup in the jndi context. The element local-jndi-name indicates the jndi name of the local interface, which in this case happens to be a remote interface, CustomerRemote. Next, a reference to the SystemDatasource is defined giving the application access to the database.

Build the Loan BMP application by typing maven ejb from the <bmp_home> directory. This will create the entity-ejb-SNAPSHOT.jar in the <bmp_home>/target directory.

Back to Top

Deploy the migrated application

Back to Top

Summary
Anchor
summary
summary

...