we are trying to replace a class file in the WAR using 7-zip. While redeploying the WAR in jboss server we are facing bean exception error.Any help on this...
"org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./Project: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myMethod' defined in class path resource
This WAR is working fine without any code change. We added one line change in a java file and compiled it. when we tried to replace the class file and deploy we are facing this error.