On Mon, 11 Dec 2006, Tommy Kristiansen wrote:

Caused by: java.lang.ClassNotFoundException: Bean

You have to *create* the class Bean.

<select id="getLastPinOrder" resultClass="com.commfides.dao.PinOrder"
parameterClass="Bean">

Call it anything you like e.g. com.commfides.beans.PinOrderQueryBean ....

--
Graeme -

Reply via email to