Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Newport
-
Fix Version/s: Newport
-
Component/s: Reseller UI
-
Labels:None
-
Environment:
QA Environment 3
• Sapi – 649
• Reseller UI – 115
• Merchant UI – 33
• Data util Jar – 108
• Bid Mgr – P28
• Core – P18
-
Sprint:Sprint 7
Description
Order of a Merchant, which is searched through Merchant Search box and search result have multiple matching merchants, doesn't terminate/delete.
1.Create few Merchants having few matching words in Merchant IDs/Merchant Name and deploy order for them.
E.g. Create Merchants having Merchant Id something like
AML2558Testing4
AML2558Testing
AML2558Deletion
AML 2558 Testing3
2.Now search the Merchants with string "2558", it shows the search result with 4 merchants.
3.Select any of the merchant and try terminating it
Actual Result:
Deleting order status message keeps on displaying and after some time, message goes off and order doesn't delete.
Snippet of Jboss log shows:
08:06:28,178 WARN [AdMaxDeploymentResponseMDB] Unknown response.
08:06:28,178 ERROR [AdMaxDeploymentResponseMDB] Error during response. Message will be replayed.
java.lang.NullPointerException
at com.thesearchagency.core.smb.service.admaxdeployment.component.AdMaxDeploymentResponseMDB.handleDeployResults(AdMaxDeploymentResponseMDB.java:153)
at com.thesearchagency.core.smb.service.admaxdeployment.component.AdMaxDeploymentResponseMDB.onMessage(AdMaxDeploymentResponseMDB.java:117)
at sun.reflect.GeneratedMethodAccessor581.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:69)
at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:73)
at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:59)
at sun.reflect.GeneratedMethodAccessor465.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
.....
..
.
.