jasona7 / google-checkout-java-sample-code

Automatically exported from code.google.com/p/google-checkout-java-sample-code
0 stars 0 forks source link

Examples do not work #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download example war
2. Deploy in tomcat
3. Click on any link on the app

What is the expected output? What do you see instead?
JSP compilation exceptions, MerchantConstantFactory not found

What version of the product are you using? On what operating system?
0.91, Windows Vista

Please provide any additional information below.

Original issue reported on code.google.com by paul.d...@gmail.com on 12 Sep 2008 at 2:45

GoogleCodeExporter commented 8 years ago
I have solved this problem, so you need to download
JavaCheckoutJ2eeExampleEar-0.91.ear within that file comes
JavaCheckoutExampleCommon.jar that has MerchantConstantFactory.class

so add JavaCheckoutExampleCommon.jar and JavaCheckoutRefImpl-0.91.jar to
JavaCheckoutWebExampleWar-0.91.war lib directory and redeploy it, It works 
perfectly.

Original comment by 01.is...@gmail.com on 16 Jun 2009 at 8:56