Subversion Repositories SmartDukaan

Rev

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

Rev 11535 Rev 11541
Line 62... Line 62...
62
        super();
62
        super();
63
        userClient = new UserClient().getClient();
63
        userClient = new UserClient().getClient();
64
    }
64
    }
65
    
65
    
66
    public UserContextService.Client getClient() throws Exception{
66
    public UserContextService.Client getClient() throws Exception{
67
    	if (userClient.isAlive()) {
67
    	if (!userClient.isAlive()) {
68
    		userClient = new UserClient().getClient();
68
    		userClient = new UserClient().getClient();
69
    	}
69
    	}
70
    	return userClient;
70
    	return userClient;
71
    }
71
    }
72
    public String index() {
72
    public String index() {