Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

(tick)center(tick)(tick)(tick)center(tick)center(tick)(tick)

 

Windows XP
(Sun JDK 1.5)

Windows XP
(Sun JDK 1.6)

Linux
(Sun JDK 1.5)

Mac OSX
(Apple JDK 1.5)

Mac OSX
(Apple JDK 1.6)

Embedded

Center
(tick)center(tick)center(tick)center(tick)

Standalone

Center
Center
(tick)center(tick)
Center
Center
(tick)

Tomcat 6.0.14

Center
(tick)center(tick)center(tick)center(tick)

Tomcat 6.0.13

center

(tick)center(tick)
Center
(tick)center(tick)

Tomcat 6.0.10

Center
Center
(tick)center(tick)center(tick)center(tick)

Tomcat 6.0.9

center

(tick)center(tick)center(tick)
Center
Center
(tick)

New Features

EJB 3.0

OpenEJB 3.0 supports the EJB 3.0 specification as well as the prior EJB 2.1, EJB 2.0, and EJB 1.1. New features in EJB 3.0 include:

...

OpenEJB 3.0 supports injection of any data type for which you can supply a JavaBeans PropertyEditor. We include several built-in PropertyEditors already such as Date, InetAddress, Class, File, URL, URI, Map, List and more.

...

...

The META-INF/env-entries.properties

...

To fix this, OpenEJB supports the idea of a META-INF/env-entries.properties file where we will look for the value of things that need injection that are not container controlled resources (i.e. datasources and things of that nature). You can configure you ejbs via a properties file and skip the need for an ejb-jar.xml and it's 5 lines per property madness.

...

...

Support for GlassFish descriptors

...