简体   繁体   中英

EL 2.1 and DCEVM full version

i'm trying to use dcevm in an already existing project: we are developing using jboss 5.1, struts 1.1.

The problem is that, if i add a method in a java bean, dcevm successfully swap my class and i can use it without restarting jboss, BUT, when the method is called in a jsp, it's not seen.

How can i make my jsp's see the change in the java bean signature?

Thanks!

HotswapAgent has plugin for EL. It clears internal EL caches when you reload some class.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM