Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Simplify the issue of searching for annotated applications by adding an ejb-jar.xml like this to your app:

Code Block
xml
xml
title"META-INF/ejb-jar.xmlxml
<ejb-jar/>

OpenEJB will find the app in the classpath and deploy it along with any annotated beans it may contain.

...