spring-data-gemfire

    1熱度

    1回答

    我試圖在一個JVM中創建一個本地緩存和一個客戶端緩存,但是我得到了下面指出的錯誤,我認爲這是由於緩存是單例而發生的,而且您只能創建一個每個JVM。 有沒有人知道一個很好的解決辦法? 錯誤: Error creating bean with name 'ccf': FactoryBean threw exception on object creation; nested exception is

    0熱度

    2回答

    假設我的Gemfire定位器& cacheserver進程已經在我的目標部署環境中運行。目標部署環境使用client-server topology。 我有一個Spring 3.1 MVC應用程序,它想要使用Gemfire緩存。我使用Spring數據的GemFire 1.2.2和6.6.1的GemFire 所以我增加了以下我spring.xml <util:properties id="gemfi

    0熱度

    1回答

    我在pojo中有一個簡單的布爾字段,我將它存儲在gemfire區域中。 pojo還包括具有不同數據類型的其他字段(例如String,Long,Short,Date等)。我已經爲每個字段寫了一個區域查詢,除了布爾字段外,它們都返回了很好的狀態。從我的實體實例存根: @Region("poc") public class POCEntity { @Id @javax.persi

    0熱度

    1回答

    我有我的cache.xml如下: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gfe="http://www.springframework.org/schema/gemfire" xmlns:p="h

    0熱度

    1回答

    我有2個XML配置文件,如下 APP-context.xml中: <?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:tx=

    1熱度

    1回答

    <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util" xmlns:gfe="http://www