12-05-07 12:35 PM
The problem faced in development of the portlet UI is noted below. <br />
<br />
From portal web client we are trying to get the human tasks generated on a r
emote process server, using HumanTask APIs. The steps followed are:<br />
<p />
¨ Obtain the remote HumanTaskManager instance. (successful)<br />
<br />
¨ Execute the method htm.query(“..”, “..”,..) (s
hown below) to get the task ids of human task. <br />
<p />
<br />
o The query used is: QueryResultSet resultSet = htm.query("TASK.TKIID","(TAS
K.STATE = TASK.STATE.STATE_READY OR TASK.STATE = TASK.STATE.STATE_CLAIMED) A
ND TASK.KIND = TASK.KIND.KIND_PARTICIPATING AND WORK_ITEM.REASON = WORK_ITEM
.REASON.REASON_POTENTIAL_OW
NER ","TASK.TKIID", (Integer)null, (TimeZone)null);<br />
<p />
<br />
¨ Variable <b>“resultSet” returned has size 0</b>, even thou
gh tasks are there in BPEDB.<br />
<p />
<br />
We have also added the required jars –(task137650.jar, taskapi.jar)- t
o the Web-App libraries.<br />
<p />
<br />
Enviornment: Websphere Portal Server 6.0, Websphere Process Server 6.0.0.2<b
r />
<p />
<br />
<b>Another point</b> to be noted is that the query is returning the required
resultSet when it is executed in a web project running on the process serve
r. Here both remote and local access is working.<br />
<p />
<br />
Please help us in finding a solution to the same.
[ Post a follow-up to this message ]
|