Skip to content

Files

Latest commit

 

History

History
This branch is up to date with windup/windup-quickstarts:master.

ejb-beanutils-async

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

ejb-beanutils-asyn: Windup Rule That Detects Seam Asynchronous Annotation in Remote EJBs

Author: Jess Sightler
Level: Intermediate
Summary: Windup rule that reports on the use of the Seam Asynchronous annotation in remote EJBs
Source: https://github.com/windup/windup-quickstarts/

What is it?

The Seam Asynchronous annotation is not compatible with remote EJBs in Red Hat JBoss Enterprise Application Platform and must be replaced with the Java EE 6 @Asynchronous annotation.

You can create Windup rules using XML or by writing Java add-ons. This quickstart demonstrates both approaches.

  • Java rule add-on: Follow the instructions here to see how to create this rule as a Java rule add-on.

  • XML rule: Follow the instructions here to see how to create this rule using XML.

Warning
If you deploy both the Java-based rule add-on and XML rule at the same time, you will see double the story points!