spring data redis无法反序列化对象类型;嵌套异常是java.lang.ClassNotFoundException

时间:2014-09-17 19:19:23

标签: spring-data jedis spring-data-redis

我使用的是spring-data-redis 1.1.0和jedis 2.1.0。

当我将代码部署到Karaf时,我得到以下异常:

Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is org.springframework.core.NestedIOException: Failed to deserialize object type; nested exception is java.lang.ClassNotFoundException

当我运行JUnit时,它正在工作。

下面是我的redisTemplate。

<bean id="redisTemplate" class="org.springframework.data.redis.core.RedisTemplate">

0 个答案:

没有答案