+ added exception translation

+ fixed config
+ added docs on TM management and exception translation
This commit is contained in:
costin
2010-07-02 16:17:28 +03:00
parent 2ab5d270c1
commit 0934d7f4a5
3 changed files with 54 additions and 13 deletions

View File

@@ -2,10 +2,7 @@
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p"
default-lazy-init="true"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" default-lazy-init="true">
<!-- all beans are lazy to allow the same config to be used between multiple tests -->
<!-- as there can be only one cache per VM -->
@@ -21,7 +18,6 @@
<bean id="named-cache" class="org.springframework.data.gemfire.CacheFactoryBean" p:name="named-cache">
<property name="properties">
<util:properties location="classpath:/deployment/env.properties"></util:properties>
<props>
<prop key="name">cache-with-props</prop>
</props>