[
https://jira.jboss.org/jira/browse/JBPM-1786?page=com.atlassian.jira.plug...
]
Alejandro Guizar commented on JBPM-1786:
----------------------------------------
The jsf console is supposed with the Java EE services. Download the 3.2.3 suite and
replace jbpm-jpdl-3.2.3/server/server/jbpm/deploy/jbpm-console.war with
jbpm-jpdl-3.2.3/deploy/jbpm-enterprise.ear. Open the web console and see if you can spot
the difference.
** Tip: try canceling a timer, which will remove the job record but not cancel the EJB
timer. The EJB timer will die a horrible death the next time it fires, but the web tier
will be unaffected.
However, some of my recent changes might have broken the JSF console, but I thought we
were replacing it with the GWT version in 3.3.0.GA. If not, then I can check it out.
Failed to create timer
----------------------
Key: JBPM-1786
URL:
https://jira.jboss.org/jira/browse/JBPM-1786
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Console
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: jBPM 3.3.0 GA
Use the jsf console create an instance of 'websale' and submit
('evaluate') the 'Create new web sale order' task
raises the following exception:
14:50:36,925 ERROR [GraphElement] action threw exception: Failed to create timer
javax.ejb.TransactionRolledbackLocalException: Failed to create timer
at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:262)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
at
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
at org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:527)
at org.jboss.ejb.Container.invoke(Container.java:960)
at
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:65)
at $Proxy78.createTimer(Unknown Source)
at
org.jbpm.scheduler.ejbtimer.EntitySchedulerService.createTimer(EntitySchedulerService.java:45)
at org.jbpm.scheduler.def.CreateTimerAction.execute(CreateTimerAction.java:80)
at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:256)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira