Search:

Type: Posts; User: djuzoran@hotmail.com; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    7
    Views
    2,123

    Thank you.

    About clean up, yes I have some clean up in my code, i did not put it in example above, because it was not important for my question. Also, yes i know for thread pools, and I use it often.

    I just...
  2. Replies
    7
    Views
    2,123

    Right way to start user thread

    Hi,
    i tried to find some example, how to start user thread that should use spring beans.
    So, this example bellow is working for me, but is this right way:
    (app is about receiving some data on...
  3. Can you please post db2 stored procedure code

    Can you please post db2 stored procedure code
  4. Anyone!!!! What is NAME in...

    Anyone!!!!


    What is NAME in SqlReturnResultSet. SHould I have some name C1 defined in db2 stored procedure?
    new SqlReturnResultSet(NAME, ...
  5. I have simillar problem: CREATE procedure...

    I have simillar problem:


    CREATE procedure DrawReport1(ip_draw_id decimal,
    ip_draw_dt timestamp,
    ip_u1 decimal,
    ip_u2 integer,
    ip_u3 decimal,
    ip_u4 decimal,
    ip_u5 decimal,
  6. I solved it

    Instead this:


    should use


    This bean:

    was problematic.
    Without it, working very well in spring2. Why? I do not know, but it working :-)
  7. Here is more log: And here is java class:

    Here is more log:


    And here is java class:
  8. No, I have two more interceptors with same...

    No, I have two more interceptors with same behaviour:


    All three interceptios are in file applicationContext-interceptors.xml.
    Also I have one more in action-servlet.xml, same as these just...
  9. Problem moving from spring 1.2 to 2.0

    I'm moving project from spring 1.2 to 2.0 and I have problem with AOP.
    AOP definition in spring 1.2 is:

    and this should create around advice for every bean that ID ends with Facade and in spring...
Results 1 to 9 of 9