[JBoss JIRA] Assigned: (JBPM-751) unnecessary warning on valid process definition
by Tom Baeyens (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-751?page=all ]
Tom Baeyens reassigned JBPM-751:
--------------------------------
Assignee: Koen Aers (was: Tom Baeyens)
> unnecessary warning on valid process definition
> -----------------------------------------------
>
> Key: JBPM-751
> URL: http://jira.jboss.com/jira/browse/JBPM-751
> Project: JBoss jBPM
> Issue Type: Feature Request
> Components: Core Engine
> Affects Versions: jBPM jPDL 3.2, jBPM 3.1.2, jBPM 3.1.3, jBPM 3.1.4, jBPM jPDL 3.2.1, jBPM jPDL 3.2.2
> Reporter: Alex Burgel
> Assigned To: Koen Aers
> Priority: Minor
> Fix For: jBPM jPDL 3.2.3, jBPM 3.2.2 SOA 1
>
>
> i get this warning:
> process xml warning: warning: no swimlane or assignment specified for task '<task xmlns="urn:jbpm.org:jpdl-3.1" name="schedule" blocking="false" signalling="true" priority="normal"/>'
> it seems a bit odd to generate a warning on a valid process definition.
> i think it should either be illegal to have a task without an assignment or swimlane, or there shouldn't be any warning at all (maybe lower the logging level to INFO).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months
[JBoss JIRA] Updated: (JBPM-751) unnecessary warning on valid process definition
by Tom Baeyens (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-751?page=all ]
Tom Baeyens updated JBPM-751:
-----------------------------
Fix Version/s: jBPM jPDL 3.2.3
jBPM 3.2.2 SOA 1
Priority: Minor (was: Trivial)
> unnecessary warning on valid process definition
> -----------------------------------------------
>
> Key: JBPM-751
> URL: http://jira.jboss.com/jira/browse/JBPM-751
> Project: JBoss jBPM
> Issue Type: Feature Request
> Components: Core Engine
> Affects Versions: jBPM jPDL 3.2, jBPM 3.1.2, jBPM 3.1.3, jBPM 3.1.4, jBPM jPDL 3.2.1, jBPM jPDL 3.2.2
> Reporter: Alex Burgel
> Assigned To: Tom Baeyens
> Priority: Minor
> Fix For: jBPM jPDL 3.2.3, jBPM 3.2.2 SOA 1
>
>
> i get this warning:
> process xml warning: warning: no swimlane or assignment specified for task '<task xmlns="urn:jbpm.org:jpdl-3.1" name="schedule" blocking="false" signalling="true" priority="normal"/>'
> it seems a bit odd to generate a warning on a valid process definition.
> i think it should either be illegal to have a task without an assignment or swimlane, or there shouldn't be any warning at all (maybe lower the logging level to INFO).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months
[JBoss JIRA] Created: (JBPM-1186) jobexecutor (threads) not stopped when JobExecutorServlet is destroyed
by Ronald van Kuijk (JIRA)
jobexecutor (threads) not stopped when JobExecutorServlet is destroyed
----------------------------------------------------------------------
Key: JBPM-1186
URL: http://jira.jboss.com/jira/browse/JBPM-1186
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM jPDL 3.2.2
Reporter: Ronald van Kuijk
Assigned To: Tom Baeyens
Fix For: jBPM jPDL 3.2.3
According to the javadoc of the jobexecutor servlet:
/**
* starts the job executor on init and closes the
* jbpm configuration upon destroy. The closing of the
* jbpm configuration will also shut down the job executor
* thread pool.
There is no destroy method, so nothing wil happen. Threads keep running. Secondly, I'm not sure closing the jBPM context is what we want there. Can't we just call jobExecutor.stop()? In case we just want to stop it?
A stop/start method on the servlet with a param is also handy.... e.g. from the webconsole????
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months