[jBPM] - Jbpm "State" creating multiple threads
by Nadika Ranasinghe
Nadika Ranasinghe [https://community.jboss.org/people/servicelocator] created the discussion
"Jbpm "State" creating multiple threads"
To view the discussion, visit: https://community.jboss.org/message/804489#804489
--------------------------------------------------------------
Hi,
I am using JBPM 4.4 integraded with mule 3.3 and I am getting this weired issue where JBPM "state" seems to be creating multiple threads.
This JBPM process starts and wait on external service to continue. It is enquiring the external service for x number of hours in every y number minutes to see whether the external service is in the correct state. When it is in the correct state it will continue the JBPM workflow. The problem is after the successful progression of the workflow, there is another thread (line 68 of the mule log) starts from no where and starting to execute the same workflow again.
This has no dependency on the number of enquiries it does on the external service to the number of addtional threads being created. I will always create 2 addtional threads after successful progression of the flow. According to the line 68 of the mule log, it just start with the "end1 on waitAndContinueStartOrderEnquires" but no corresponding start anywhere in the log. Therefore, it will always has 2 more "end1 on waitAndContinueStartOrderEnquires" than the "start on waitAndContinueStartOrderEnquires". (line 68 and 78).
I greatly apprecite if you can help to me solve this issue.
Please find the JPDL and the Mule logs attached.
Cheers,
servicelocator
*
*
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/804489#804489]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years
Re: [jboss-user] [JBoss Tools] - JBoss Source Lookup
by Sri Ram
Sri Ram [https://community.jboss.org/people/ramsrib] commented on
"JBoss Source Lookup"
To view all comments on this blog post, visit: https://community.jboss.org/community/tools/blog/2012/01/24/jboss-source-...
--------------------------------------------------
I tried to install this eclipse plugin as mentioned (on +fedora 18+), but I got this following error :
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Tools Source Lookup 1.0.6.201203062103 (org.jboss.tools.as.sourcelookup.feature.feature.group 1.0.6.201203062103)
> Missing requirement: JBoss AS Source Lookup 1.0.6.201203062103 (org.jboss.tools.as.sourcelookup.core 1.0.6.201203062103) requires 'bundle org.eclipse.m2e.jdt [1.0.0,1.1.0)' but it could not be found
> Cannot satisfy dependency:
> From: JBoss Tools Source Lookup 1.0.6.201203062103 (org.jboss.tools.as.sourcelookup.feature.feature.group 1.0.6.201203062103)
> To: org.jboss.tools.as.sourcelookup.core [1.0.6.201203062103]
It seems that this source lookup plugin depends on *m2e* plugin of versions *1.0.0* or *1.1.0*. But my *m2e* plugin version is +*1.2.0*+ (from fedora) and I can't downgrade this (lot of dependencies). Do we have any workaround to use this with m2e 1.2.0?
--------------------------------------------------
13 years