I am facing bean caching problem in JBoss 2.2.2 with tomcat.  During development, I have to do changes in the bean. But when I redeploy the bean after modification, the modified code is not effective, even though the newest jar file is deployed in the deploy folder.  This is happening for session beans, entity beans and ordinary java beans.  Is there any setting to disable the caching of beans. I tried deleting the jar file from the deploy folder and also deleting the %JBOSS_HOME%/tmp/deploy/Default folder, but no luck.  Can anybody help me.

Reply via email to