Results 1 to 2 of 2

Thread: declarative caching - coherence

  1. #1

    Default declarative caching - coherence

    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:
    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">
    The resulting exception:

    [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!

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •