-
Type:
Feature Request
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.1.2.GA
-
Fix Version/s: The future
-
Component/s: Documentation Issues
-
Labels:None
-
Environment:
Windows
Seam 2.1.2.GA
Sun JDK 1.5
-
Affects:Documentation (Ref Guide, User Guide, etc.)
-
Estimated Difficulty:Low
The Seam reference documentation needs an example of how to use Seam interceptors with JavaBean components. There is the following reference in 6.11:
"You can even use Seam interceptors with JavaBean components, not just EJB3 beans!" but there is no example. I have provided a working example using a custom ProfilingInterceptor which outputs that a business method has begun execution as well as execution time for that method.