[jBPM] New message: "Re: HistoryService"
by Paolo F
User development,
A new message was posted in the thread "HistoryService":
http://community.jboss.org/message/530480#530480
Author : Paolo F
Profile : http://community.jboss.org/people/emp.tyres
Message:
--------------------------------------------------------------
Maciej,
thanks very very much for the hint - activating hibernate logging results in two queries being issued against tables JBPM4_HIST_PROCINST and JBPM4_HIST_ACTINST when asking for the process and activity instances.
However, to the best of my understanding, no inserts or updates ever get fired in the course of the execution. It seems I somehow managed to disable history completely . Any hints about how I could possibly have done this?
<history-service /> is in jbpm.default.cfg and I am not sure what else I could be checking...
Bye and TIA,
Emp
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/530480#530480
16 years, 1 month
[jBPM] New message: "JBPM 4.3 Timer Problem"
by Khaled Talaat
User development,
A new message was posted in the thread "JBPM 4.3 Timer Problem":
http://community.jboss.org/message/530467#530467
Author : Khaled Talaat
Profile : http://community.jboss.org/people/egycator
Message:
--------------------------------------------------------------
hi everyone
I am using JBPM 4.3 And when using a timer on a task node ,the left task is not completed nor cancelled when the timer is triggered.
I checked jira for this issue and I found that it is already exist "*https://jira.jboss.org/jira/browse/JBPM-2537".*
I found that it will be released on JBPM 4.4.
Any news when JBPM 4.4 will be released , Or is there any way to fix this issue on the current version JBPM 4.3
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/530467#530467
16 years, 1 month
[Beginner's Corner] New message: "Re: Jboss fails to start No error in console or logs."
by Francesco Marchioni
User development,
A new message was posted in the thread "Jboss fails to start No error in console or logs.":
http://community.jboss.org/message/530459#530459
Author : Francesco Marchioni
Profile : http://community.jboss.org/people/f_marchioni
Message:
--------------------------------------------------------------
Hello,
Reading you logs seems that your Web server gets fail to start the Web Server ServerSocket. The odd thing is that you don't get what I expected "Bind :Address already in use". Have a look at what ports are busy with
netstat -no -p tcp
Do you have any service bound at port 8083 ?
I'd try to start with a clean state, without other services like Skype, MSN, Outlook etc which sometimes bind to the same port.
If you find any conflict and you cannot solve it by removing external applications, then you can change the port on which the jboss:service=WebService mbean is running (file conf/jboss-service.xml line ~ 210)
Hope it helps
Francesco
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/530459#530459
16 years, 1 month