Suresh, Please provide more details. Custom extension folder structure(screenshot), extensioninfo.xml entries & your java file. This will help me to understand better.
Praveen, please take a look at the following components to see if it helps:<authentication-provider ref="wsAuthenticationProvider" /> - security-spring.xml from ycommercewebservices
<alias name="defaultWsAuthenticationProvider" alias="wsAuthenticati...
Please take a look at the following code snippet in DefaultSetupImpexService.importImpexFilefinal List<LanguageModel> languages = getCommonI18NService().getAllLanguages();Yes, it loops through all available languages.Option#1 Cleanup multi languages ...
Abhinav, I assume you are indexing all applicable zipcodes of the product to solr in document. What solr attribute type (multivalue, string, text) are you using to store this zipcode data?
Hi Priya,Looks like ?socketTimeout=201600 parameter is being incorrectly injected into the connection URL. I don't see it in your connection properties configuration. So, there must be a bug in DB connection url generation logic. Please inspect that ...