Hi:

I am working with

jboss-as-7.1.1
mysql

spring-core-3.1.3.RELEASE.jar
spring-data-jpa-1.1.0.RELEASE.jar
spring-web-3.1.3.RELEASE.jar
spring-webflow-2.3.1.RELEASE.jar
spring-webmvc-3.1.1.RELEASE.jar

spring-faces-2.3.1.RELEASE.jar
primefaces-3.4.2.jar

hibernate-core-4.1.1.Final.jar
hibernate-entitymanager-4.1.1.Final.jar
hibernate-jpa-2.0-api-1.0.1.Final.jar

I developed my application using spring, spring-data, hibernate and primefaces and my application working well when I tried to use it on jboss-standalone, but when I tried to use it on cluster this throw me the below exception

Caused by: java.io.NotSerializableException: org.springframework.dao.support.PersistenceExcepti onTranslationInterceptor

Caused by: java.lang.RuntimeException: Failure to marshal argument(s)

Caused by: org.infinispan.CacheException: Unable to marshall value AtomicHashMap{delegate={0=21, 1=1361972857477, 2=org.jboss.as.clustering.web.DistributableSession Metadata@55858df1, 3={webflowConversationContainer=org.springframewor k.webflow.conversation.impl.ConversationContainer@ 394db297, javax.faces.request.charset=UTF-8, dashboardController=com.axcessfinancial.bankfeeds. ui.backing.BackingDashboard@180231d3, org.springframework.web.context.request.ServletReq uestAttributes.DESTRUCTION_CALLBACK.dashboardContr oller=org.springframework.web.context.request.Dest ructionCallbackBindingListener@396828e9, SPRING_SECURITY_CONTEXT=org.springframework.securi ty.core.context.SecurityContextImpl@413f689a: Authentication: org.springframework.security.authentication.Userna mePasswordAuthenticationToken@413f689a: Principal: org.springframework.security.core.userdetails.User @ba7a68d4: Username: jastonitas; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Grant

How to solve this problem? I will need to add some setting on Jboss711 or I will need to change the spring setting.

Please, what is wrong or may be what is missing?

Thanks in advance
Fred