Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    956

    Thanks for the info. I solved the problem...

    Thanks for the info.
    I solved the problem though, I removed the transaction control from the Container, so my bean looks like this now.


    <bean...
  2. Replies
    5
    Views
    956

    Perhaps this will be clearer. And I should of...

    Perhaps this will be clearer. And I should of added this initially, sorry.


    <bean class="org.springframework.jms.listener.DefaultMessageListenerContainer">
    <property...
  3. Replies
    5
    Views
    956

    I forgot to mention, I'm using a...

    I forgot to mention, I'm using a JDBCTransactionManager and not a JTA one if that matters?
  4. Replies
    5
    Views
    956

    Transaction causing JMS to loop

    I'm using Spring to consume JMS messages. I've implemented the DefaultMessageListenerContainer and I'm also using the transactionManager property.
    In the onMessage method I make a call to another...
  5. Replies
    12
    Views
    11,680

    This example seems great, I have one question...

    This example seems great, I have one question though. When I log-off on one application I am not getting the POST message from CAS and yes I am using 3.1.1. I've noticed that a person has to...
  6. Thanks for the reply, that seems to help just...

    Thanks for the reply, that seems to help just fine for my unit tests but it's still giving an error that class isn't found when I deploy in Tomcat.
  7. iBatis SQLMaping and Unit testing problem.

    Hi,

    I'm having some problems when it comes to Unit testing and running my application as a webapp, using Spring 2.5rc1

    My Spring config is as follows.

    <bean id="sqlMapClient"...
Results 1 to 7 of 7