Search:

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

Search: Search took 0.03 seconds.

  1. Hello, the project to which my posts were...

    Hello,
    the project to which my posts were related is finished. I don't have acces to source code anymore and I can hardly remember all the details.
    So the problem kbohnenberger has should be...
  2. Replies
    11
    Views
    4,790

    Hello, first of all, thanks for all the reply....

    Hello,
    first of all, thanks for all the reply. Fortunately, the project to which my posts were related came to a successful end. But I do not have access to the source code and I can hardly remember...
  3. Replies
    11
    Views
    4,790

    Ok, using a JobLocator makes sense. I still like...

    Ok, using a JobLocator makes sense.
    I still like to get this step execution stuff runnning, but I'll try myself when I have more time.
    Thanks both of you.
  4. Replies
    11
    Views
    4,790

    Oh sorry, I didn't see the chudaks post. I'll try...

    Oh sorry, I didn't see the chudaks post. I'll try this, tomorrow. Just ignore my last post for now.
  5. Replies
    11
    Views
    4,790

    Oh yeah, the step execution context could be the...

    Oh yeah, the step execution context could be the solution I was looking for. I configured the StepListener likes this:



    <bean class="org.springframework.batch.core.scope.StepScope" />
    ...
  6. Replies
    11
    Views
    4,790

    Hi, thanks for the replies. I don't think that...

    Hi, thanks for the replies.

    I don't think that they work for me, let me know if I'm wrong. The problem is, that once I set local variables in the beforeStep-method, they are overwritten if the...
  7. Replies
    11
    Views
    4,790

    Using JobParameters for itemWriter

    Hello everybody,

    Before I'll explain the problem, here is a brief description of the architecture:

    I'm using Spring Integration to poll for files (referred to as trigger-files) which are...
  8. I actually discarded this approach and now send...

    I actually discarded this approach and now send dummy messages again. For those cases where the message size increases, I'm sending a list of items in one message to prevent an increase of the...
  9. Hi, thanks for the reply. Unfortunately this...

    Hi, thanks for the reply.
    Unfortunately this does not work because the messages are not aware of a change in the sequence size.
    I've just realized that the problem became even more complex because...
  10. Aggregating messages with uncertain sequence size

    Hello every one,

    I have two applications that communicate with each other by sending (JMS) messages via a JBoss topic.

    One component reads a file. From this file, some items are created (one...
  11. Replies
    4
    Views
    868

    Have you tried using a different message factory...

    Have you tried using a different message factory and/or marshaller?
  12. Replies
    4
    Views
    868

    I recently had a similar problem when sending a...

    I recently had a similar problem when sending a response to the client. The solution was to use another message factory.


    <bean id="messageFactory"...
  13. I finally solved the problem! My last post...

    I finally solved the problem!

    My last post lead me to the conclusion that there must be something wrong with the message factory. I found another thread that describes what to do:
    ...
  14. I implemented a SoapEnvelopeLoggingInterceptor to...

    I implemented a SoapEnvelopeLoggingInterceptor to see what is happening beyond the endpoint-method. The same request and response now result in the following exception:


    10:29:11,592 INFO ...
  15. I've changed my code/configuration several times,...

    I've changed my code/configuration several times, but I could not yet solve the problem.

    Here is the code of the endpoint:


    package test;

    import...
  16. WebService response contains only root element

    Hi all,
    I have a problem with a web service that should return XML-code. The good news is, that everything seems to work so far. But the response I receive contains only the root element of my XML....
Results 1 to 16 of 16