Hi i am trying to insert new row in table using hibernate with bean class i am getting exception i am using below mentioned code: hbm file: Action class: Dao class Execption Caused by: where I’m wrong in this code? Answer Mapping database column types to Java types performed by Hibernate mapping configuration that uses Java types. The missing </property>
Tag: hibernate3
How to get exception inside ActionInvocation.invoke()
First of all the final purpose is that i’m trying to inject a DAO connection into an SMD context (Ajax) so i’ll ensure that transactions are being Commited (or Rollback), my problem is that i’m not being able to know if the invoke() method throws an exception, I have the following Interceptor: The line “attempt to solve” is based on