I moved to 0.95 and it fixed an issue i was having, but also created
one. I am using REST services running under Tomcat. If i hit the
server with an invalid operation request, but a valid service, i get an
Operation Not found Axis fault as i would expect, but if i hit it with
a non-existent service request, i get a null pointer exception (below)
instead of a AxisService Not found yet Axis fault that i got in 0.94.
Not sure what to look for, ideas?java.lang.NullPointerException org.apache.axis2.engine.AxisEngine.createFaultMessageContext(AxisEngine.java:191) org.apache.axis2.transport.http.AxisServlet.handleFault(AxisServlet.java:191) org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:125) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) Thanks, randy |
- [axis2] 0.95 - NPE on invalid service request through Axis2... Randy Hoffman
- Re: [axis2] 0.95 - NPE on invalid service request thro... Eran Chinthaka
- Re: [axis2] 0.95 - NPE on invalid service request ... Randy Hoffman
