Search:

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

Search: Search took 0.01 seconds.

  1. Hello, thank you for the reply. Follwing...

    Hello,

    thank you for the reply.

    Follwing is the structure of my sessionFactory
    <bean id="sessionFactoryRefOne"
    class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
    ...
  2. Possible memory leak -org.hibernate.impl.SessionFactoryImpl

    I am having a spring hibernate webapplication which runs on jboss server. I have noticed JVM Free memory decreasing drastically in a weeks time since i start the server .
    and jvm thread count goes...
  3. Replies
    5
    Views
    1,252

    Hello all, problem still persists , could any...

    Hello all,
    problem still persists , could any one tell me whether i need to synchronize handleRequestInternal(HttpServletRequest request, HttpServletResponse response) ...
  4. Replies
    5
    Views
    1,252

    Im using scriplet in my jsp .

    Im using scriplet in my jsp .

    <% Map mapGO = (Map<String,List>)request.getAttribute("map");
    HashMap userSessions = (HashMap)request.getSession().getAttribute("userMap");
    ...
  5. Replies
    5
    Views
    1,252

    Thank you for the response. I have gone through...

    Thank you for the response. I have gone through the forum and from what i understood there should not be a synchronization problem as im not using any instance variable to hold user specific data....
  6. Replies
    5
    Views
    1,252

    Thread safety in spring web application

    Hello,
    Im writting a web application using spring frame work where after successful login a dashboard is shown according to user's privilege.all the beans,controller,service & Dataacess are wired...
Results 1 to 6 of 6