Versions Compared

Key

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

...

OpenEJB does not restrict you to just these data types or require you to use an ejb-jar.xml to declare them.

  • @Resource can be used on any type for which there is java.beans.PropertyEditor
  • You may install your own PropertyEditors and package them with your app.
  • Java Generics are supported (e.g. List<URI> myURIs)
  • You may use a META-INF/env-entries.properties file as an alternative to an ejb-jar.xml

See Built-in Type Converters for a full list of supported env-entry types.

...