fbpatel / google-feedserver

Automatically exported from code.google.com/p/google-feedserver
Apache License 2.0
0 stars 0 forks source link

StringToNumericCallback class is missing on the trunk #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On a trunk installation, invoke ./run.sh
2. curl localhost:8080/example.com/contact
3.

What is the expected output? What do you see instead?
I get a 500 response and in the stack trace, I see 
java.lang.ClassNotFoundException: 
com.google.feedserver.ibatisCallbackHandlers.StringToNumericCallback

What version of the product are you using? On what operating system?
I'm on the trunk, revision 448.

Please provide any additional information below.
The class com.google.feedserver.ibatisCallbackHandlers.StringToNumericCallback 
seems to be missing from the trunk.  It however does exist here:
  Revision 448: /changes/vasunori/for_readability_review/trunk/src/java/com/google/feedserver/ibatisCallbackHandlers

Maybe you guys forgot to merge it to the trunk?

Original issue reported on code.google.com by navee...@gmail.com on 10 Aug 2010 at 5:40

GoogleCodeExporter commented 9 years ago
Help please ! I get the same error :( 

Original comment by mauricio...@gmail.com on 1 Sep 2010 at 3:53

GoogleCodeExporter commented 9 years ago
I have set attribute callback of tag typeHandler  in sqlmap.xml file to 
com.google.feedserver.ibatis.StringToNumericConverter 
and now feed server work correctly.

Original comment by francesc...@gmail.com on 17 Nov 2010 at 4:19