Subversion Repositories SmartDukaan

Rev

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

Rev 22149 Rev 22150
Line 47... Line 47...
47
				break;
47
				break;
48
			}
48
			}
49
		}
49
		}
50
		
50
		
51
		if(fofoIdFound == null || emailIdFound == null || roleNamesString == null || fofoFlagFound == null){
51
		if(fofoIdFound == null || emailIdFound == null || roleNamesString == null || fofoFlagFound == null){
-
 
52
			LOGGER.info("roleNameString is {}", roleNamesString);
-
 
53
			LOGGER.info("fofoIdFound is {}", roleNamesString);
-
 
54
			LOGGER.info("emailIdFound is {}", roleNamesString);
-
 
55
			LOGGER.info("fofoFlagFound is {}", roleNamesString);
52
			LOGGER.error("Requested session is not valid");
56
			LOGGER.error("Requested session is not valid");
53
			throw new ProfitMandiBusinessException("", "", "");
57
			throw new ProfitMandiBusinessException("", "", "");
54
		}else{
58
		}else{
55
			LoginDetails fofoDetails = new LoginDetails();
59
			LoginDetails fofoDetails = new LoginDetails();
56
			fofoDetails.setFofoId(Integer.parseInt(fofoIdFound));
60
			fofoDetails.setFofoId(Integer.parseInt(fofoIdFound));