castor « Thread « Spring Q&A





1. Error creating bean with name : Scope 'request' is not active for the current thread    stackoverflow.com

I have integrated SWF 2.2.1,Primefaces 2.2.1,JSF 2,Spring Security 3,Spring 3.1.0M1I and EhCache and AspectJ and Castor. I have defined beans for castor in my app-config.xml like

<bean id="oXMapper" class="com.abc.xyz.util.OXMapper">
    ...

2. Castor thread safety and layout    forum.springsource.org

Castor thread safety and layout I am looking for a xml/java object binder to site inside a servlet and convert posted xml into java objects. I have initially selected Castor. I'm ...