Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.01
-
Component/s: Admax Deployment Service
-
Labels:None
-
Environment:
QA environment
Service: smb-ear-1.5.0-SNAPSHOT-p715-t20121205-135843-CI.ear
Bidmgr:tsa-build-bidmgr-2012-12-11-p749-r3b0a33b536d1e7dca5859a7aa57b741c97956a54
-
Sprint:Sprint 1 - Matunuck
Description
Method "updateCampaignStatus" doesn't change the status of campaign when listener starts throwing exception - org.jboss.jms.exception.MessagingJMSException.
Steps :
1.Send SOAP request (updateCampaignStatus request attached)
2.Observe the listener log and jboss log.
Actual result:
JBoss log shows
1:55:43,826 INFO [AdMaxDeploymentFauxSyncMessenger] Exited blocking loop
11:55:43,834 INFO [LoggingInInterceptor] Outbound Message
---------------------------
ID: 35
Encoding: UTF-8
Content-Type: text/xml
Headers: {}
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:updateCampaignStatusResponse xmlns:ns2="http://thesearchagency.com/smb/core"><updateCampaignStatusResponse><header><requestID>123</requestID></header><customerID>b6217096-9177-4929-b19a-1beca31af795</customerID><campaignResult><campaignID>b6217096-9177-4929-b19a-1beca31af795-10135-12607</campaignID><result><resultCode>soft_failure</resultCode><resultString>Information: TSA-App(bidmgr) failed to respond. Ok to retry </resultString></result></campaignResult></updateCampaignStatusResponse></ns2:updateCampaignStatusResponse></soap:Body></soap:Envelope>
--------------------------------------
11:55:51,956 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : START TIMEOUT
11:55:51,956 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : ENABLED
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:updateCampaignStatusResponse xmlns:ns2="http://thesearchagency.com/smb/core"><updateCampaignStatusResponse><header><requestID>123</requestID></header><customerID>b6217096-9177-4929-b19a-1beca31af795</customerID><campaignResult><campaignID>b6217096-9177-4929-b19a-1beca31af795-10135-12607</campaignID><result><resultCode>soft_failure</resultCode><resultString>Information: TSA-App(bidmgr) failed to respond. Ok to retry </resultString></result></campaignResult></updateCampaignStatusResponse></ns2:updateCampaignStatusResponse></soap:Body></soap:Envelope>