[JBoss JIRA] Commented: (JBPM-445) getActorId in ProcessLog broken
by Gregory KISLING (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-445?page=com.atlassian.jira.plugi... ]
Gregory KISLING commented on JBPM-445:
--------------------------------------
I confirm this issue is not solve. (in 3.2.3 version neither)
Is there any intention of reopen this issue ?
Thanks, Greg.
> getActorId in ProcessLog broken
> -------------------------------
>
> Key: JBPM-445
> URL: https://jira.jboss.org/jira/browse/JBPM-445
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Core Engine
> Affects Versions: jBPM 3.0.1, jBPM 3.0.2, jBPM 3.1.0
> Reporter: michael lawley
> Assignee: Tom Baeyens
>
> ProcessLog.getActorId() always delegates to its parent (if any) and the comment says that getActorId is overridden in AuthenticationLog. However there is no AuthenticationLog and there is no subclass of ProcessLog that overrides getActorId so this method _always_ returns null.
> Perhaps a better approach would be to grav the actorId using Authentication.getAuthenticatedActorId(); in the ProcessLog constructor. Naturally this would require adding a new instance variable to ProcessLog.
--
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
15 years, 11 months
Remote access to Jbpm Jboss
by Alexis Ducastel
Hello everybody !
We currently have to develop a Wf-XML interface for JBOSS JBPM. We are
working on JBPM community 3.3
We really need to remotely instantiate a process by example, on a jbpm
engine working on Jboss.
This stuff could be well done on the jbpm-console. In parrallel we have
tried to do this by using jbpm API unsuccessfully.
Could anyone help us by providing us some advises, pieces of code,
tutorials, or whatever you want ....
Thanks a lot.
Alexis
15 years, 11 months
[JBoss JIRA] Created: (JBPM-1988) Suppression of StaleObjectStateExcpetion stack traces does not work with JtaDbPersistenceServiceFactory
by Martin Putz (JIRA)
Suppression of StaleObjectStateExcpetion stack traces does not work with JtaDbPersistenceServiceFactory
-------------------------------------------------------------------------------------------------------
Key: JBPM-1988
URL: https://jira.jboss.org/jira/browse/JBPM-1988
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: SOA 4.2 CP03, jBPM 3.3.1 GA
Reporter: Martin Putz
Assignee: Alejandro Guizar
As per Chapter 6.5 of the User Guide:
"When running in a cluster, jBPM synchronizes on the database. By default with optimistic locking. This means that each operation is performed in a transaction. And if at the end a collision is detected, then the transaction is rolled back and has to be handled. E.g. by a retry. So optimistic locking exceptions are usually part of the normal operation. Therefor, by default, the org.hibernate.StateObjectStateExceptions the that hibernate throws in that case are not logged with error and a stack trace, but instead a simple info message 'optimistic locking failed' is displayed.
Hibernate itself will log the StateObjectStateException including a stack trace. If you want to get rid of these stack traces, put the level of org.hibernate.event.def.AbstractFlushingEventListener to FATAL. "
This does not work when the JtaDbPersistenceServiceFactory is used, as JtaDbPersistenceService.endUserTransaction() throws a *JbpmException*, and not a JbpmPersistenceException.
--
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
15 years, 11 months
[JBoss JIRA] Resolved: (JBPM-1989) Null Pointer Exception in jBPM JobExecutor on server shutdown
by Thomas Diesler (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1989?page=com.atlassian.jira.plug... ]
Thomas Diesler resolved JBPM-1989.
----------------------------------
Resolution: Done
Done
> Null Pointer Exception in jBPM JobExecutor on server shutdown
> -------------------------------------------------------------
>
> Key: JBPM-1989
> URL: https://jira.jboss.org/jira/browse/JBPM-1989
> Project: JBoss jBPM
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Core Engine
> Affects Versions: jBPM 3.2.4 GA
> Environment: SOA 4.3.0 CP01 pre-release with jBPM 3.2.4 and JSF console 3.3.1.GA
> Reporter: Julian Coleman
> Assignee: Thomas Diesler
> Priority: Minor
>
> Observe following in log on server shutdown:
> > WARN [org.jboss.soa.esb.services.jbpm.configuration.JbpmService] Stopping failed jboss.esb:service=JbpmService
> > java.lang.NullPointerException
> > at org.jbpm.job.executor.JobExecutor.stopAndJoin(JobExecutor.java:84)
> > at org.jboss.soa.esb.services.jbpm.configuration.JbpmService.stopService(JbpmService.java:52)
> > at org.jboss.system.ServiceMBeanSupport.jbossInternalStop(ServiceMBeanSupport.java:315)
> > at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:247)
--
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
15 years, 11 months
[JBoss JIRA] Updated: (JBPM-1989) Null Pointer Exception in jBPM JobExecutor on server shutdown
by Thomas Diesler (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1989?page=com.atlassian.jira.plug... ]
Thomas Diesler updated JBPM-1989:
---------------------------------
Fix Version/s: jBPM-3.2.4.SP1
jBPM 3.2.6 GA
> Null Pointer Exception in jBPM JobExecutor on server shutdown
> -------------------------------------------------------------
>
> Key: JBPM-1989
> URL: https://jira.jboss.org/jira/browse/JBPM-1989
> Project: JBoss jBPM
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Core Engine
> Affects Versions: jBPM 3.2.4 GA
> Environment: SOA 4.3.0 CP01 pre-release with jBPM 3.2.4 and JSF console 3.3.1.GA
> Reporter: Julian Coleman
> Assignee: Thomas Diesler
> Priority: Minor
> Fix For: jBPM-3.2.4.SP1, jBPM 3.2.6 GA
>
>
> Observe following in log on server shutdown:
> > WARN [org.jboss.soa.esb.services.jbpm.configuration.JbpmService] Stopping failed jboss.esb:service=JbpmService
> > java.lang.NullPointerException
> > at org.jbpm.job.executor.JobExecutor.stopAndJoin(JobExecutor.java:84)
> > at org.jboss.soa.esb.services.jbpm.configuration.JbpmService.stopService(JbpmService.java:52)
> > at org.jboss.system.ServiceMBeanSupport.jbossInternalStop(ServiceMBeanSupport.java:315)
> > at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:247)
--
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
15 years, 11 months
[JBoss JIRA] Moved: (JBPM-1989) Null Pointer Exception in jBPM JobExecutor on server shutdown
by Thomas Diesler (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1989?page=com.atlassian.jira.plug... ]
Thomas Diesler moved SOA-1149 to JBPM-1989:
-------------------------------------------
Project: JBoss jBPM (was: SOA Platform)
Key: JBPM-1989 (was: SOA-1149)
Component/s: Core Engine
(was: jBPM)
Affects Version/s: jBPM 3.2.4 GA
(was: 4.3 CP01)
> Null Pointer Exception in jBPM JobExecutor on server shutdown
> -------------------------------------------------------------
>
> Key: JBPM-1989
> URL: https://jira.jboss.org/jira/browse/JBPM-1989
> Project: JBoss jBPM
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Core Engine
> Affects Versions: jBPM 3.2.4 GA
> Environment: SOA 4.3.0 CP01 pre-release with jBPM 3.2.4 and JSF console 3.3.1.GA
> Reporter: Julian Coleman
> Assignee: Thomas Diesler
> Priority: Minor
>
> Observe following in log on server shutdown:
> > WARN [org.jboss.soa.esb.services.jbpm.configuration.JbpmService] Stopping failed jboss.esb:service=JbpmService
> > java.lang.NullPointerException
> > at org.jbpm.job.executor.JobExecutor.stopAndJoin(JobExecutor.java:84)
> > at org.jboss.soa.esb.services.jbpm.configuration.JbpmService.stopService(JbpmService.java:52)
> > at org.jboss.system.ServiceMBeanSupport.jbossInternalStop(ServiceMBeanSupport.java:315)
> > at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:247)
--
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
15 years, 11 months