Hi,
I have some number and date fields annotated with NumberFormatter and DateFormmater and when I insert some value that is not being able to convert I get the following exception:
Internal...
Type: Posts; User: ivicac; Keyword(s):
Hi,
I have some number and date fields annotated with NumberFormatter and DateFormmater and when I insert some value that is not being able to convert I get the following exception:
Internal...
This is configuration for the one of my beans:
<bean id="statusValuacijeKsdDAO" parent="abstractDao">
<property name="proxyInterfaces">
<value>...
Hi,
I made small generic dao framework where my generic implementation class is obtained through spring proxy. In that class I inject PersistenceContext use Spring transactions through annotaions....