Started 2 days, 11 hours ago (2009-12-04 17:10:00)
by aekrug
I was able to resolve this by installing this fixpack: http://www-01.ibm.com/support/docview.
wss?rs=36&ui d=swg21404272
Started 3 days, 11 hours ago (2009-12-03 17:08:00)
by ramkoduri
We are also faceing the same issue from 3 months can any one please help out
Started 3 days, 9 hours ago (2009-12-03 20:01:00)
by k.below
It is not possible to install the WPS 6.2 Client on top of WAS 7.0
It is not possible to utilize the Process Choreographer
Session Bean API from a base WAS installaiton without the WPS client.
You may want to consider developing a "proxy". The proxy could consist of a POJO component which starts process instances using the Choreographer Sesion Bean API. The proxy could be ...
Started 6 days, 12 hours ago (2009-11-30 16:48:00)
by kolban
It seems to me (haven't tried it) that one can manipulate the "context" which includes SMO like headers within a Java Snippet. See the following:
http://publib.boulder.ibm.com/infocenter/dmndhelp/ v6r2mx/index.jsp?topic=/com.
ibm.websphere.wbpmcore .javadoc.620.doc/web/apidocs/com/ibm/bpm/context/C ontextService.html
Started 6 days, 12 hours ago (2009-11-30 16:49:00)
by kolban
Have a look at the following:
http://publib.boulder.ibm.com/infocenter/dmndhelp/ v6r2mx/index.jsp?topic=/com.ibm.
websphere.wbpmcore .javadoc.620.doc/web/apidocs/com/ibm/bpm/context/C ontextService.html
Started 6 days, 12 hours ago (2009-11-30 16:49:00)
by kolban
Have a look at the following
http://publib.boulder.ibm.com/infocenter/dmndhelp/ v6r2mx/index.jsp?topic=/com.ibm.websphere.wbpmcore .
javadoc.620.doc/web/apidocs/com/ibm/bpm/context/C ontextService.html
Started 1 week, 6 days ago (2009-11-23 16:34:00)
by wps_heiko
Hi,
did you receive an exception or an empty
result set?
If you receive an exception:
is it
security or
task related?
Please also check your where clause which looks incorrect:
String whereClause = "TASK_TEMPL.NAME='" + taskName+ "' AND ASK_TEMPL.NAMESPACE='" + taskNameSpace + "'";
I think you missed the T:
String whereClause = "TASK_TEMPL.NAME='" + taskName+ "' AND *...
Started 1 week, 3 days ago (2009-11-26 17:30:00)
by Boris Feist
Hi,
I am not quite sure what you exactly mean by
escalation flow.
Basically an escalation can be configured in three ways:
create a workitem (which can be queried throuh the HTM API)
send an e-mail
trigger a notification handler
The task itself will remain in whatever state it is at that moment (e.g. if it was claimed, it remains claimed by the user). Unless the ...
Started 1 week, 3 days ago (2009-11-26 17:37:00)
by Boris Feist
Hi,
please have a look if the information in this article is helpful to you:
http://www.ibm.com/developerworks/websphere/libra ry/techarticles/0802_lezajic/0802_lezajic.html
For instance,
figure 8 shows how to wire a fault terminal (here it is for unmodeled faults, but if your interface defines a fault, you will also get a specific fault terminal for it).
Kind Regards!
...