[jBPM] New message: "Using Timers in JBPM 4.3"
by T T
User development,
A new message was posted in the thread "Using Timers in JBPM 4.3":
http://community.jboss.org/message/523482#523482
Author : T T
Profile : http://community.jboss.org/people/jbpm42user
Message:
--------------------------------------------------------------
I am trying to implement Timers in JBPM4.3 :
<state g="175,142,195,69" name="check status">
<on event="take">
<timer duedate="10 days" repeat="5 seconds"/>
<event-listener class="com.handler.TestHandler1"/>
</on>
<on event="start">
<event-listener class="com.handler.TestHandler2">
</event-listener>
</on>
<transition g="-42,-18" name="to end1" to="end1"/>
</state>
I want to call the TestHandler1 every 5 seconds to check for a status change in our application and based on teh status, the next step in the workflow need to happen. But I realize that we explicitly have to signal the node or get the job id and call executeJob. Am I doing somthg wrong.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/523482#523482
15 years, 11 months
[JBoss Tools] New message: "Re: Enabling code assist in xhtml files"
by Arbi Sookazian
User development,
A new message was posted in the thread "Enabling code assist in xhtml files":
http://community.jboss.org/message/523474#523474
Author : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian
Message:
--------------------------------------------------------------
For my web project, I tried Properties --> JBoss Tools --> add JSF capabilities.
In the dialog/wizard 2nd screen, I see "JSF 1.1.02 - RI" in the environment field but it's disabled.
1) Why is it disabled?
2) I was expecting to see JSF 1.2.x - RI. Why the older version?
Here is the partial .classpath file for this project (see attached for complete file):
<classpath>
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
<classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="var" path="M2_REPO/javax/el/el-api/1.2/el-api-1.2.jar"/>
<classpathentry kind="var" path="M2_REPO/javax/javaee/javaee/5.0/javaee-5.0.jar" sourcepath="M2_REPO/javax/javaee/javaee/5.0/javaee-5.0-sources.jar">
<attributes>
<attribute value="jar:file:/C:/Documents%20and%20Settings/asookazian/.m2/repository/javax/javaee/javaee/5.0/javaee-5.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/javax/faces/jsf-impl/1.2_04-p02/jsf-impl-1.2_04-p02.jar">
<attributes>
<attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/>
</attributes>
</classpathentry>
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/523474#523474
15 years, 11 months