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...
Type: Posts; User: kayser; Keyword(s):
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...
Thx Matt,
now that you say it I see how it works. Will try it later
Cheers
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....
Thanks mada,
I will go with http://code.google.com/p/smock/ for now
Cheers
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...
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
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...
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...