Search Results
OK to copy?
Examples 1 through 10 of
36 (0.31 seconds)
Class:
com.technoetic.xplanner.actions.ExportAction
©,
Rating:
100% of 1,
C1
Class: com.technoetic.xplanner.actions.ExportAction ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.actions.ViewTimesheetAction ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.actions.ViewAggregateTimesheetAction ©, Rating: 100% of 1, C1
Class: com.technoetic.xplanner.charts.DataSamplingJob ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.actions.FileManagerAction ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.db.AggregateTimesheetQuery ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.db.AggregateTimesheetQuery ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.db.AggregateTimesheetQuery ©, Rating: 0% of 0, C2
Class: org.springframework.jdbc.datasource.JdbcTransactionObjectSupport ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.actions.ExportAction ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.actions.ViewTimesheetAction ©, Rating: 0% of 0, C1
37 return actionMapping.findForward("view/timesheet");
38 } catch (Exception ex) {
39 session.connection().rollback();
40 log.error("error", ex);
41 throw new ServletException(ex);
Class: com.technoetic.xplanner.actions.ViewAggregateTimesheetAction ©, Rating: 100% of 1, C1
39 return actionMapping.findForward("view/aggregateTimesheet");
40 } catch (Exception ex) {
41 session.connection().rollback();
42 log.error("error", ex);
43 throw new ServletException(ex);
Class: com.technoetic.xplanner.charts.DataSamplingJob ©, Rating: 0% of 0, C1
42 } catch (Throwable ex) {
43 log.error("rolling back data sample changes", ex);
44 session.connection().rollback();
45 } finally {
46 session.close();
Class: com.technoetic.xplanner.actions.FileManagerAction ©, Rating: 0% of 0, C2
70 return mapping.findForward("error/objectNotFound");
71 } catch (Exception e) {
72 hibernateSession.connection().rollback();
73 throw e;
74 }
Class: com.technoetic.xplanner.db.AggregateTimesheetQuery ©, Rating: 0% of 0, C2
094 log.error("query error", ex);
095 } finally {
096 session.connection().rollback();
097 }
098 } catch (Exception ex) {
Class: com.technoetic.xplanner.db.AggregateTimesheetQuery ©, Rating: 0% of 0, C2
094 log.error("query error", ex);
095 } finally {
096 session.connection().rollback();
097 }
098 } catch (Exception ex) {
Class: com.technoetic.xplanner.db.AggregateTimesheetQuery ©, Rating: 0% of 0, C2
094 log.error("query error", ex);
095 } finally {
096 session.connection().rollback();
097 }
098 } catch (Exception ex) {
Class: org.springframework.jdbc.datasource.JdbcTransactionObjectSupport ©, Rating: 0% of 0, C1
136 public void rollbackToSavepoint(Object savepoint) throws TransactionException {
137 try {
138 getConnectionHolderForSavepoint().getConnection().rollback((Savepoint) savepoint);
139 }
140 catch (SQLException ex) {