This content has been marked as final.
Show 1 reply
-
1. Re: Pojo can't be injected to Converter class
ahaumer Jun 22, 2010 5:23 PM (in response to fjkjava.febinjk.gmail.com)DI does not work with converters, as you have to
annotate the class with@BypassInterceptors
and
Seam uses interceptors to perform dependency injection...I also stumbled into this problem (see my post a few days ago)