Search:

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

Search: Search took 0.03 seconds.

  1. Hibernate 3.5.0 causes extreme performance problems

    I've recently updated from hibernate 3.3.1.GA to hibernate 3.5.0 and I'm having a lot of performance issues. As a test, I added around 8000 entities to my DB (which in turn cause other entities to be...
  2. Replies
    1
    Views
    1,658

    c3p0 connection management problems

    Hi,

    I'm using Spring 3.0.2, Hibernate 3.5.0 and c3p0 0.9.1.2 and I'm having a ton of errors when it comes down to retrieving connections and commiting transactions. Here's my configuration of...
  3. Spring 3.0.2 breaks our URL mapping for URLs ending in /

    Hello,

    I've just upgraded to Spring 3.0.2 and all URL mappings which end in a slash don't work anymore. Here's such an example:


    <bean...
  4. Replies
    0
    Views
    1,002

    JUnit @Test(expected..) not working

    Hi,

    I'm using JUnit 4.7 and Spring 3.0.1. The problem is that I can't write tests that are testing that certain exceptions are thrown using the @Test(expected...) annotation.

    I've tried it...
  5. Replies
    0
    Views
    843

    Login page redirect question

    Can someone help me and tell me how can I tell what the destination URL is when someone is redirected to a login page?

    Thanks...
  6. Replies
    0
    Views
    696

    Redirect question

    Hello,

    In the spring project that I work on there are several features that require the user be logged in. If, in the login page, I want to see from which page I was redirected I just check the...
  7. Replies
    6
    Views
    2,764

    Controller + Autowiring problem

    Hi,

    I have a problem autowiring a bean to a controller. The autowiring is done through annotations.

    The Controller code is:

    (at)Autowired
    protected...
Results 1 to 7 of 7