New issue 10 by naveedm9: StringToNumericCallback class is missing on the
trunk
http://code.google.com/p/google-feedserver/issues/detail?id=10
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?
Help please ! I get the same error :(
I have set attribute callback of tag typeHandler in sqlmap.xml file to
com.google.feedserver.ibatis.StringToNumericConverter
and now feed server work correctly.