Subversion Repositories SmartDukaan

Rev

Rev 555 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 555 Rev 741
Line 69... Line 69...
69
		UserContextServiceClient userContextServiceClient;
69
		UserContextServiceClient userContextServiceClient;
70
		Client client;
70
		Client client;
71
//		UserContext context;
71
//		UserContext context;
72
		try {
72
		try {
73
			userContextServiceClient = new UserContextServiceClient();
73
			userContextServiceClient = new UserContextServiceClient();
74
			client = userContextServiceClient.getClient();
74
			//client = userContextServiceClient.getClient();
75
//TODO: Commented out since it's not super-critical to compile TestController			
75
//TODO: Commented out since it's not super-critical to compile TestController			
76
//			if (!foundCookie) {
76
//			if (!foundCookie) {
77
//	        	// create new session and set the cookies
77
//	        	// create new session and set the cookies
78
//	        	context = new UserContext();
78
//	        	context = new UserContext();
79
//	        	context = client.createContext(context, false);
79
//	        	context = client.createContext(context, false);