Details
-
Type:
Sub-task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.2.0.CR1
-
Component/s: cdi
-
Labels:
-
Affects:Documentation (Ref Guide, User Guide, etc.)
Description
This quick fix for next error markers:
1. Non-static method <method>() of a session bean class <class> has a parameter annotated @Disposes, and the method is not a business method of the session bean [JSR-299 §3.3.6]
2. Non-static method <method>() of a session bean class <class> has a parameter annotated @Observes, and the method is not a business method of the EJB [JSR-299 §10.4.2]
Quick fix should make the method a business method of the EJB
See JBIDE-7669 for details
Quick fix should make the method a business method of the EJB