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

...

The Code

Annotated Bean Class

...

The use of the @Resource annotation isn't limited to setters. For example, this annotation could have been used on the corresponding field like so:

...

...

ejb-jar.xml

...

Test Case

...

Running it

Running the example is fairly simple. In the "injection-of-env-entry" directory of the examples zip, just run:

...