I have setup an exploded EAR and have noticed that I am unable to hot deploy changes to my class files with jboss-4.0.5.GA.
Hot deployment of JSP files is working but if I make a minor change to a method in my Java code then I don’t see the changes on the server.
Are there particular configuration settings I should review to determine if MYEclipse and JBoss are both setup to support hot deployment of Java classes in my web application?
Thanks