Support for boundary events on Tasks in jBPM5
Issue
- I have created the process which has a Timer on a Task node. No error with Designer but I'm getting the following errors at runtime.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kbase': Invocation of init method failed; nested exception is java.lang.RuntimeException: [-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Timer node 'Repeatable Timer' [6] has no incoming connection.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Timer node 'Repeatable Timer' [11] has no incoming connection.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node 'Repeatable Timer' [6] has no connection to the start node.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node '' [8] has no connection to the start node.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node 'Repeatable Timer' [11] has no connection to the start node.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node 'ReminderEmailToOpsManager' [9] has no connection to the start node.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node 'ReminderEmailToAppManager' [5] has no connection to the start node.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node '' [10] has no connection to the start node.
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)
...
Caused by: java.lang.RuntimeException: [-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Timer node 'Repeatable Timer' [6] has no incoming connection.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Timer node 'Repeatable Timer' [11] has no incoming connection.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node 'Repeatable Timer' [6] has no connection to the start node.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node '' [8] has no connection to the start node.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node 'Repeatable Timer' [11] has no connection to the start node.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node 'ReminderEmailToOpsManager' [9] has no connection to the start node.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node 'ReminderEmailToAppManager' [5] has no connection to the start node.
[-1,-1]: Process 'xxxx' [defaultPackage.xxxx]: Node '' [10] has no connection to the start node.
at org.drools.container.spring.beans.KnowledgeBaseBeanFactory.afterPropertiesSet(KnowledgeBaseBeanFactory.java:121)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)
... 27 more
Environment
- JBoss Enterprise Business Rules Management System Platform (BRMS)
- 5.3.x
- jBPM
- 5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
