Subversion Repositories SmartDukaan

Rev

Rev 6613 | Rev 6624 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6613 Rev 6614
Line 793... Line 793...
793
    					try {
793
    					try {
794
    					catalogClientProd = new CatalogClient(ConfigClientKeys.catalog_service_server_host_prod.toString(), ConfigClientKeys.catalog_service_server_port.toString()).getClient();
794
    					catalogClientProd = new CatalogClient(ConfigClientKeys.catalog_service_server_host_prod.toString(), ConfigClientKeys.catalog_service_server_port.toString()).getClient();
795
    					ItemShippingInfo isi = catalogClientProd.isActive(item.getId());
795
    					ItemShippingInfo isi = catalogClientProd.isActive(item.getId());
796
    					isActive = isi.isIsActive();
796
    					isActive = isi.isIsActive();
797
    					} catch (Exception e1) {
797
    					} catch (Exception e1) {
798
    						Utils.info("Some problem in catalog Service. Marking it true");
798
    						Utils.info("Some problem in catalog Service for catalog item " +  item.getCatalogItemId()+ " . Marking it true");
799
        					isActive = true;
799
        					isActive = true;
800
						}
800
						}
801
    				}
801
    				}
802
    			}
802
    			}
803
    			if(isActive) {
803
    			if(isActive) {