Package net.sf.xbus.base.core

Examples of net.sf.xbus.base.core.TAManager.rollback()


                  + xbusSystem.getCompleteName());
          Trace.info("----------------------------------------");
        }
        else
        {
          taManager.rollback();
          handleError(null, xbusSystem, requestContent);
          Trace.info("Error while processing "
              + xbusSystem.getCompleteName());
          Trace.info("----------------------------------------");
        }
View Full Code Here


        closeFolder();
      }
    }
    catch (Exception e)
    {
      taManager.rollback();
      NotifyError.notifyError(this, xbusSystem, e.getMessage(), null,
          null);
    }

    return mailReceived;
View Full Code Here

        Trace.info("-----------------------------");
      }
      else
      {
        errormessage = adapter.getErrormessage();
        taManager.rollback();
        NotifyError.notifyError(this, source, errormessage, request,
            null);
        Trace
            .info("Error while processing "
                + source.getCompleteName());
View Full Code Here

            Trace.info("----------------------------------------");
          } // then (receive(xbusSystem))
          else
          { // An error occured during data transmission
            // but the resulting exception was already catched.
            taManager.rollback();
            Trace.info("Error while processing "
                + xbusSystem.getCompleteName());
            Trace.info("----------------------------------------");
            errorSystems.add(xbusSystem);
          } // else (receive(xbusSystem))
View Full Code Here

              " cannot be deleted.");
        }
      }
      else
      {
        taManager.rollback();
        Trace.info("Error while resending " + source.getCompleteName());
        Trace.info("-----------------------------");
        retString.append("Error while resending ").append(
            source.getCompleteName()).append("<br>").append(
            "Reason: ").append(adapter.getErrormessage()).append(
View Full Code Here

          Trace.info("----------------------------");
          return true;
        }
        else
        {
          taManager.rollback();

          NotifyError.notifyError(this, source, adapter
              .getErrormessage(), request, null);

          Trace.info("Error while processing "
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.