<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Invoking BPEL Worklist API from Remote Server with Java</title>
	<atom:link href="http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Irshad Buchh</title>
		<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/comment-page-1#comment-455005</link>
		<dc:creator>Irshad Buchh</dc:creator>
		<pubDate>Tue, 22 Mar 2011 13:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1496#comment-455005</guid>
		<description>Do you have a working version of this code for SOA Suite 11g PS3. This is our requirement and it would be wonderful to have it.</description>
		<content:encoded><![CDATA[<p>Do you have a working version of this code for SOA Suite 11g PS3. This is our requirement and it would be wonderful to have it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjoshi</title>
		<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/comment-page-1#comment-348909</link>
		<dc:creator>rjoshi</dc:creator>
		<pubDate>Mon, 12 Oct 2009 15:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1496#comment-348909</guid>
		<description>Here&#039;s the error I see. Any help is appreciated!

Finding tasks for user weblogic
Obtaining TaskQueryService
Attempting to create WorkflowServiceClient
Created WorkflowServiceClient
Creating WorkflowContext
oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.naming.NameNotFoundException: Unable to resolve &#039;TaskQueryService&#039;. Resolved &#039;&#039; [Root exception is javax.naming.NameNotFoundException: Unable to resolve &#039;TaskQueryService&#039;. Resolved &#039;&#039;]; remaining name &#039;TaskQueryService&#039;
	at oracle.bpel.services.workflow.query.client.TaskQueryServiceRemoteClient.authenticate(TaskQueryServiceRemoteClient.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invokeTarget(WFClientRetryInvocationHandler.java:121)
	at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invoke(WFClientRetryInvocationHandler.java:67)
	at $Proxy13.authenticate(Unknown Source)
	at qpim.bpel.WFTest.getWorkflowContext(WFTest.java:95)
	at qpim.bpel.WFTest.getTasksForUser(WFTest.java:136)
	at qpim.bpel.WFTest.main(WFTest.java:199)</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the error I see. Any help is appreciated!</p>
<p>Finding tasks for user weblogic<br />
Obtaining TaskQueryService<br />
Attempting to create WorkflowServiceClient<br />
Created WorkflowServiceClient<br />
Creating WorkflowContext<br />
oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.naming.NameNotFoundException: Unable to resolve &#8216;TaskQueryService&#8217;. Resolved &#8221; [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'. Resolved '']; remaining name &#8216;TaskQueryService&#8217;<br />
	at oracle.bpel.services.workflow.query.client.TaskQueryServiceRemoteClient.authenticate(TaskQueryServiceRemoteClient.java:77)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invokeTarget(WFClientRetryInvocationHandler.java:121)<br />
	at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invoke(WFClientRetryInvocationHandler.java:67)<br />
	at $Proxy13.authenticate(Unknown Source)<br />
	at qpim.bpel.WFTest.getWorkflowContext(WFTest.java:95)<br />
	at qpim.bpel.WFTest.getTasksForUser(WFTest.java:136)<br />
	at qpim.bpel.WFTest.main(WFTest.java:199)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjoshi</title>
		<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/comment-page-1#comment-348896</link>
		<dc:creator>rjoshi</dc:creator>
		<pubDate>Fri, 09 Oct 2009 21:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1496#comment-348896</guid>
		<description>I got the same error message as mentıoned by Alexandre(October 9th, 2007 at 4:58 pm ) :
javax.naming.NameNotFoundException: TaskQueryService not found

Telman seems to have resolved it, I admin I did not understand the solution. Please help.
Thanks</description>
		<content:encoded><![CDATA[<p>I got the same error message as mentıoned by Alexandre(October 9th, 2007 at 4:58 pm ) :<br />
javax.naming.NameNotFoundException: TaskQueryService not found</p>
<p>Telman seems to have resolved it, I admin I did not understand the solution. Please help.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajshekhar</title>
		<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/comment-page-1#comment-348852</link>
		<dc:creator>Rajshekhar</dc:creator>
		<pubDate>Wed, 16 Sep 2009 10:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1496#comment-348852</guid>
		<description>Hi Thanks for this blog.It has helped me a lot..

Keep up the good work</description>
		<content:encoded><![CDATA[<p>Hi Thanks for this blog.It has helped me a lot..</p>
<p>Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/comment-page-1#comment-348196</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Thu, 02 Apr 2009 21:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1496#comment-348196</guid>
		<description>Some general questions....

1.  What experience is there that the Worklist manger is an effective application.  Would you recommend this solution.

2.  The APEX integration.. has this been very successful.  

3.  We are a large user of APEX.  Can the worklist manger call an APEX form and have the task actions wrapped around the APEX form(s).</description>
		<content:encoded><![CDATA[<p>Some general questions&#8230;.</p>
<p>1.  What experience is there that the Worklist manger is an effective application.  Would you recommend this solution.</p>
<p>2.  The APEX integration.. has this been very successful.  </p>
<p>3.  We are a large user of APEX.  Can the worklist manger call an APEX form and have the task actions wrapped around the APEX form(s).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Telman</title>
		<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/comment-page-1#comment-348150</link>
		<dc:creator>Telman</dc:creator>
		<pubDate>Wed, 18 Mar 2009 08:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1496#comment-348150</guid>
		<description>I have updated /etc/hosts as
soaserver_ip   domain   domain.telman.com 
and the javax.naming.NameNotFoundException: TaskQueryService not found problem has been solved.
Actually you pointed to it at the begining of this article. but ı have missed it.
Thanks for this excellent article.
Regards,
Telman</description>
		<content:encoded><![CDATA[<p>I have updated /etc/hosts as<br />
soaserver_ip   domain   domain.telman.com<br />
and the javax.naming.NameNotFoundException: TaskQueryService not found problem has been solved.<br />
Actually you pointed to it at the begining of this article. but ı have missed it.<br />
Thanks for this excellent article.<br />
Regards,<br />
Telman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Telman</title>
		<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/comment-page-1#comment-348147</link>
		<dc:creator>Telman</dc:creator>
		<pubDate>Tue, 17 Mar 2009 09:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1496#comment-348147</guid>
		<description>I got the same error message as mentıoned by  Alexandre(October 9th, 2007 at 4:58 pm ) :
javax.naming.NameNotFoundException: TaskQueryService not found
Could you please advise. any suggestıon will be appreciated
Regards
Telman</description>
		<content:encoded><![CDATA[<p>I got the same error message as mentıoned by  Alexandre(October 9th, 2007 at 4:58 pm ) :<br />
javax.naming.NameNotFoundException: TaskQueryService not found<br />
Could you please advise. any suggestıon will be appreciated<br />
Regards<br />
Telman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Ebell</title>
		<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/comment-page-1#comment-348112</link>
		<dc:creator>Peter Ebell</dc:creator>
		<pubDate>Fri, 06 Mar 2009 09:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1496#comment-348112</guid>
		<description>Amit, thanks for taking the time to share this! At the time when I wrote this, and with the versions of the software I used for this article, it ran successfully, but if people trying this now with the current versions run into similar issues, this will be a great help! Perhaps you could provide some indication of these issues you mentioned (error messages perhaps?), to help people find your solution through Google!

Thanks again,
Peter</description>
		<content:encoded><![CDATA[<p>Amit, thanks for taking the time to share this! At the time when I wrote this, and with the versions of the software I used for this article, it ran successfully, but if people trying this now with the current versions run into similar issues, this will be a great help! Perhaps you could provide some indication of these issues you mentioned (error messages perhaps?), to help people find your solution through Google!</p>
<p>Thanks again,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/comment-page-1#comment-348081</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sat, 28 Feb 2009 07:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1496#comment-348081</guid>
		<description>Thanks for this excellent article.  It jumpstarted me to use java to access the worklist.

I ran into issues when trying to run.  Finally I made sure that I had the following jars in the libraries (and nothing else...so I had to remove BPM Workflow, Oracle 9 iAS etc, as mentioned in this post)
$SOA_HOME/bpel/lib/bpm-infra.jar
$SOA_HOME/bpel/lib/orabpel-common.jar
$SOA_HOME/bpel/lib/orabpel-thirdparty.jar
$SOA_HOME/bpel/lib/orabpel.jar
$SOA_HOME/j2ee/home/jazncore.jar
$SOA_HOME/j2ee/home/oc4jclient.jar
$SOA_HOME/lib/xml.jar
$SOA_HOME/lib/xmlparserv2.jar
$SOA_HOME/webservices/lib/orasaaj.jar
$SOA_HOME/webservices/lib/soap.jar
$SOA_HOME/bpel/system/services/lib/bpm-services.jar
$SOA_HOME/bpel/system/services/config
$SOA_HOME/bpel/system/services/schema
wsclient_extended.jar (download from http://download.oracle.com/otn/java/oc4j/1013/wsclient_extended.zip)


I got this list from http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/worklist.htm#sthref2664

The following forum post was useful too
http://forums.oracle.com/forums/thread.jspa?threadID=528642&amp;start=0&amp;tstart=0</description>
		<content:encoded><![CDATA[<p>Thanks for this excellent article.  It jumpstarted me to use java to access the worklist.</p>
<p>I ran into issues when trying to run.  Finally I made sure that I had the following jars in the libraries (and nothing else&#8230;so I had to remove BPM Workflow, Oracle 9 iAS etc, as mentioned in this post)<br />
$SOA_HOME/bpel/lib/bpm-infra.jar<br />
$SOA_HOME/bpel/lib/orabpel-common.jar<br />
$SOA_HOME/bpel/lib/orabpel-thirdparty.jar<br />
$SOA_HOME/bpel/lib/orabpel.jar<br />
$SOA_HOME/j2ee/home/jazncore.jar<br />
$SOA_HOME/j2ee/home/oc4jclient.jar<br />
$SOA_HOME/lib/xml.jar<br />
$SOA_HOME/lib/xmlparserv2.jar<br />
$SOA_HOME/webservices/lib/orasaaj.jar<br />
$SOA_HOME/webservices/lib/soap.jar<br />
$SOA_HOME/bpel/system/services/lib/bpm-services.jar<br />
$SOA_HOME/bpel/system/services/config<br />
$SOA_HOME/bpel/system/services/schema<br />
wsclient_extended.jar (download from http://download.oracle.com/otn/java/oc4j/1013/wsclient_extended.zip)</p>
<p>I got this list from <a href="http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/worklist.htm#sthref2664" rel="nofollow">http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/worklist.htm#sthref2664</a></p>
<p>The following forum post was useful too<br />
<a href="http://forums.oracle.com/forums/thread.jspa?threadID=528642&amp;start=0&amp;tstart=0" rel="nofollow">http://forums.oracle.com/forums/thread.jspa?threadID=528642&amp;start=0&amp;tstart=0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uday</title>
		<link>http://technology.amis.nl/blog/1496/invoking-bpel-worklist-api-from-remote-server-with-java/comment-page-1#comment-347602</link>
		<dc:creator>Uday</dc:creator>
		<pubDate>Thu, 27 Nov 2008 14:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1496#comment-347602</guid>
		<description>Hi Peter,
 
    One thing I want to Know about this WorkList ,I.e.,  Can we Assign Some Value for groupTaskId I mean Can we Use the groupTask for Verifications like assigning some constant to it.Because we are getting an at oracle.oc4j.rmi.OracleRemoteException when we assign some value to it.

 Thanks 
  Uday</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>    One thing I want to Know about this WorkList ,I.e.,  Can we Assign Some Value for groupTaskId I mean Can we Use the groupTask for Verifications like assigning some constant to it.Because we are getting an at oracle.oc4j.rmi.OracleRemoteException when we assign some value to it.</p>
<p> Thanks<br />
  Uday</p>
]]></content:encoded>
	</item>
</channel>
</rss>

