jitu18590
Explorer
Member since ‎2019 Apr 11

User Statistics

  • 14 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

Hi, I have a custom remove interceptor for PriceRow to perform some action, every time a price row is deleted. When i remove the pricerow from product and click on save.Even though that price row is getting deleted from the pricerow table my intercep...
While doing full indexing from backoffice , i am getting "IOException occured when talking to server at: http://localhost:8983/solr" exception. please suggest if any configuration need to do/change for this.
I am trying to run solr index but getting ""Pool already closed. Cannot get a new thread" Please help , is there any solution for this. Thanks,
I am facing issue for creating stubbing for final PriceInformation info = getSessionService().executeInLocalView(new SessionExecutionBody() { @Override public Object exe...
i am new for in test case using mockito. I am trying to create stubbing for manual object creating. But not finding any solution. Please give some example for doing this. Thanks