I am using HibernateTransactionManager and OpenSessionInView filter to get lazy-associations, and but i this case here are no transactions and no lazy-associations.
1 I load specific user and put...
Type: Posts; User: elendal; Keyword(s):
I am using HibernateTransactionManager and OpenSessionInView filter to get lazy-associations, and but i this case here are no transactions and no lazy-associations.
1 I load specific user and put...
Hello, can you help me?
I have this two classes
public class PushUserToViewInterceptor extends HandlerInterceptorAdapter {
private UserBeanDao userService;
UserSessionManager...
Something like this?
<!--Configurer that replaces ${...} placeholders with values from properties files-->
<bean id="myDatabase"...
I'm quite sure that i set everything correctly.
jForumFusion-servlet.xml
<bean id="myUserBeanDao" class="com.jff.service.dao.hibernate.UserBeanDaoImpl">
<property...
Try
<input type="button" value='<spring:message code="label.search"/>'>
Then I add a servlet context parameter
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/applicationContext.xml</param-value>
...
Oh, it shoud probably be in web forum, can you move it?
Hello, i have a filter:
...............
private WebApplicationContext wac;
...............
public void init(FilterConfig filterConfig) throws ServletException {
...............
...