Hi guys,

first of all.. Sorry if this is the wrong place to post.

Well, Iīm trying to integrate JSF and Spring, but I donīt want Spring to managed the Scope of the MB.
So iīm not using @Component on my managedbeans.. only
@ManagedBean
@ViewScoped

The problem is that I get a viewExpired exception... If I change to @SessionScope my view works!
Another thing, I keep getting an warning on faces config:

Class org.springframework.web.jsf.el.SpringBeanFacesELRe solver must extend the type javax.el.ELResolver


Can you guys help me out? If thereīs some info I can give to help out just call it out!

PS: Tryed with lattest version of MyFaces impl, and jsf standard.
My Spring Version is: 3.1.2.RELEASE

Thanks!