Hi,
the Xmx was set to 1GB and physical memory is 16GB.
Without this nested job and 10000 interval, it is running with Xmx set to 256M.
With nested job, it is running and running and after the...
Type: Posts; User: miwo; Keyword(s):
Hi,
the Xmx was set to 1GB and physical memory is 16GB.
Without this nested job and 10000 interval, it is running with Xmx set to 256M.
With nested job, it is running and running and after the...
I want to add some code:
When I run following job on its own, it is working fine without any heap problems:
<batch:job id="dwhTgeResponseJob">
...
<batch:step...
Hi all,
I have two relative complex jobs which are working fine so far. Now, I have the task to merge them to one job.
My first try was to define a job with two steps. The first step invokes...
You want to return a simple static html file, right?
So, either you do not handle html-requests with spring and the servlet container will search for the static file directly or you have a very...
An ajax request is also "only" a http request.
If you call with AJAX foo.xyz?bar=abc, you need a Controller that handles calls on foo.xyz and the request will contain parameter bar="abc".
So,...
There are so much examples in the web, if you type Dependecy Injection in Google.
The first non-wikipedia entry by Martin Fowler is very very good.
...
Hi Camper,
I am not really sure, what you exactly mean with context. I think, it's a central component which holds session data?
So, this would maybe my following idea:
Put another aspect...
Hi community,
I have one question with Spring AOP and MVC. I want to add a aop-proxy to a special class inside my mvc application, but this need not to be a controller class. Therefore, I can not...
Hi,
I have problems with the build of spring-osgi-1.1.2.
I try to build with:
mvn -e -P knopflerfish,it clean install
but the build hang up at:
...
Hi rasky,
thx for that advice. Now, it works :)
I wonder, that this method-call was not used in the source-examples I had found for direct-configuration...otherwise I had found the useless...
Hi,
i am trying to beginning to work with spring-ldap in following context:
EJB
JBoss 4.2.1
spring-ldap 1.2
And setting up and doing first search with:
DefaultDirObjectFactory factory =...