Revision history [back]

click to hide/show revision 1
initial version

answered 2012-05-04 17:48:17 +0800

yaminglin1977 gravatar image yaminglin1977

i found it is because the zk cache the property of Bean at the beginning ,so Reloading of javaRebel have not effect,is there any configure argument to cancel this cache? below is the zk's code: *private final BeanProperty property(ELContext ctx, Object base, Object property) { Class type = base.getClass(); String prop = property.toString();

   ** BeanProperties props = this.cache.get(type.getName());**
    if (props == null || type != props.getType()) {
        props = new BeanProperties(type);
        this.cache.put(type.getName(), props);
    }

    return props.get(ctx, prop);
}*
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More