i’m using MyEclipse 8.5 M1 on Win7 with JBoss 4 app server.
the j2ee application is deployed exploded to the jboss 4 app server.
in the past, if i saved a jsp or change the implementation of an existing method the hot sync worked perfectly for me. the changes were hot sync and i do not redeploy the whole application.
now the hot sync feature doesn’t sync the changes i made to the jsp or the implementation of an existing method.
if i manually copy the content of the jsp to the exploded web projects jsp, jboss loads the new content.
is there an existing issue between myeclipse and windows 7 ?
btw: sometimes it works, myeclipse sync the changes, but it’s infrequent.