Export to GitHub

google-checkout-java-sdk - issue #6

Broken class references


Posted on Sep 5, 2007 by Happy Bird

In the web.xml file, the servlet-class to the callback service is com.google.checkout.jdk.CheckoutMessageHandlerServlet, whereas the actual class is in com.google.checkout.web.CheckoutMessageHandlerServlet . System returned servlet not found error. There is also another servlet definition with class com.google.checkout.sdk.CheckoutMessage for servlet CheckoutNotificationervlet. Such class does not exist.

Comment #1

Posted on Sep 28, 2007 by Massive Horse

(No comment was entered for this change.)

Comment #2

Posted on Oct 1, 2007 by Massive Horse

The solution to this issue was to specify the servlet-class to the callback service as com.google.checkout.web.CheckoutMessageHandlerServlet in the web.xml file.

Status: Fixed

Labels:
Type-Defect Priority-High OpSys-All