<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>danzrobok.com</title>
	<atom:link href="http://blog.danzrobok.com/feed/" rel="self" type="application/rss+xml"/>
	<link>http://blog.danzrobok.com</link>
	<description>Business Integration and SOA with an IBM WebSphere slant</description>
	<lastBuildDate>Thu, 24 Mar 2011 19:41:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.24</generator>
	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
		<title>Datapower: url-open with custom MQ Headers</title>
		<link>http://blog.danzrobok.com/2010/10/18/datapower-url-open-with-custom-mq-headers/</link>
		<comments>http://blog.danzrobok.com/2010/10/18/datapower-url-open-with-custom-mq-headers/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 16:53:58 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[DataPower]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1249</guid>
		<description><![CDATA[If you are trying to use datapower&#8217;s url-open command to an MQ destination and need to set the MQMD header, you must follow the information contained in the following post: http://www.ibm.com/developerworks/forums/message.jspa?messageID=14542843#14542843 Basically, the final xslt document that needs to be sent as part of the http-headers is: &#60;xsl:variable name="newSerializedMQMD"&#62; &#60;header name="MQMD"&#62;&#60;/strong&#62; &#60;xsl:value-of select="$mqmdSer" /&#62; &#60;/header&#62;&#60;/strong&#62; [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2010/10/18/datapower-url-open-with-custom-mq-headers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DataPower – Changing the MQMD AppIdentity Header</title>
		<link>http://blog.danzrobok.com/2010/08/25/datapower-changing-the-mqmd-appidentity-header/</link>
		<comments>http://blog.danzrobok.com/2010/08/25/datapower-changing-the-mqmd-appidentity-header/#respond</comments>
		<pubDate>Wed, 25 Aug 2010 14:32:50 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[DataPower]]></category>
		<category><![CDATA[MQMD]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1245</guid>
		<description><![CDATA[If you plan on using datapower to write a modified value to the AppIdentity MQMD header, ensure that your Put Message Options on your destination are correct. You want to use &#8220;2052&#8221; which represents &#8220;MQPMO_SET_CONTEXT_ALL&#8221; along with &#8220;MQPMO_NO_SYNCPOINT&#8221;. You need to tell MQ that it should use the message headers from the written message. In [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2010/08/25/datapower-changing-the-mqmd-appidentity-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataPower 3.8.1 and WebSphere MQ</title>
		<link>http://blog.danzrobok.com/2010/08/21/datapower-3-8-1-and-websphere-mq/</link>
		<comments>http://blog.danzrobok.com/2010/08/21/datapower-3-8-1-and-websphere-mq/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 16:17:29 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[DataPower]]></category>
		<category><![CDATA[MQ]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1240</guid>
		<description><![CDATA[If you are using DataPower to pull messages from MQ which contains persistent messages, do yourself a favor and set the &#8216;Units of Work&#8217; on the QM in DP to 1. This will enable DataPower to use SyncPoints from MQ and allow you transactionality on a per-message basis. Without this setting, you can get very [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2010/08/21/datapower-3-8-1-and-websphere-mq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WebSphere Transformation Extender – COBOL Filler Fields and Item Presentation Types</title>
		<link>http://blog.danzrobok.com/2010/08/19/websphere-transformation-extender-cobol-filler-fields-and-item-presentation-types/</link>
		<comments>http://blog.danzrobok.com/2010/08/19/websphere-transformation-extender-cobol-filler-fields-and-item-presentation-types/#respond</comments>
		<pubDate>Thu, 19 Aug 2010 16:13:56 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Transformation Extender]]></category>
		<category><![CDATA[WTX]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2010/08/19/websphere-transformation-extender-cobol-filler-fields-and-item-presentation-types/</guid>
		<description><![CDATA[In WTX, I have a COBOL EBCDIC input with a bunch of filler fields. The Input Type Tree was created by the Cobol Copybook Importer. I had an &#8216;invalid input&#8217; occur when I submitted a cobol message to my WTX map. The map failed on a filler item where the input wasn&#8217;t spaces, but NULL. [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2010/08/19/websphere-transformation-extender-cobol-filler-fields-and-item-presentation-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSphere Transformation Extender – “One or More Inputs was Invalid”</title>
		<link>http://blog.danzrobok.com/2010/07/30/websphere-transformation-extender-one-or-more-inputs-was-invalid/</link>
		<comments>http://blog.danzrobok.com/2010/07/30/websphere-transformation-extender-one-or-more-inputs-was-invalid/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 15:32:37 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WebSphere Transformation Extender]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2010/07/30/websphere-transformation-extender-one-or-more-inputs-was-invalid/</guid>
		<description><![CDATA[I was using WTX 8.3 to build a type tree off a COBOL copybook. When I then attempted to run a map based on the tree I got the error &#8220;One or More Inputs was Invalid&#8221;. My Input data was in EBCDIC format and RFHUtil was my saviour. It was able to display the copybook [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2010/07/30/websphere-transformation-extender-one-or-more-inputs-was-invalid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Datapower: Missing WSDLs from local: File System – Whitespace Issue</title>
		<link>http://blog.danzrobok.com/2010/01/13/datapower-missing-wsdls-from-local-file-system-whitespace-issue/</link>
		<comments>http://blog.danzrobok.com/2010/01/13/datapower-missing-wsdls-from-local-file-system-whitespace-issue/#respond</comments>
		<pubDate>Wed, 13 Jan 2010 19:41:42 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[DataPower]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[WSDL]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1234</guid>
		<description><![CDATA[Just had a problem where a WSDL file that was uploaded to the DataPower device did not show up in the local:// drop down for selection. Upon further inspection, we found that there was whitespace before the &#60;? xml .. ?&#62; tag and whitespace before the &#60;wsdl:definitions...&#62; tag. Once this extra whitespace was removed, the [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2010/01/13/datapower-missing-wsdls-from-local-file-system-whitespace-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datapower and Netegrity Siteminder Integration</title>
		<link>http://blog.danzrobok.com/2010/01/12/datapower-and-netegrity-siteminder-integration/</link>
		<comments>http://blog.danzrobok.com/2010/01/12/datapower-and-netegrity-siteminder-integration/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 20:54:30 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[DataPower]]></category>
		<category><![CDATA[Siteminder]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2010/01/12/datapower-and-netegrity-siteminder-integration/</guid>
		<description><![CDATA[I&#8217;ve posted a question to the Datapower external newsgroup asking about how Siteminder can be used to authenticate users. The documentation is pretty thin on the subject. https://www.ibm.com/developerworks/forums/thread.jspa?threadID=315235 Basically, i have a username and password that I&#8217;d like Siteminder to authenticate. I&#8217;m sure that Datapower invokes a URL and posts the information to the given [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2010/01/12/datapower-and-netegrity-siteminder-integration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Integrating WebSphere Service Registry and  Repository with WebSphere Process Server and WebSphere ESB</title>
		<link>http://blog.danzrobok.com/2009/11/11/integrating-websphere-service-registry-and-repository-with-websphere-process-server-and-websphere-esb/</link>
		<comments>http://blog.danzrobok.com/2009/11/11/integrating-websphere-service-registry-and-repository-with-websphere-process-server-and-websphere-esb/#respond</comments>
		<pubDate>Wed, 11 Nov 2009 13:30:00 +0000</pubDate>
		<dc:creator><![CDATA[syndication]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"/>
		<description><![CDATA[ <strong>Redpaper, published: Mon, 9 Nov 2009</strong><p>
This IBM® Redpapers™ publication describes how you can integrate IBM WebSphere® Service Registry and Repository with IBM WebSphere Enterprise Service Bus and IBM WebSphere Process Server to create a flexible and robust infrastructure for the execution of SOA solutions.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/11/11/integrating-websphere-service-registry-and-repository-with-websphere-process-server-and-websphere-esb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating to WebSphere Process Server V6.2</title>
		<link>http://blog.danzrobok.com/2009/11/11/migrating-to-websphere-process-server-v6-2/</link>
		<comments>http://blog.danzrobok.com/2009/11/11/migrating-to-websphere-process-server-v6-2/#respond</comments>
		<pubDate>Wed, 11 Nov 2009 05:00:00 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>

		<guid isPermaLink="false"/>
		<description><![CDATA[This tutorial shows you how to migrate WebSphere Process Server configuration data, 
            application data, and databases from V6.1.2.3 to V6.2.0.1. The tutorial also describes the sub-tasks
            involved and shows you how to use migration log files for troubleshooting.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/11/11/migrating-to-websphere-process-server-v6-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading WebSphere Application Servers – Update the Deployment Manager First!</title>
		<link>http://blog.danzrobok.com/2009/07/29/upgrading-websphere-application-servers-update-the-deployment-manager-first/</link>
		<comments>http://blog.danzrobok.com/2009/07/29/upgrading-websphere-application-servers-update-the-deployment-manager-first/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 14:48:37 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[Node Agent]]></category>
		<category><![CDATA[WebSphere]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2009/07/29/upgrading-websphere-application-servers-update-the-deployment-manager-first/</guid>
		<description><![CDATA[If you are planning on upgrading your WebSphere Servers to a later fixpack level, be sure to start with the Deployment Manager. If you do not, your Deployment Manager will not be able to contact your &#8216;future level&#8217; node agent. &#8220;Server cannot be started because the node agent for server Node1 on node x is [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/07/29/upgrading-websphere-application-servers-update-the-deployment-manager-first/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Solaris 9 Operating System Update – Return Code 2 and Return Code 8</title>
		<link>http://blog.danzrobok.com/2009/07/28/solaris-9-operating-system-update-return-code-2-and-return-code-8/</link>
		<comments>http://blog.danzrobok.com/2009/07/28/solaris-9-operating-system-update-return-code-2-and-return-code-8/#respond</comments>
		<pubDate>Tue, 28 Jul 2009 22:16:30 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[Solaris 9]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1094</guid>
		<description><![CDATA[If you are upgrading Solaris, you will see a bunch of patch numbers fly by along with a bunch of return codes. When I first saw the return codes, I was concerned that something was not updating properly. I saw lots of Return Code 2 and Return Code 8. When I checked out what the [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/07/28/solaris-9-operating-system-update-return-code-2-and-return-code-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Certification : Take it again, Free!</title>
		<link>http://blog.danzrobok.com/2009/06/30/ibm-certification-take-it-again-free/</link>
		<comments>http://blog.danzrobok.com/2009/06/30/ibm-certification-take-it-again-free/#respond</comments>
		<pubDate>Tue, 30 Jun 2009 16:09:47 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[IBM Take It Again]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1092</guid>
		<description><![CDATA[Just incase you were thinking of writing some IBM Certifications, there will be a new promotion in July called Take It Again which allows you to rewrite a failed certification test free. I have to re-write my WebSphere Integration Developer, WebSphere Process Server and DataPower certifications and am waiting for this promo to start before [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/06/30/ibm-certification-take-it-again-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing/Exporting a WebSphere Profile – The .CAR file</title>
		<link>http://blog.danzrobok.com/2009/06/03/importingexporting-a-websphere-profile-the-car-file/</link>
		<comments>http://blog.danzrobok.com/2009/06/03/importingexporting-a-websphere-profile-the-car-file/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 20:52:46 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[CAR]]></category>
		<category><![CDATA[WebSphere Profile]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1089</guid>
		<description><![CDATA[You can import and export your WebSphere Application Server or WebSphere Process Server profiles into .CAR archive files. Importing and exporting version 6 WebSphere Application Server profiles provides the specific wsadmin (or RAD/WID) steps to perform.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/06/03/importingexporting-a-websphere-profile-the-car-file/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>xsd:any, xsd:anyType, xsd:anySimpleType, xsd:anyAttribute in WebSphere Process Server</title>
		<link>http://blog.danzrobok.com/2009/04/29/xsdany-xsdanytype-xsdanysimpletype-xsdanyattribute-in-websphere-process-server/</link>
		<comments>http://blog.danzrobok.com/2009/04/29/xsdany-xsdanytype-xsdanysimpletype-xsdanyattribute-in-websphere-process-server/#respond</comments>
		<pubDate>Wed, 29 Apr 2009 14:26:48 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[xsd:any]]></category>
		<category><![CDATA[xsd:anyAttribute]]></category>
		<category><![CDATA[xsd:anySimpleType]]></category>
		<category><![CDATA[xsd:anyType]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1084</guid>
		<description><![CDATA[The infocenter has a great article about how to use &#8220;Industry Standard Schemas&#8221; with WebSphere Process Server. This is required reading. You will need to know about the Sequence object when dealing with xsd:any xsd:anyType xsd:anySimpleType xsd:anyAttribute This used to be completely undocumented and now, the documentation is actually really good. Enjoy your undefined datatype. [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/04/29/xsdany-xsdanytype-xsdanysimpletype-xsdanyattribute-in-websphere-process-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Support Assistant Plugin – Visual Configuration Explorer</title>
		<link>http://blog.danzrobok.com/2009/04/28/ibm-support-assistant-plugin-visual-configuration-explorer/</link>
		<comments>http://blog.danzrobok.com/2009/04/28/ibm-support-assistant-plugin-visual-configuration-explorer/#respond</comments>
		<pubDate>Tue, 28 Apr 2009 14:23:43 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1082</guid>
		<description><![CDATA[The Visual Configuration Explorer When configuration problems occur in a complex software environment, you can spend a lot of time hunting for subtle changes that might have introduced errors. The new Visual Configuration Explorer tool, which runs as a plug-in to the IBM Support Assistant, simplifies configuration troubleshooting by letting you visualize, explore, and analyze [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/04/28/ibm-support-assistant-plugin-visual-configuration-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AlbeesOnline: The Road to Hell is Paved with Good Intentions</title>
		<link>http://blog.danzrobok.com/2009/04/28/albeesonline-the-road-to-hell-is-paved-with-good-intentions/</link>
		<comments>http://blog.danzrobok.com/2009/04/28/albeesonline-the-road-to-hell-is-paved-with-good-intentions/#respond</comments>
		<pubDate>Tue, 28 Apr 2009 14:01:27 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Community]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[AlbeesOnline]]></category>
		<category><![CDATA[IT Projects]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1079</guid>
		<description><![CDATA[AlbeesOnline has posted a great article showing how difficult integration projects can be when you need to work with teams spread across an organization. A relatively straightforward project turns into a Frankenstein of text files and workarounds. It also shows the reason why projects have meetings that involve 20-30 people five times a week, you [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/04/28/albeesonline-the-road-to-hell-is-paved-with-good-intentions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Event Infrastructure API and usage documentation</title>
		<link>http://blog.danzrobok.com/2009/04/09/common-event-infrastructure-api-and-usage-documentation/</link>
		<comments>http://blog.danzrobok.com/2009/04/09/common-event-infrastructure-api-and-usage-documentation/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 14:26:36 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[Common Event Infrastructre]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1075</guid>
		<description><![CDATA[Your business has decided to use CEI to emit business relevant events, you got approval for your project, you are ready to code.. and then find out that there&#8217;s a thin amount of documentation on how to actually work with the APIs. Below are some links that can help you figure out whats going on: [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/04/09/common-event-infrastructure-api-and-usage-documentation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Migrating WebSphere Business Integration Server Foundation to WebSphere Process Server V6.2 &amp; Best Practices</title>
		<link>http://blog.danzrobok.com/2009/03/31/migrating-websphere-business-integration-server-foundation-to-websphere-process-server-v62-best-practices/</link>
		<comments>http://blog.danzrobok.com/2009/03/31/migrating-websphere-business-integration-server-foundation-to-websphere-process-server-v62-best-practices/#respond</comments>
		<pubDate>Tue, 31 Mar 2009 13:30:00 +0000</pubDate>
		<dc:creator><![CDATA[syndication]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WebSphere Business Integration Server Foundation]]></category>

		<guid isPermaLink="false"/>
		<description><![CDATA[ <strong>Draft Redbook, last updated: Wed, 18 Mar 2009</strong><p>
- Migration concepts, planning and best practices<br>
- New Workspace migration wizard<br>
- Migration scenarios utilizing Business Space interface<p>
In this IBM Redbooks publication, we discuss the concepts, planning, and migration paths, that you must understand before any attempt to migrate the source artifacts created using IBM WebSphere Studio Application Developer Integration Edition 5.1 product, to the IBM WebSphere Integration Developer 6.2.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/03/31/migrating-websphere-business-integration-server-foundation-to-websphere-process-server-v62-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fifteen common Websphere Partner Gateway problems and how to solve them</title>
		<link>http://blog.danzrobok.com/2009/03/30/fifteen-common-websphere-partner-gateway-problems-and-how-to-solve-them/</link>
		<comments>http://blog.danzrobok.com/2009/03/30/fifteen-common-websphere-partner-gateway-problems-and-how-to-solve-them/#respond</comments>
		<pubDate>Mon, 30 Mar 2009 16:00:00 +0000</pubDate>
		<dc:creator><![CDATA[syndication]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WebSphere News]]></category>
		<category><![CDATA[WebSphere Partner Gateway]]></category>

		<guid isPermaLink="false"/>
		<description><![CDATA[Websphere Partner Gateway enables companies to connect large groups of trading partners to their businesses 
		    and extend internal integration outside the enterprise. This article discusses 15
		    common problems that can occur during Partner Gateway operations and their solutions.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/03/30/fifteen-common-websphere-partner-gateway-problems-and-how-to-solve-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 FAQs on core group bridges</title>
		<link>http://blog.danzrobok.com/2009/03/08/top-10-faqs-on-core-group-bridges/</link>
		<comments>http://blog.danzrobok.com/2009/03/08/top-10-faqs-on-core-group-bridges/#respond</comments>
		<pubDate>Sun, 08 Mar 2009 17:00:00 +0000</pubDate>
		<dc:creator><![CDATA[syndication]]></dc:creator>
				<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[Core Group Bridge]]></category>

		<guid isPermaLink="false"/>
		<description><![CDATA[Here are the most commonly asked questions about the IBM WebSphere
      Application Server’s core group bridge service, introduced in Version 6.0, which is
      used to enable high availability communication between core groups.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/03/08/top-10-faqs-on-core-group-bridges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing JMS connections to WebSphere Enterprise Service Bus V6.1</title>
		<link>http://blog.danzrobok.com/2009/03/04/securing-jms-connections-to-websphere-enterprise-service-bus-v61/</link>
		<comments>http://blog.danzrobok.com/2009/03/04/securing-jms-connections-to-websphere-enterprise-service-bus-v61/#respond</comments>
		<pubDate>Wed, 04 Mar 2009 17:00:00 +0000</pubDate>
		<dc:creator><![CDATA[syndication]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WebSphere Enterprise Service Bus]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[JMS]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[WebSphere ESB]]></category>

		<guid isPermaLink="false"/>
		<description><![CDATA[Security is an integral part of SOA, and since WebSphere ESB is at the heart of many SOA solutions, the security of a WebSphere ESB server and its transports is vital to the enterprise systems 
that use it. Messaging, such as the JMS implementation provided by WebSphere ESB, is particularly important for business applications because of its reliability, performance, and asynchronous nature. 
This article shows you how to implement security with an example using WebSphere ESB V6.1 and a J2EE client container application communicating via JMS messaging.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/03/04/securing-jms-connections-to-websphere-enterprise-service-bus-v61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XPath Duration Constants Specification</title>
		<link>http://blog.danzrobok.com/2009/03/04/xpath-duration-constants-specification/</link>
		<comments>http://blog.danzrobok.com/2009/03/04/xpath-duration-constants-specification/#respond</comments>
		<pubDate>Wed, 04 Mar 2009 16:32:08 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[XPATH Duration]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1030</guid>
		<description><![CDATA[If you would like to specify a constant value for an XPath Duration (used in a wait activity or an escalation) you can follow the format specified by the w3 consortium for durations. The lexical representation for duration is the [ISO 8601] extended format PnYn MnDTnH nMnS, where nY represents the number of years, nM [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/03/04/xpath-duration-constants-specification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSphere Application Server V7: Concepts, Planning and Design</title>
		<link>http://blog.danzrobok.com/2009/03/04/websphere-application-server-v7-concepts-planning-and-design/</link>
		<comments>http://blog.danzrobok.com/2009/03/04/websphere-application-server-v7-concepts-planning-and-design/#respond</comments>
		<pubDate>Wed, 04 Mar 2009 13:30:00 +0000</pubDate>
		<dc:creator><![CDATA[syndication]]></dc:creator>
				<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[WebSphere Application Server 7]]></category>

		<guid isPermaLink="false"/>
		<description><![CDATA[ <strong>Redbook, published: Fri, 20 Feb 2009</strong><p>
- Discusses end-to-end planning for WebSphere implementations<br>
- Defines WebSphere concepts and best practices<br>
- Addresses distributed and z/OS platforms<p>
This IBM®  Redbooks®  publication discusses the concepts, planning, and design of WebSphere®  Application Server V7.0 environments.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/03/04/websphere-application-server-v7-concepts-planning-and-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstalling or updating the WebSphere V6.1 test environment using Installation Manager</title>
		<link>http://blog.danzrobok.com/2009/03/03/uninstalling-or-updating-the-websphere-v61-test-environment-using-installation-manager/</link>
		<comments>http://blog.danzrobok.com/2009/03/03/uninstalling-or-updating-the-websphere-v61-test-environment-using-installation-manager/#respond</comments>
		<pubDate>Tue, 03 Mar 2009 15:55:24 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1028</guid>
		<description><![CDATA[Uninstalling or updating the WebSphere V6.1 test environment using Installation Manager; Update Failed. If you try to update your WebSphere Process Server Unit Test Server from 6.1 to 6.1.2, you may run into an error. This can occur because updates have been applied to the server outside of Installation manager. Basically, WID&#8217;s Installation Manager and [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/03/03/uninstalling-or-updating-the-websphere-v61-test-environment-using-installation-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delinquent blogging</title>
		<link>http://blog.danzrobok.com/2009/03/02/delinquent-blogging/</link>
		<comments>http://blog.danzrobok.com/2009/03/02/delinquent-blogging/#respond</comments>
		<pubDate>Mon, 02 Mar 2009 16:44:45 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[Dan Zrobok]]></category>
		<category><![CDATA[Delinquency]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=1026</guid>
		<description><![CDATA[Yes I know, I&#8217;ve been an extremely delinquent blogger in 2009. I resolve to change that this month.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/03/02/delinquent-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing tasks and business processes using WebSphere Business Space</title>
		<link>http://blog.danzrobok.com/2009/03/01/managing-tasks-and-business-processes-using-websphere-business-space-2/</link>
		<comments>http://blog.danzrobok.com/2009/03/01/managing-tasks-and-business-processes-using-websphere-business-space-2/#respond</comments>
		<pubDate>Sun, 01 Mar 2009 16:00:00 +0000</pubDate>
		<dc:creator><![CDATA[syndication]]></dc:creator>
				<category><![CDATA[WebSphere Enterprise Service Bus]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[Business Space]]></category>
		<category><![CDATA[WebSphere]]></category>

		<guid isPermaLink="false"/>
		<description><![CDATA[Learn how to create WebSphere BPM V6.1.2 Business Space dashboards using
            the run-time artifacts from the WebSphere BPM V6.1.1 Clips and Tacks tutorial.
            You'll create a business space to manage the tasks and business forms input,
            run some processes that use forms, and finally create a business space you can
            use to monitor the process and tasks.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/03/01/managing-tasks-and-business-processes-using-websphere-business-space-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSphere Process Server operational architecture: Part 1: Base architecture and infrastructure components</title>
		<link>http://blog.danzrobok.com/2009/02/04/websphere-process-server-operational-architecture-part-1-base-architecture-and-infrastructure-components/</link>
		<comments>http://blog.danzrobok.com/2009/02/04/websphere-process-server-operational-architecture-part-1-base-architecture-and-infrastructure-components/#respond</comments>
		<pubDate>Wed, 04 Feb 2009 16:00:00 +0000</pubDate>
		<dc:creator><![CDATA[syndication]]></dc:creator>
				<category><![CDATA[DeveloperWorks]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>

		<guid isPermaLink="false"/>
		<description><![CDATA[Part 1 of this two-part article series dives deeply into the operational
		  architecture of IBM WebSphere Process Server. This article introduces you to concepts, such as Service Component Architecture (SCA), Business Process
		  Choreographer (BPC) and Service Integration Bus (SIB) in the context of WebSphere
		  Process Server, and shows you how they work together to build a secure
		  transactional runtime environment for your SOA. In this respect, you will be able to
		  better articulate the technical architecture of  WebSphere Process Server, which will
		  improve your ability to operate WebSphere Process Server in your organization..]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/02/04/websphere-process-server-operational-architecture-part-1-base-architecture-and-infrastructure-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSphere Process Server Disaster Recovery: UUIDs are unique to an install</title>
		<link>http://blog.danzrobok.com/2009/02/03/websphere-process-server-disaster-recovery-uuids-are-unique-to-an-install/</link>
		<comments>http://blog.danzrobok.com/2009/02/03/websphere-process-server-disaster-recovery-uuids-are-unique-to-an-install/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:05:11 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Enterprise Service Bus]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[Disaster Recovery]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=907</guid>
		<description><![CDATA[If you are looking at WebSphere Process Server Disaster Recovery, you should know that the UUID&#8217;s that uniquely identify a server in both the Messaging Engine Database and the transaction log are unique for that particular installation. Running the equivalent installation commands on the restored system will not generate a server with the same id. [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/02/03/websphere-process-server-disaster-recovery-uuids-are-unique-to-an-install/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WebSphere Process Server: Business Flow Manager REST API is Required</title>
		<link>http://blog.danzrobok.com/2009/01/15/websphere-process-server-business-flow-manager-rest-api-is-required/</link>
		<comments>http://blog.danzrobok.com/2009/01/15/websphere-process-server-business-flow-manager-rest-api-is-required/#respond</comments>
		<pubDate>Thu, 15 Jan 2009 17:15:40 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[BFM]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=905</guid>
		<description><![CDATA[If you are installing the Business Flow Manager, ensure that you are enabling the Rest API with a proper context root. The REST API is used by some widgets inside of the Business Process Choreographer and if you do not configure the URL properly, you will get errors when trying using the process state view.]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/01/15/websphere-process-server-business-flow-manager-rest-api-is-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSphere Process Server: Repairing Business Processes</title>
		<link>http://blog.danzrobok.com/2009/01/14/websphere-process-server-repairing-business-processes/</link>
		<comments>http://blog.danzrobok.com/2009/01/14/websphere-process-server-repairing-business-processes/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 19:51:06 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[Business Process]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=903</guid>
		<description><![CDATA[From Developerworks, Repairing processes with WebSphere Process Server WebSphere Process Server V6.1.2 supports manual repair and change of control flow logic. This article describes these repair features, provides useful tips, and identifies potential pitfalls when applying them. You’ll learn how to repair processes and dynamically react to cases in which modeled fault handling and automated [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/01/14/websphere-process-server-repairing-business-processes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Variable Substitution in WSAdmin: Variables in braces are treated as constants</title>
		<link>http://blog.danzrobok.com/2009/01/14/variable-substitution-in-wsadmin-variables-in-braces-are-treated-as-constants/</link>
		<comments>http://blog.danzrobok.com/2009/01/14/variable-substitution-in-wsadmin-variables-in-braces-are-treated-as-constants/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 19:37:13 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[WSADMIN]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=900</guid>
		<description><![CDATA[Just a quick FYI to those of you who are doomed to write WSAdmin scripts, if you use variable names and enclose them in curly braces &#8216;{&#8216;, then commands will treat it as a constant string and your variables will not resolve to their values. $AdminTask blah {-file $VariableFileName} Will cause and error that the [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/01/14/variable-substitution-in-wsadmin-variables-in-braces-are-treated-as-constants/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Migration to WebSphere Process Server and WebSphere Enterprise Bus 6.2 – Mandatory reading</title>
		<link>http://blog.danzrobok.com/2009/01/13/migration-to-websphere-process-server-and-websphere-enterprise-bus-62-mandatory-reading/</link>
		<comments>http://blog.danzrobok.com/2009/01/13/migration-to-websphere-process-server-and-websphere-enterprise-bus-62-mandatory-reading/#respond</comments>
		<pubDate>Wed, 14 Jan 2009 03:31:56 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Enterprise Service Bus]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=897</guid>
		<description><![CDATA[If you have a 6.1.x environment and are thinking about upgrading to 6.2, then you must read: Migration to WebSphere Process Server and WebSphere Enterprise Bus 6.2 &#8211; Mandatory reading WebSphere Process Server and WebSphere Enterprise Service Bus version 6.2 provide major functional improvements over previous versions, and in order to take advantage of these [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/01/13/migration-to-websphere-process-server-and-websphere-enterprise-bus-62-mandatory-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSphere Process Server Failed Event Manager: “The Recovery Sub-system is disabled.”</title>
		<link>http://blog.danzrobok.com/2009/01/06/websphere-process-server-failed-event-manager-the-recovery-sub-system-is-disabled/</link>
		<comments>http://blog.danzrobok.com/2009/01/06/websphere-process-server-failed-event-manager-the-recovery-sub-system-is-disabled/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 16:07:56 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[Failed Event Manager]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=895</guid>
		<description><![CDATA[When looking in the top right corner of the Failed Event Manager, the following error is displayed: The Recovery sub-system is disabled. Enable the Recovery sub-system in order to work with failed events. You get directed to the following tech-note: http://www-01.ibm.com/support/docview.wss?uid=swg21293460 which states that there is a problem with the Failed Event Manager MBean in [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2009/01/06/websphere-process-server-failed-event-manager-the-recovery-sub-system-is-disabled/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What’s new in WebSphere Integration Developer V6.2</title>
		<link>http://blog.danzrobok.com/2008/12/10/whats-new-in-websphere-integration-developer-v62/</link>
		<comments>http://blog.danzrobok.com/2008/12/10/whats-new-in-websphere-integration-developer-v62/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 15:26:39 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[6.2]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=891</guid>
		<description><![CDATA[From DeveloperWorks, What&#8217;s new in WebSphere Integration Developer V6.2 New enhancements to IBM® WebSphere® Integration Developer V6.2 support the latest features and standards provided by WebSphere Process Server and WebSphere ESB V6.2. &#8230; You&#8217;ll learn about the solution view, editor enhancements, and services gateway pattern support, and be introduced to new features like business calendars [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/12/10/whats-new-in-websphere-integration-developer-v62/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ProcessTemplateNotFoundException: CWWBA0008E: Process template ‘myProcess, -valid_from_date-‘ is not found</title>
		<link>http://blog.danzrobok.com/2008/12/09/processtemplatenotfoundexception-cwwba0008e-process-template-myprocess-is-not-found/</link>
		<comments>http://blog.danzrobok.com/2008/12/09/processtemplatenotfoundexception-cwwba0008e-process-template-myprocess-is-not-found/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 19:46:53 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[CWWBA0008E]]></category>
		<category><![CDATA[ProcessTemplateNotFoundException]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=889</guid>
		<description><![CDATA[In the admin console, when trying to stop a template contained in an ear so that the ear could be updated, the following exception occurred: com.ibm.bpe.api.ProcessTemplateNotFoundException: CWWBA0008E: Process Template 'MyProcess, Web 2008-10-10 12:32:22.00' is not found. It&#8217;s unknown how many times that the EAR was attempted to be stopped or what happened on the initial [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/12/09/processtemplatenotfoundexception-cwwba0008e-process-template-myprocess-is-not-found/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The top 10 questions you always wanted to ask about WebSphere Business Modeler</title>
		<link>http://blog.danzrobok.com/2008/12/09/the-top-10-questions-you-always-wanted-to-ask-about-websphere-business-modeler/</link>
		<comments>http://blog.danzrobok.com/2008/12/09/the-top-10-questions-you-always-wanted-to-ask-about-websphere-business-modeler/#respond</comments>
		<pubDate>Tue, 09 Dec 2008 14:00:00 +0000</pubDate>
		<dc:creator><![CDATA[syndication]]></dc:creator>
				<category><![CDATA[DeveloperWorks]]></category>
		<category><![CDATA[Other Business Integration Products]]></category>
		<category><![CDATA[Syndication]]></category>
		<category><![CDATA[Top 10]]></category>
		<category><![CDATA[WebSphere Business Modeler]]></category>

		<guid isPermaLink="false"/>
		<description><![CDATA[WebSphere Business Modeler expert Marc Fasbinder answers the ten most
            commonly asked questions about Modeler. (IBM Business             Process Management Journal)]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/12/09/the-top-10-questions-you-always-wanted-to-ask-about-websphere-business-modeler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DSRA9010E: ‘{0}’ is not supported on the WebSphere ‘{1}’ Platform</title>
		<link>http://blog.danzrobok.com/2008/12/01/dsra9010e-0-is-not-supported-on-the-websphere-1-platform/</link>
		<comments>http://blog.danzrobok.com/2008/12/01/dsra9010e-0-is-not-supported-on-the-websphere-1-platform/#respond</comments>
		<pubDate>Mon, 01 Dec 2008 19:19:11 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[Datasource]]></category>
		<category><![CDATA[DSRA9010E]]></category>
		<category><![CDATA[LDAP]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=852</guid>
		<description><![CDATA[If you see the following exception: Exception Data: com.dan.LDAPException: javax.resource.NotSupportedException: DSRA9010E: 'execute(InteractionSpec, Record, Record)' is not supported on the WebSphere Interaction implementation. It likely means that the JNDI object you looked up isn&#8217;t the type your code thought it was going to be. An example of this would be when your ear is installed to [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/12/01/dsra9010e-0-is-not-supported-on-the-websphere-1-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is SOA Dead? – Webinar hosted by the WebSphere User Group</title>
		<link>http://blog.danzrobok.com/2008/12/01/is-soa-dead-webinar-hosted-by-the-websphere-user-group/</link>
		<comments>http://blog.danzrobok.com/2008/12/01/is-soa-dead-webinar-hosted-by-the-websphere-user-group/#respond</comments>
		<pubDate>Mon, 01 Dec 2008 17:04:26 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[Service Oriented Architecture]]></category>
		<category><![CDATA[WebSphere Community]]></category>
		<category><![CDATA[Is SOA Dead?]]></category>
		<category><![CDATA[WebSphere User Group]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/?p=849</guid>
		<description><![CDATA[Well I sure hope not but the Global WebSphere Community is holding a one hour chat on the subject: begin a Session dates: Wednesday, December 3, 2008 Starting time: 3:00 pm, GMT -05:00, Eastern Standard Time (New York) Many organizations have started down the path of SOA, only to find that reality is more challenging [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/12/01/is-soa-dead-webinar-hosted-by-the-websphere-user-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issues that I encountered while creating my DataPower to MQ Demo</title>
		<link>http://blog.danzrobok.com/2008/11/25/issues-that-i-encountered-while-creating-my-datapower-to-mq-demo/</link>
		<comments>http://blog.danzrobok.com/2008/11/25/issues-that-i-encountered-while-creating-my-datapower-to-mq-demo/#respond</comments>
		<pubDate>Tue, 25 Nov 2008 16:16:47 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[Dan Zrobok]]></category>
		<category><![CDATA[DataPower]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[Failures]]></category>
		<category><![CDATA[MQ]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/25/issues-that-i-encountered-while-creating-my-datapower-to-mq-demo/</guid>
		<description><![CDATA[As I mentioned before, I wanted to create a demo of DataPower vs the WBI Suite for the conference that I attended today. The goal was to try and show the &#8216;wow&#8217; factor of DataPower and turn a product that most only know from marketing slides into something real that could insprise the attendees. I [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/25/issues-that-i-encountered-while-creating-my-datapower-to-mq-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BPEL ProcessAssertionError: Assertion Violation !(con != null)</title>
		<link>http://blog.danzrobok.com/2008/11/20/bpel-processassertionerror-assertion-violation-con-null/</link>
		<comments>http://blog.danzrobok.com/2008/11/20/bpel-processassertionerror-assertion-violation-con-null/#respond</comments>
		<pubDate>Thu, 20 Nov 2008 16:03:18 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[Assertion Violation]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[ProcessAssertionError]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/20/bpel-processassertionerror-assertion-violation-con-null/</guid>
		<description><![CDATA[com.ibm.bpe.util.ProcessAssertionError: com.ibm.bpe.util.ProcessAssertionError: Assertion Violation !(con!=null) in method &#62;&#62; com.ibm.bpe.databse.StmtHelper. prepareStmtUpdateTaskTemplateState (StmtHelper.java:101) If you see the following exception, ensure that your server (or deployment manager) can actually access the BPEDB. The connection object inside of the BPEL Database Statement Helper has become null for an unknown reason. You can go to the datasource for your BPEDB [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/20/bpel-processassertionerror-assertion-violation-con-null/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System administration for WebSphere Application Server V7: Part 1 — An overview of administrative enhancements</title>
		<link>http://blog.danzrobok.com/2008/11/19/system-administration-for-websphere-application-server-v7-part-1-an-overview-of-administrative-enhancements/</link>
		<comments>http://blog.danzrobok.com/2008/11/19/system-administration-for-websphere-application-server-v7-part-1-an-overview-of-administrative-enhancements/#respond</comments>
		<pubDate>Wed, 19 Nov 2008 17:00:00 +0000</pubDate>
		<dc:creator><![CDATA[syndication]]></dc:creator>
				<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[7.0]]></category>
		<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/19/system-administration-for-websphere-application-server-v7-part-1-an-overview-of-administrative-enhancements/</guid>
		<description><![CDATA[This series of articles describes several important new administration features
          available in IBM WebSphere Application Server V7.  Part 1 introduces these features and subsequent articles
          will explore specific features in detail. (IBM WebSphere Developer Technical Journal)]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/19/system-administration-for-websphere-application-server-v7-part-1-an-overview-of-administrative-enhancements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSphere Process Server – Business Process Choreographer Explorer Customization and Tuning Options</title>
		<link>http://blog.danzrobok.com/2008/11/18/websphere-process-server-business-process-choreographer-explorer-customization-and-tuning-options/</link>
		<comments>http://blog.danzrobok.com/2008/11/18/websphere-process-server-business-process-choreographer-explorer-customization-and-tuning-options/#respond</comments>
		<pubDate>Tue, 18 Nov 2008 21:24:25 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[BPC Explorer]]></category>
		<category><![CDATA[Tuning]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/18/websphere-process-server-business-process-choreographer-explorer-customization-and-tuning-options/</guid>
		<description><![CDATA[If you plan on making the BPC Explorer available in a production environment, I suggest you read the following article.  It talks about customization and tuning options that are available. The piece is that probably most important is the one where you can define a threshold. A threshold will limit the number of instances/tasks that [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/18/websphere-process-server-business-process-choreographer-explorer-customization-and-tuning-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perficient Booth at the IBM WebSphere SOA Connectivity Briefing in Toronto</title>
		<link>http://blog.danzrobok.com/2008/11/17/perficient-booth-at-the-ibm-websphere-soa-connectivity-briefing-in-toronto/</link>
		<comments>http://blog.danzrobok.com/2008/11/17/perficient-booth-at-the-ibm-websphere-soa-connectivity-briefing-in-toronto/#respond</comments>
		<pubDate>Mon, 17 Nov 2008 16:46:11 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[Dan Zrobok]]></category>
		<category><![CDATA[DataPower]]></category>
		<category><![CDATA[Perficient]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[IBM]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/17/perficient-booth-at-the-ibm-websphere-soa-connectivity-briefing-in-toronto/</guid>
		<description><![CDATA[IBM is hosting a WebSphere SOA Connectivity Briefing in Toronto: Strategies for recovering your IT budget with IBM WebSphere MQ &#038; SOA Connectivity Details: Sheraton Center Toronto Hotel November 25, 2008 8:00am &#8211; 12:00pm 123 Queen Street West Toronto Ontario M5H2M9 Phone: 416-947-4848 I&#8217;ll be there representing Perficient. My current plans are to get a [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/17/perficient-booth-at-the-ibm-websphere-soa-connectivity-briefing-in-toronto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow up to Profile Creation Fails on WebSphere 6.1.0.19: Java Juristiction Policy Files</title>
		<link>http://blog.danzrobok.com/2008/11/17/follow-up-to-profile-creation-fails-on-websphere-61019-java-juristiction-policy-files/</link>
		<comments>http://blog.danzrobok.com/2008/11/17/follow-up-to-profile-creation-fails-on-websphere-61019-java-juristiction-policy-files/#respond</comments>
		<pubDate>Mon, 17 Nov 2008 16:28:53 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[Java Security]]></category>
		<category><![CDATA[Policy Files]]></category>
		<category><![CDATA[Unrestricted]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/17/follow-up-to-profile-creation-fails-on-websphere-61019-java-juristiction-policy-files/</guid>
		<description><![CDATA[A few weeks ago, I discussed an issue where a profile could no longer be created on WebSphere Application Server 6.1.0.19. It boiled down to an issue with the Java security policy files and thier &#8216;restricted&#8217; and &#8216;unrestricted&#8217; flavours. At the time, I thought that WebSphere actually required the unrestricted versions. To test my theory [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/17/follow-up-to-profile-creation-fails-on-websphere-61019-java-juristiction-policy-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSphere Process Server invocation styles</title>
		<link>http://blog.danzrobok.com/2008/11/07/websphere-process-server-invocation-styles/</link>
		<comments>http://blog.danzrobok.com/2008/11/07/websphere-process-server-invocation-styles/#respond</comments>
		<pubDate>Fri, 07 Nov 2008 16:58:07 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[DeveloperWorks]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Syndication]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[Interaction Styles]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/07/websphere-process-server-invocation-styles/</guid>
		<description><![CDATA[From DeveloperWorks, WebSphere Process Server invocation styles As you author applications in WebSphere Integration Developer, you may find it necessary to set or verify the invocation style that one component will use to call another. Users are often surprised to find that this is not as easy a task as it may seem. This article [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/07/websphere-process-server-invocation-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates required for WebSphere Integration Developer debugger to work when security is enabled</title>
		<link>http://blog.danzrobok.com/2008/11/06/updates-required-for-websphere-integration-developer-debugger-to-work-when-security-is-enabled/</link>
		<comments>http://blog.danzrobok.com/2008/11/06/updates-required-for-websphere-integration-developer-debugger-to-work-when-security-is-enabled/#respond</comments>
		<pubDate>Thu, 06 Nov 2008 19:48:29 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/06/updates-required-for-websphere-integration-developer-debugger-to-work-when-security-is-enabled/</guid>
		<description><![CDATA[ According to the tech-note, you have to follow some manual steps to get the debugger to work on a server that has security enabled: http://www-01.ibm.com/support/docview.wss?uid=swg24015747v]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/06/updates-required-for-websphere-integration-developer-debugger-to-work-when-security-is-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MQ Import Anti-Pattern: Multiple MQ Imports connecting to single pair of physical request/response queues</title>
		<link>http://blog.danzrobok.com/2008/11/06/mq-import-anti-pattern-multiple-mq-imports-connecting-to-single-pair-of-physical-requestresponse-queues/</link>
		<comments>http://blog.danzrobok.com/2008/11/06/mq-import-anti-pattern-multiple-mq-imports-connecting-to-single-pair-of-physical-requestresponse-queues/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 19:06:52 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[MQ Anti-Pattern]]></category>
		<category><![CDATA[MQ Import]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/06/mq-import-anti-pattern-multiple-mq-imports-connecting-to-single-pair-of-physical-requestresponse-queues/</guid>
		<description><![CDATA[The scenario I have an MQ Request queue that takes multiple types of business objects as input. The MQ request queue consumer evaluates the type of the message and routes it to the appropriate downstream service. When the response comes back from the downstream system, it is placed into the single MQ Response queue. Therefore, [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/06/mq-import-anti-pattern-multiple-mq-imports-connecting-to-single-pair-of-physical-requestresponse-queues/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Error Handling in WebSphere Process Server: Developing an Error Handling Strategy</title>
		<link>http://blog.danzrobok.com/2008/11/06/error-handling-in-websphere-process-server-developing-an-error-handling-strategy/</link>
		<comments>http://blog.danzrobok.com/2008/11/06/error-handling-in-websphere-process-server-developing-an-error-handling-strategy/#respond</comments>
		<pubDate>Thu, 06 Nov 2008 16:58:05 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[DeveloperWorks]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[Error Handling.]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/06/error-handling-in-websphere-process-server-developing-an-error-handling-strategy/</guid>
		<description><![CDATA[From DeveloperWorks, Error handling in WebSphere Process Server, Part 1: Developing an error handling strategy With the emergence of service oriented solutions, we&#8217;ve seen a sharp rise in developer productivity. Developers are empowered with a new found freedom of service construction and reuse. However, with this freedom comes an increased exposure to inconsistent service definitions. [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/06/error-handling-in-websphere-process-server-developing-an-error-handling-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deconstructing CWWBA0135E: Class ‘x’ does not have a feature named ‘y’</title>
		<link>http://blog.danzrobok.com/2008/11/05/deconstructing-cwwba0135e-class-x-does-not-have-a-feature-named-y/</link>
		<comments>http://blog.danzrobok.com/2008/11/05/deconstructing-cwwba0135e-class-x-does-not-have-a-feature-named-y/#respond</comments>
		<pubDate>Wed, 05 Nov 2008 17:15:31 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[CWWBA0135E]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[XPATH]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/05/deconstructing-cwwba0135e-class-x-does-not-have-a-feature-named-y/</guid>
		<description><![CDATA[ CWWBA0135E: Unable to execute the query expression &#8216;Customer/custId&#8217; on message part &#8216;x&#8217; Class &#8216;y&#8217; does not have a feature named &#8216;Customer&#8217; I received this error when attempting to start a binary state machine from the BPEL API. Allow me to discuss what this exception message is trying to tell us. CWWBA0135E: Unable to execute the [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/05/deconstructing-cwwba0135e-class-x-does-not-have-a-feature-named-y/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Support Assistant WorkBench Error: CWPST0064E Failed to Login</title>
		<link>http://blog.danzrobok.com/2008/11/05/ibm-support-assistant-workbench-error-cwpst0064e-failed-to-login/</link>
		<comments>http://blog.danzrobok.com/2008/11/05/ibm-support-assistant-workbench-error-cwpst0064e-failed-to-login/#respond</comments>
		<pubDate>Wed, 05 Nov 2008 15:52:40 +0000</pubDate>
		<dc:creator><![CDATA[dan]]></dc:creator>
				<category><![CDATA[Business Integration]]></category>
		<category><![CDATA[CWPST0064E]]></category>
		<category><![CDATA[IBM Support Assistant]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/11/05/ibm-support-assistant-workbench-error-cwpst0064e-failed-to-login/</guid>
		<description><![CDATA[In a small number of instances on Windows, a user may get a dialog box when the Workbench starts up with a message: &#8220;CWPST0064E: Failed to log in&#8221; This may occur if the Windows user&#8217;s password has recently been changed. To correct this problem, delete the following file: {user.home}/IBM/ISAv4/.metadata/.plugins/com.ibm.rcp.security.auth/.keystore.JCEKS.IBM_J9_VM The next time that the workbench [&#8230;]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/11/05/ibm-support-assistant-workbench-error-cwpst0064e-failed-to-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>