[jBPM] - Help, JPBM4.3 Timer cannot fire
by zhenyu yang
zhenyu yang [http://community.jboss.org/people/zhenyuy] created the discussion
"Help, JPBM4.3 Timer cannot fire"
To view the discussion, visit: http://community.jboss.org/message/632171#632171
--------------------------------------------------------------
Hi,
I met a problem about the JPBM4.3's timer. basically,
when i attach it to transition, like
<transition name="Test" to="RESULT">
<timer duedate="30 seconds" />
</transition>
it works fine.
for event-listener, when i directly attach it to state/task element, like
<state name="Test">
<on event="start" >
<event-listener class="TimeoutListener" />
</on>
<transition name="Branch1" to="Result1">
</transition>
<transition name="Branch2" to="Result2">
</transition>
</state>
it works fine.
but when i try to attach the timer to state or task element, like
<state name="Test">
<on event="timeout" >
<timer duedate="30 seconds" />
<event-listener class="TimeoutListener" />
</on>
<transition name="Branch1" to="Result1">
</transition>
<transition name="Branch2" to="Result2">
</transition>
</state>
it never fires!.
anyone could explain me this weird thing? much appreciate your help!
p.s., i have imported the jobexecutor.cfg.xml file.
-zhenyu
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/632171#632171]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months
[jBPM] - JBPM console not displaying processes from my package
by Kiran A
Kiran A [http://community.jboss.org/people/tropigeek] created the discussion
"JBPM console not displaying processes from my package"
To view the discussion, visit: http://community.jboss.org/message/632362#632362
--------------------------------------------------------------
I created a new process in my package with guvnor/designer and built the package. This is the trace from the console
| 12:38:42,322 INFO [STDOUT] INFO 18-10 12:38:42,321 (LoggingHelper.java:info:50) | Following assets have been included in package build: drools, testProcess, |
I modified the build.xml to run against Oracle10g and changed the JNDI name.
When I go to the jbpm-console and refresh the processview, the processes do not show up.
I also see this on the console.
| 12:47:42,138 INFO [STDOUT] INFO 18-10 12:47:42,137 (RepositoryServlet.java:allowUser:114) | admin authenticated for rest api |
| 12:47:42,138 INFO [STDOUT] INFO 18-10 12:47:42,138 (PackageDeploymentServlet.java:execute:141) | PackageName: defaultPackage |
| 12:47:42,138 INFO [STDOUT] INFO 18-10 12:47:42,138 (PackageDeploymentServlet.java:execute:142) | PackageVersion: LATEST |
| 12:47:42,139 INFO [STDOUT] INFO 18-10 12:47:42,138 (PackageDeploymentServlet.java:execute:143) | PackageIsLatest: true |
| 12:47:42,139 INFO [STDOUT] INFO 18-10 12:47:42,139 (PackageDeploymentServlet.java:execute:144) | PackageIsSource: false |
| 12:47:42,226 INFO [STDOUT] INFO 18-10 12:47:42,226 (NilAuthenticator.java:authenticate:35) | All users are guests. |
| 12:47:42,227 INFO [STDOUT] INFO 18-10 12:47:42,227 (RepositoryServlet.java:allowUser:114) | admin authenticated for rest api |
| 12:47:42,227 INFO [STDOUT] INFO 18-10 12:47:42,227 (PackageDeploymentServlet.java:execute:141) | PackageName: gov.nc.osbm.ibis |
| 12:47:42,227 INFO [STDOUT] INFO 18-10 12:47:42,227 (PackageDeploymentServlet.java:execute:142) | PackageVersion: LATEST |
| 12:47:42,228 INFO [STDOUT] INFO 18-10 12:47:42,227 (PackageDeploymentServlet.java:execute:143) | PackageIsLatest: true |
| 12:47:42,228 INFO [STDOUT] INFO 18-10 12:47:42,228 (PackageDeploymentServlet.java:execute:144) | PackageIsSource: false |
12:47:42,239 INFO [STDOUT] 12:47:42,239 ERROR [CommandDelegate] *Could not load processes from Guvnor: null*
12:47:42,250 INFO [STDOUT] 12:47:42,249 ERROR [CommandDelegate] *jbpm.console.directory property not found*
12:47:42,281 INFO [Configuration] Reading mappings from resource : META-INF/JBPMorm.xml
Is there a configuration I need to change ?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/632362#632362]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months
Re: [jboss-user] [JBoss Tools] - Tools, Tools, Tools... ESB, BPEL, and WS in JBoss Tools 3.2
by Popescu Cristian
Popescu Cristian [http://community.jboss.org/people/popcris] commented on
"Tools, Tools, Tools... ESB, BPEL, and WS in JBoss Tools 3.2"
To view all comments on this blog post, visit: http://community.jboss.org/community/tools/blog/2011/02/08/tools-tools-to...
--------------------------------------------------
Great tools. Keep up the good work and keep upgrading them.
Best regards,
Cris from http://www.proreview.net Software Reviews
--------------------------------------------------
14 years, 6 months