Search:

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

Search: Search took 0.02 seconds.

  1. it's eclipse wtp bug

    eclipse tomcat plugin loads your context two times.
    once as root and the other time as your servlet.

    look here: http://dev.eclipse.org/newslists/news.eclipse.webtools/msg09307.html

    solution:...
  2. Replies
    14
    Views
    3,518

    it's eclipse wtp bug

    eclipse tomcat plugin loads your context two times.
    once as root and the other time as your servlet.

    look here: http://dev.eclipse.org/newslists/news.eclipse.webtools/msg09307.html

    solution:...
  3. Replies
    15
    Views
    35,479

    i had the same problem

    if you have more than one PropertyPlaceholderConfigurer.
    you need to know which one is loaded first.
    and set "ignoreUnresolvablePlaceholders" property to true for it:
    <property...
  4. Replies
    3
    Views
    2,680

    please, remove the image from search

    my succes rate is less than 20%
    too difficult!
  5. HibernateTemplate and ScrollableResults: closed result set error

    i want to export big list to excel.
    so i produce ScrollableResult inside HibernateCallback
    Session is opened using org.springframework.orm.hibernate3.support.OpenSessionInViewFilter

    In my...
Results 1 to 5 of 5