Perfect. works great.
Thanks so much Mark.
Type: Posts; User: javid.alimohideen; Keyword(s):
Perfect. works great.
Thanks so much Mark.
Hi Mark,
I am not sure if I am following you.
If I just change the ref property to a value like "yourRequestMessageConsumerBean", I get Invalid bean property, which I believe its because I dont...
Hi,
I am using the JMS Listener namespace to configure the message listeners. My message listener uses the MessageListsnerAdapter and have defined the delegate class to handle the message with a...
Found the issue.
I was not closing the DBUnit Connection object in my TestExecutionListeners in the beforeTestClass & afterTestClass methods.
Closing the connection fixed the issue.
Thanks,...
Hi,
I am using DBUnit to test my DAO objects. I have defined a Apache DBCP datasource.
I am able to run a single test without any issues. However, when I try to run the test Suite, the test hangs...