New to spring modules; just got v0.8.
I tried following Alex Ruiz's article (http://dev2dev.bea.com/pub/a/2006/05...e-caching.html).
I'm trying to configure my applicationContext.xml with the following:
The resulting exception:Code:<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:coherence="http://www.springmodules.org/schema/coherence" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springmodules.org/schema/coherence http://www.springmodules.org/schema/cache/springmodules-tangosol.xsd">
[9/11/07 19:13:40:286 CDT] 00000092 SystemErr R Caused by: org.springframework.beans.factory.parsing.BeanDefi nitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springmodules.org/schema/coherence]
Offending resource: ServletContext resource [/WEB-INF/applicationContext.xml]
I guess my questions are, is this article and the techniques used still valid for declarative caching with spring modules? If so, where is the new coherence schema?
Thanks!


