1 2 Previous Next 24 Replies Latest reply on Jul 31, 2009 3:24 AM by frinux Go to original post
      • 15. Re: task due date
        tejjbpm

        Looks OK to me..but there was one difference in the way my jbpm.cfg was defined.. I dint explicitly define the scheduler in the jbpm context param..

        I am not sure whether that is the issue but try removing this line


        and allow it pick up the default scheduler

        • 16. Re: task due date
          tejjbpm

          It did not get posted properly:

          Looks OK to me..but there was one difference in the way my jbpm.cfg was defined.. I dint explicitly define the scheduler in the jbpm context param..

          I am not sure whether that is the issue but try removing this line

          <service name="scheduler" factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />


          and allow it pick up the default scheduler

          • 17. Re: task due date
            frinux

            Without this, I get the exception :
            JbpmServiceException : service scheduler unavailable

            • 18. Re: task due date
              frinux

              that's strange I remember some months ago I got it working... With the same config...

              • 19. Re: task due date
                tejjbpm

                hmm..has any of your libraries changed?

                • 20. Re: task due date
                  frinux

                  no I have still the same libs.

                  • 21. Re: task due date
                    kukeltje

                    same config but different webproject?

                    • 22. Re: task due date
                      frinux

                      no same config AND same project. I tried to enable the timers and succeeded, then I removed it because I didn't need it, and here it is!

                      • 23. Re: task due date

                        have you checked the due date of the timers in the database? The timer will be created based on the business calendar configuration. If the duedate of timer is not correct tweak your calender config.

                        • 24. Re: task due date
                          frinux

                          Where does this due date appears in the database. I saw duedate in jbpm_task, but it's not the same one.

                          1 2 Previous Next