[daisy] [JIRA] Created: (DSY-527) timer testcases in LocalWorkflowTest fails with PostgreSQL as database

Andreas Deininger (JIRA) issues at cocoondev.org
Thu Aug 2 09:15:50 CDT 2007


timer testcases in LocalWorkflowTest fails with PostgreSQL as database
----------------------------------------------------------------------

         Key: DSY-527
         URL: http://issues.cocoondev.org//browse/DSY-527
     Project: Daisy
        Type: Bug
  Components: Workflow  
    Versions: 2.1    
 Environment: SVN 4286
 Reporter: Andreas Deininger
    Priority: Minor


The timer testcases inside LocalWorkflowTest fail if PostgreSQL is used as SQL database (however not sure whether this is related to the use of PostgreSQL at all):
Offending test statement: workflowManager.getTimer("1", Locale.US).getXml();

Testcase: testWorkflow(org.outerj.daisy.repository.test.LocalWorkflowTest):	Caused an ERROR
There is no timer with ID 1
org.outerj.daisy.workflow.TimerNotFoundException: There is no timer with ID 1
	at org.outerj.daisy.workflow.serverimpl.CommonWorkflowManager$29.run(CommonWorkflowManager.java:1237)
	at org.outerj.daisy.workflow.serverimpl.CommonWorkflowManager.executeJbpmRunnable(CommonWorkflowManager.java:1413)
	at org.outerj.daisy.workflow.serverimpl.CommonWorkflowManager.getTimer(CommonWorkflowManager.java:1233)
	at org.outerj.daisy.workflow.serverimpl.WorkflowManagerImpl.getTimer(WorkflowManagerImpl.java:154)
	at org.outerj.daisy.repository.test.AbstractWorkflowTest.testWorkflow(AbstractWorkflowTest.java:1157)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the daisy mailing list