Wow. Amazing to see how fast you guys are. I still have a, maybe very simple, question. How can I set layzinit true if I fetch my datasource from JNDI? Doing so I deal with a JndIObjectFactoryBean and not a datasource directly.

Code:
    <bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
        <property name="jndiName"><value>jdbc/oracle</value></property>
    </bean>
Thanks,
Markus