I have a deployed and public app available where everything is working. The rest of the team is working on a new release and before releasing it, we started running tests at everything.
Out of the blue, the web services that we use to communicate with a payment gateway stopped working and started returning a null pointer exception. This is something that is happening on all machines in the development team.
Even the same code that is deployed on the server results in the same nullpointerexception. We have tried in other servers and the result is the same.
We are using jboss 7.1.1 and the stack trace of the crash is this: Can anyone point me in the right direction ?
15:53:23,199 ERROR [stderr] (http--0.0.0.0-8080-1) java.lang.NullPointerException
15:53:23,200 ERROR [stderr] (http--0.0.0.0-8080-1) at org.apache.cxf.common.util.ASMHelper.getClassCode(ASMHelper.java:170)
15:53:23,200 ERROR [stderr] (http--0.0.0.0-8080-1) at org.apache.cxf.jaxws.WrapperClassGenerator.generateMessagePart(WrapperClassGenerator.java:320)
15:53:23,201 ERROR [stderr] (http--0.0.0.0-8080-1) at org.apache.cxf.jaxws.WrapperClassGenerator.createWrapperClass(WrapperClassGenerator.java:234)