Author: thomas.heute(a)jboss.com
Date: 2008-06-25 10:48:07 -0400 (Wed, 25 Jun 2008)
New Revision: 11143
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validate_email.xml
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validation_approval_workflow.xml
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validation_workflow.xml
Log:
Turning off the scheduling service for the moment. Faced this issue: JBPM-1289
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validate_email.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validate_email.xml 2008-06-25
14:16:35 UTC (rev 11142)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validate_email.xml 2008-06-25
14:48:07 UTC (rev 11143)
@@ -31,8 +31,10 @@
</transition>
</start-state>
<state name="validate_email">
- <timer name="time_to_expire" duedate="2 days"
transition="timedOut" />
- <transition name="validated" to="end">
+ <!--
+ <timer name="time_to_expire" duedate="2 days"
transition="timedOut" />
+ -->
+ <transition name="validated" to="end">
<action
class="org.jboss.portal.core.identity.services.workflow.impl.UpdateEmailAction"/>
</transition>
<transition name="timedOut" to="end"/>
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validation_approval_workflow.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validation_approval_workflow.xml 2008-06-25
14:16:35 UTC (rev 11142)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validation_approval_workflow.xml 2008-06-25
14:48:07 UTC (rev 11143)
@@ -31,7 +31,9 @@
</transition>
</start-state>
<state name="validate_email">
- <timer name="time_to_expire" duedate="2 days"
transition="timedOut" />
+ <!--
+ <timer name="time_to_expire" duedate="2 days"
transition="timedOut" />
+ -->
<transition name="validated" to="admin_approval"/>
<transition name="timedOut" to="end"/>
</state>
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validation_workflow.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validation_workflow.xml 2008-06-25
14:16:35 UTC (rev 11142)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/processes/jbp_identity_validation_workflow.xml 2008-06-25
14:48:07 UTC (rev 11143)
@@ -31,7 +31,9 @@
</transition>
</start-state>
<state name="validate_email">
+ <!--
<timer name="time_to_expire" duedate="2 days"
transition="timedOut" />
+ -->
<transition name="validated" to="end">
<action
class="org.jboss.portal.core.identity.services.workflow.impl.CreateUserAction"/>
</transition>
Show replies by date