Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    631

    how to find server name/host

    Hi everyone.

    Well i want to know is there option to find out server name or host on which my appliaction is running.

    my production application is running on few servers and i want to know on...
  2. complex constructor form data binding

    Hi.

    I am wondering is there way to bind objects with complex constructor.

    If i have som object e.g



    public class MyObject1
    {
  3. Replies
    15
    Views
    2,116

    I'm using spring NamedJdbcTemplate if is that...

    I'm using spring NamedJdbcTemplate if is that what are you asking and for data source using apache DBCP.

    Thanks.
  4. Replies
    15
    Views
    2,116

    so what do you suggest me? where to start? is...

    so what do you suggest me?
    where to start?
    is it problem in dbcp or in my code?

    Thanks.
  5. Replies
    15
    Views
    2,116

    well... i've changed settings fro maxActive and...

    well... i've changed settings fro maxActive and maxIdle.
    8 was not enough for my application...
  6. Replies
    15
    Views
    2,116

    thank you all on your answers. i have fixed it....

    thank you all on your answers.
    i have fixed it.
    default setting of DBCP are :


    maxActive 8
    maxIdle 8
    maxWait indefinitely

    so when my application runs out of connections then...
  7. Replies
    15
    Views
    2,116

    thank you for answers. isn't dbcp responssible...

    thank you for answers.

    isn't dbcp responssible for closing connections or i need to do that manually?
    do you have some example how to close connection properly?

    thank you .
  8. Replies
    15
    Views
    2,116

    Spring MySql hangs

    Hi everyone.

    Well i have strange problem.
    i can't reproduce this error that i'll tallk about but it happens time to time.

    The case is this:

    After some time my application hangs. i can't...
  9. Replies
    2
    Views
    1,148

    thanks :) .....

    thanks :) .....
  10. Replies
    2
    Views
    1,148

    problem with Spring Security

    Hi to all :)
    I have problem with spring security logout.

    I am using auto-config="true"
    auto-config=true means that i don't have to implement <security:login> , springs doit automatically...
    ...
Results 1 to 10 of 10