Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    944

    Mock RabbitMQ for testing

    Hi

    is there already a way to mock a rabbitMQ environment to test code that uses rabbitTemplate and/or a MessageListener implementation? We use rabbitmq with great efficiency but for better code...
  2. Thx Matt, now that you say it I see how it...

    Thx Matt,

    now that you say it I see how it works. Will try it later

    Cheers
  3. how does this work with jpa?

    I got a similar problem with roo 1.2.1

    I used

    entity jpa --class ~.domain.Foo

    to create an entity. After I added some fields and created another entity I wanted to select entity Foo again....
  4. Replies
    2
    Views
    1,336

    Thanks mada, I will go with...

    Thanks mada,

    I will go with http://code.google.com/p/smock/ for now

    Cheers
  5. Replies
    2
    Views
    1,336

    use complete soap with spring-ws-test

    I want to switch from javacrumbs spring-ws-test to spring ws 2.0's spring-ws-test due to upgrade from 1.5.9 to 2.0.1.

    After changing parts of my code I could not find a way to put my complete...
  6. Resolved

    Thanks for the advice!



    I added an exclusion to maven pom.xml and it worked. Here's the snipped:



    <!--
    Apache Commons DBCP for connection pooling
  7. two spring-ws applications on one tomcat wsdl problem

    Hi,

    I ran into a strange behaviour I cannot see where it is coming from. I have two spring-ws applications, both running on tomcat6. Both have different wsdl files, one is created by spring-ws...
  8. same with jaxb

    I have the same issue with spring-ws 1.5.9 using jaxb for oxm. My ws method is supposed to be one way I want to handle exceptions by just replying a 500 http status header. Instead the ws client has...
Results 1 to 8 of 8