We recently upgraded from 1.0.3.RELEASE to 1.5.0.M2 (and the flex 4 libraries from Adobe) and now the FlexContext class always has a null servletConfig.
I've debugged it and I see it getting set when Spring first starts up but when we try to access it later (for dpHibernate) it is always null.
From what I can tell, the MessageBrokerHandlerAdapter never has the setServletConfig called when we actually call a Flex service.
Again, this is only in 1.5.0.M2. If I go back to 1.0.3.RELEASE everything works fine.
Any ideas what might be causing this?


Reply With Quote