java - deployment not taking changes -
some minutos ago eclipse/wildfly deployment stopped work correctly, deployment not taking changes in java code,
i using interceptor see method accessing in url
public void intercept(interceptorstack stack, controllermethod method, object instance) throws interceptionexception { //pega uri acessada string uri = request.getrequesturi(); // system.out.println(method); // system.out.println(method.getmethod()); stack.next(method,instance); } }
if see, has // must stop printing, after deploy, still show accessed method in console, why? if make changes in .jsp pages change normally, java not,
23:06:53,985 info [org.jboss.as.server] (deploymentscanner-threads - 2) jbas018565: replaced deployment "testproject.war" deployment "testproject.war"
i guess class file not building in eclipse,so deploying old version.i guess mistakenly click 'build automatically' option in "project" menu
.wheneevr option unchecked,your class file not updated automatically.so please check issue
Comments
Post a Comment