Search:

Type: Posts; User: elendal; Keyword(s):

Search: Search took 0.01 seconds.

  1. Hibernate Session + Spring HandlerInterceptor

    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...
  2. Hibernate Session + Spring HandlerInterceptor

    Hello, can you help me?

    I have this two classes


    public class PushUserToViewInterceptor extends HandlerInterceptorAdapter {
    private UserBeanDao userService;
    UserSessionManager...
  3. Where to place global configuration settings?

    Something like this?


    <!--Configurer that replaces $&#123;...&#125; placeholders with values from properties files-->
    <bean id="myDatabase"...
  4. Replies
    5
    Views
    4,747

    I'm quite sure that i set everything correctly. ...

    I'm quite sure that i set everything correctly.

    jForumFusion-servlet.xml


    <bean id="myUserBeanDao" class="com.jff.service.dao.hibernate.UserBeanDaoImpl">
    <property...
  5. Replies
    5
    Views
    3,347

    Re: Internationalization messages in HTML tags

    Try
    <input type="button" value='<spring:message code="label.search"/>'>
  6. Replies
    5
    Views
    4,747

    Re: Filter and WebApplicationContextUtils

    Then I add a servlet context parameter


    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/applicationContext.xml</param-value>
    ...
  7. Replies
    5
    Views
    4,747

    move

    Oh, it shoud probably be in web forum, can you move it?
  8. Replies
    5
    Views
    4,747

    Filter and WebApplicationContextUtils

    Hello, i have a filter:


    ...............
    private WebApplicationContext wac;
    ...............
    public void init&#40;FilterConfig filterConfig&#41; throws ServletException &#123;
    ...............
    ...
Results 1 to 8 of 8