Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    840

    Hi, the Xmx was set to 1GB and physical memory...

    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...
  2. Replies
    6
    Views
    840

    I want to add some code: When I run following...

    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...
  3. Replies
    6
    Views
    840

    GC-Problem/OutOfMemoryError with nested jobs

    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...
  4. Replies
    4
    Views
    729

    You want to return a simple static html file,...

    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...
  5. Replies
    4
    Views
    729

    An ajax request is also "only" a http request. ...

    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,...
  6. There are so much examples in the web, if you...

    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.
    ...
  7. Replies
    2
    Views
    1,045

    Hi Camper, I am not really sure, what you...

    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...
  8. Replies
    2
    Views
    1,045

    How to get Session into an 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...
  9. Problem with building at Test of OsgiServiceAnnotationTest

    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:

    ...
  10. Hi rasky, thx for that advice. Now, it works...

    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...
  11. LDAP-64: NPE at LdapContextSource.getAnonymousEnv

    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 =...
Results 1 to 11 of 11