1 Reply Latest reply on Jun 8, 2003 9:19 AM by slaboure

    httpsession clustering problem

    mislam

      Hi I am getting this error when trying to deploy an application with tag. Now, ArmoryServiceManager class is not currently serialized. Before I go and implement serialiazable for my classes I wanted to find out if this is a requirement for session replication to work (did not see any mention of serialized classes in the cluster doc).

      My setup jboss3.2.1/jetty.

      12:45:22,717 WARN [jbossweb] WARNING: Exception for /armory/login.jsp
      java.lang.IllegalArgumentException: distributed attribute value must be Serializable,EJBObject,EJBHome,UserTransaction or Context: com.earthlink.armory.services.ArmoryServiceManager@acecf3
      at org.mortbay.j2ee.session.TypeCheckingInterceptor.setAttribute(TypeCheckingInterceptor.java:76)