Hi
 I am using TreeCache Aop (with default replSync-service.xml). I am not able to 
replicate the Aop enabled objects in Cache on seprate JVM. Treecache works fine 
on seprate JVM.

Exact Scenario
1. Put Aop enabled measure Object on JVM A
2. Get same object on JVM B (this does not return null but an object which does 
not contain any fields)
What might be problem I am using Jbosscache 1.01
Any help will be appreciated


<?xml version="1.0" encoding="UTF-8"?>


  

  




public class Measure implements Serializable{

        private int id;
        private String name;
        /**
         * @return Returns the id.
         */
        public int getId() {
                return id;
        }
        /**
         * @param id The id to set.
         */
        public void setId(int id) {
                this.id = id;
        }
        /**
         * @return Returns the name.
         */
        public String getName() {
                return name;
        }
        /**
         * @param name The name to set.
         */
        public void setName(String name) {
                this.name = name;
        }
}


Regard
Mukesh rathod


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874773#3874773

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874773


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to