Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    943

    Setting JMSReplyTo for WebSphere MQ

    Hi, within a Spring Batch project, I'm trying to use Spring Integration (2.0.5.RELEASE) to send a JMS message using the approach described in this blog post here:
    ...
  2. Replies
    5
    Views
    23,338

    A call to flush() seemed to do the trick: ...

    A call to flush() seemed to do the trick:

    getJpaTemplate().persist(foo);
    getJpaTemplate.flush()
  3. Replies
    5
    Views
    23,338

    I'm having a similar issue using an orm.xml and...

    I'm having a similar issue using an orm.xml and getJpaTemplate():


    getJpaTemplate().persist(foo);

    The foo object has an id before the call to persist().

    The entity mapping in orm.xml:
Results 1 to 3 of 3