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...
Type: Posts; User: djuzoran@hotmail.com; Keyword(s):
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...
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...
Can you please post db2 stored procedure code
Anyone!!!!
What is NAME in SqlReturnResultSet. SHould I have some name C1 defined in db2 stored procedure?
new SqlReturnResultSet(NAME, ...
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,
Instead this:
should use
This bean:
was problematic.
Without it, working very well in spring2. Why? I do not know, but it working :-)
Here is more log:
And here is java class:
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...
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...