found a work around for the time being. I can specify the map implementation in ognl and avoid the expression language from trying to evaluate it.
#@java.util.HashMap@{}
Type: Posts; User: plinko; Keyword(s):
found a work around for the time being. I can specify the map implementation in ognl and avoid the expression language from trying to evaluate it.
#@java.util.HashMap@{}
I have the need to escape the #{} because I have ognl in a string value that keeps on triggering the SPeL which causes errors. Any help would be great.
I'm trying to understand better how Session management using the HibernateTemplate and HibernateTransactionManager works. From what I understand if there is a thread-bound Session the...
I'm experiencing weird session behavior with the HibernateTemplate when upgrading to 2.5.6.
When we developed our application on spring 1, we wanted flexibility in how long our Hibernate Session...