<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Some Java, JEE and WebSphere stuffs &#187; Websphere Process Server / Integration Developer</title>
	<atom:link href="http://www.albeesonline.com/blog/category/websphere/websphere-process-server-websphere/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog</link>
	<description>Something about JEE and WebSphere. Java, JEE and WebSphere tips and tutorials</description>
	<lastBuildDate>Wed, 05 Oct 2011 04:16:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Modifying the destination of selector</title>
		<link>http://www.albeesonline.com/blog/2010/05/10/modifying-the-destination-of-selector/</link>
		<comments>http://www.albeesonline.com/blog/2010/05/10/modifying-the-destination-of-selector/#comments</comments>
		<pubDate>Tue, 11 May 2010 04:44:49 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=421</guid>
		<description><![CDATA[Modifying the destination of selector Now we know how to create and configure selector. But after deployment of selector, how do we change the destination of a selector? WebSphere Process Server provides an interface in the admin console to change or add the destination of a selector. Follow the below steps to change/add destination of [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2010/05/10/modifying-the-destination-of-selector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selectors in WebSphere Integration Developer</title>
		<link>http://www.albeesonline.com/blog/2010/05/04/selectors-in-websphere-integration-developer/</link>
		<comments>http://www.albeesonline.com/blog/2010/05/04/selectors-in-websphere-integration-developer/#comments</comments>
		<pubDate>Wed, 05 May 2010 06:28:33 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WID]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=409</guid>
		<description><![CDATA[Selectors in WebSphere Integration Developer A selector is a component that determines which implementation of a component should be invoked at run time based on a set of selection criteria. Every selector will have a default destination. When a selector is invoked it determines which component to invoke based on the date range entries and [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2010/05/04/selectors-in-websphere-integration-developer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Bindings in WebSphere Integration Developer</title>
		<link>http://www.albeesonline.com/blog/2009/12/16/bindings-in-websphere-integration-developer/</link>
		<comments>http://www.albeesonline.com/blog/2009/12/16/bindings-in-websphere-integration-developer/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 10:57:50 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WID]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=386</guid>
		<description><![CDATA[Bindings in WebSphere Integration Developer Imports and exports in WebSphere Integration Developer need binding information. This binding information will contain the protocol or any other data required by other modules to use this export/import. The meaning of import binding is different from export binding. Import binding talks about how to access an external service. The [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/12/16/bindings-in-websphere-integration-developer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>com.ibm.wbit.comptest.common.utils.TestException: Could not find module</title>
		<link>http://www.albeesonline.com/blog/2009/11/29/com-ibm-wbit-comptest-common-utils-testexception-could-not-find-module/</link>
		<comments>http://www.albeesonline.com/blog/2009/11/29/com-ibm-wbit-comptest-common-utils-testexception-could-not-find-module/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 05:25:19 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WID]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=384</guid>
		<description><![CDATA[Today I was trying to test a business process using the Integration Test client. First I right clicked on my module in the assembly diagram and clicked on Test Component to test my module. It showed me a message, its publishing the module and it gave me an error in my test client. The error [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/11/29/com-ibm-wbit-comptest-common-utils-testexception-could-not-find-module/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Receive choice activity or pick activity in WebSphere Process Server</title>
		<link>http://www.albeesonline.com/blog/2009/08/12/receive-choice-activity-or-pick-activity-in-websphere-process-server/</link>
		<comments>http://www.albeesonline.com/blog/2009/08/12/receive-choice-activity-or-pick-activity-in-websphere-process-server/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 18:08:14 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WID]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=376</guid>
		<description><![CDATA[Receive choice activity or pick activity in WebSphere Process Server A receive choice activity or pick activity is used for receiving different messages (or operations). This activity is extremely useful if you have an interface with more than one operation and you want this interface as the Interface partner for a business process. If you [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/08/12/receive-choice-activity-or-pick-activity-in-websphere-process-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A WebSphere Process Server implementation story</title>
		<link>http://www.albeesonline.com/blog/2009/04/08/a-websphere-process-server-implementation-story/</link>
		<comments>http://www.albeesonline.com/blog/2009/04/08/a-websphere-process-server-implementation-story/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 12:01:46 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WID]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=349</guid>
		<description><![CDATA[A WebSphere Process Server implementation story Just thought of writing about a WPS implementation story we completed one year back. That was the first implementation of WPS Human Task in our company. The project was a workflow system developed using the WebSphere Process Server/WebSphere Integration Developer. Unlike other projects this project&#8217;s architecture was driven by [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/04/08/a-websphere-process-server-implementation-story/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Dynamically assign web service endpoint urls</title>
		<link>http://www.albeesonline.com/blog/2009/03/04/dynamically-assign-web-service-endpoint-urls/</link>
		<comments>http://www.albeesonline.com/blog/2009/03/04/dynamically-assign-web-service-endpoint-urls/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 16:19:59 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WID]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=326</guid>
		<description><![CDATA[Dynamically assign web service endpoint urls How do we assign an end point URL dynamically to a web service in WebSphere Process Server? Or how do we change the endpoint URL of the web service. If any our business process invokes an external web service, we may need to change the web service URLs for [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/03/04/dynamically-assign-web-service-endpoint-urls/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>WPS server move</title>
		<link>http://www.albeesonline.com/blog/2009/01/27/wps-server-move/</link>
		<comments>http://www.albeesonline.com/blog/2009/01/27/wps-server-move/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 05:22:28 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=321</guid>
		<description><![CDATA[WPS server move We are moving our WebSphere Process Server instance from one machine to another. The biggest challenge in this WPS server move or migration is to keep the existing business processes and human tasks. Our current WPS instance has a lot of long running processes and completed tasks. I feel the above scenario [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/01/27/wps-server-move/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Business spaces in WebSphere Process Server</title>
		<link>http://www.albeesonline.com/blog/2009/01/08/business-spaces-in-websphere-process-server/</link>
		<comments>http://www.albeesonline.com/blog/2009/01/08/business-spaces-in-websphere-process-server/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 12:27:08 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WID]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=319</guid>
		<description><![CDATA[Business spaces in WebSphere Process Server. Starting from version 6.1.2 IBM introduced a new feature in WebSphere Process Server called business spaces. A business space is a collection of content related to a business process which has the capability to act on that process. Basically it is a web based user interface for a business [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/01/08/business-spaces-in-websphere-process-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UNAUTHENTICATED is not granted any of the required roles: eventAdministrator eventCreator catalogAdministrator</title>
		<link>http://www.albeesonline.com/blog/2008/11/09/unauthenticated-is-not-granted-any-of-the-required-roles-eventadministrator-eventcreator-catalogadministrator/</link>
		<comments>http://www.albeesonline.com/blog/2008/11/09/unauthenticated-is-not-granted-any-of-the-required-roles-eventadministrator-eventcreator-catalogadministrator/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 04:45:06 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WID]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=265</guid>
		<description><![CDATA[Yesterday one of my readers ping me in Google talk and said that he is facing some issues in WebSphere Integration Developer. He was getting an exception while trying to call a WID web service from a web application. The exception was ?View Code PLAINcom.ibm.websphere.csi.CSIAccessException: SECJ0053E: Authorization failed for /UNAUTHENTICATED while invoking (Bean)ejb/com/ibm/events/bus/EventBus createEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent):3 securityName: [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/11/09/unauthenticated-is-not-granted-any-of-the-required-roles-eventadministrator-eventcreator-catalogadministrator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

