Hi all,
I would like to know whether it is feasible to specify the DatePrecision of the DBDictionary inside a spring defintion. I don't know whether it's a Spring or OpenJpa question, so I post it...
Type: Posts; User: schteph; Keyword(s):
Hi all,
I would like to know whether it is feasible to specify the DatePrecision of the DBDictionary inside a spring defintion. I don't know whether it's a Spring or OpenJpa question, so I post it...
Juergen,
Thanks for the precious clarification. The transaction is indeed rolled back in a called bean but. The problem is that because of a tricky business case, I cannot easily throw an...
Hi all,
With Spring versions up to 1.1.5, it was possible to programatically roll back an exception by setting it to RollBackOnly using the following code
...