This content has been marked as final.
Show 3 replies
-
1. Re: How to debug Seam lifecycle
Lukasz Rozek Sep 14, 2009 10:40 AM (in response to peter irmstadt)put a breakpoint on BijectionInterceptor.aroundInvoke() method. Here injection, outjection and disinjection is made
-
2. Re: How to debug Seam lifecycle
Julien Kronegg Sep 15, 2009 4:22 PM (in response to peter irmstadt)If you use Jboss AS, JSF and Seam lifecycle is logged using custom log configuration: see Seam for dummies
-
3. Re: How to debug Seam lifecycle
peter irmstadt Sep 16, 2009 3:22 PM (in response to peter irmstadt)Thank you two for the interesting and helpful answers!
Lukasz Rozek wrote on Sep 14, 2009 10:40:
put a breakpoint on BijectionInterceptor.aroundInvoke() method. Here injection, outjection and disinjection is madeWhere (and how) do I find this class?
Julien Kronegg wrote on Sep 15, 2009 16:22:
If you use Jboss AS, JSF and Seam lifecycle is logged using custom log configuration: see Seam for dummiesThat worked for me, thank you!