Versions Compared

Key

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

...

Next, add the @InjectEJB annotation to your EJB3 action properties:

Code Block
public class ExampleAction {
	@InjectEJB
	private ExampleBean exampleBean;
	...
}