1 2 Previous Next 16 Replies Latest reply on Mar 1, 2009 11:12 AM by camunda Go to original post
      • 15. Re: performance limits of jbpm
        kukeltje

         

        We can't say that in this case the code has never happened,


        Correct... It is an example where using non transactional external services fails... so either send an additional mail from a node that you go to when the 'error' happens or whatever... business processes should take these into account on the 'business level' not the technical engine level.

        • 16. Re: performance limits of jbpm
          camunda

          Sorry, just a very quick answer (since I get my pile of work done and start vacations next week :-)):

          If you have actions which cannot be rolled back you should think about introducing transaction boundaries (async=true in jbpm) correctly.

          For the logging I basically extended the DbLoggingService, but there where some tricks to get it to work with the exceptions correctly. Maybe I have time to blog about it after my vacations...

          Cheers
          Bernd

          1 2 Previous Next