Subversion Repositories SmartDukaan

Rev

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

Rev 21885 Rev 21887
Line 145... Line 145...
145
					AlertService.Client alertClient = new AlertClient().getClient();
145
					AlertService.Client alertClient = new AlertClient().getClient();
146
					alertClient.scheduleAlert(entity);
146
					alertClient.scheduleAlert(entity);
147
				}
147
				}
148
			} catch (Exception ex) {
148
			} catch (Exception ex) {
149
				log.error("Exception while scheduling alert for Ticket Id "+ticketId);
149
				log.error("Exception while scheduling alert for Ticket Id "+ticketId);
150
				log.error(ex);
150
				ex.printStackTrace();
151
			}
151
			}
152
			return ticketId;
152
			return ticketId;
153
		} catch (ParseException e) {
153
		} catch (ParseException e) {
154
			throw new TException("Could not insert " + ticket, e);
154
			throw new TException("Could not insert " + ticket, e);
155
		}
155
		}