<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Elena Neroslavskaya Weblog</title>
	<atom:link href="http://enerosweb.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://enerosweb.wordpress.com</link>
	<description>To SOA or not to SOA -  OutOfMemory helper blog</description>
	<lastBuildDate>Thu, 15 Oct 2009 18:24:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='enerosweb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c7740773f9e48d49372b6801b9f1d81f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Elena Neroslavskaya Weblog</title>
		<link>http://enerosweb.wordpress.com</link>
	</image>
			<item>
		<title>Importing PKCS12/ PFX Certificate to Websphere 6.1</title>
		<link>http://enerosweb.wordpress.com/2009/10/15/importing-pkcs12-pfx-certificate-to-websphere-6-1/</link>
		<comments>http://enerosweb.wordpress.com/2009/10/15/importing-pkcs12-pfx-certificate-to-websphere-6-1/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 18:23:38 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[Websphere]]></category>
		<category><![CDATA[pfx]]></category>
		<category><![CDATA[pkcs12]]></category>
		<category><![CDATA[InvalidKeyException]]></category>
		<category><![CDATA[certificate]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=81</guid>
		<description><![CDATA[We recently encountered problems trying to import certificate generated by our local Enterprise Microsoft CA Server to Websphere Server. Both importing from WAS console and through ikeyman.bat gave errors: &#8220;Database is corrupted&#8221; and &#8220;Could not open keystore&#8220;.
Trying to see the content of this PFX file using keytool
\java\jre\bin&#62;keytool -list -v -keystore test.pfx -storetype pkcs12 -storepass test
Also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=81&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2009/10/15/importing-pkcs12-pfx-certificate-to-websphere-6-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>Functional Quality Testing for SOA / WebServices</title>
		<link>http://enerosweb.wordpress.com/2009/03/19/functional-quality-testing-for-soa-webservices/</link>
		<comments>http://enerosweb.wordpress.com/2009/03/19/functional-quality-testing-for-soa-webservices/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:06:48 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[SOA]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[SoapUI]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=69</guid>
		<description><![CDATA[As the number of services is growing in our environment, the need for automatic regression/functional testing is increasing.  I have recenly encountered articles on IBM Rational Tester for SOA Quality. It is nice tool, but having budget contraints we will have to build something on our own.
First thing that comes to mind to use Ant [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=69&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2009/03/19/functional-quality-testing-for-soa-webservices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>Websphere wsadmin.bat utility running out of memory</title>
		<link>http://enerosweb.wordpress.com/2009/01/16/websphere-wsadminbat-utility-runnin-out-of-memory/</link>
		<comments>http://enerosweb.wordpress.com/2009/01/16/websphere-wsadminbat-utility-runnin-out-of-memory/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 04:07:08 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Enterprise Service Bus]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=57</guid>
		<description><![CDATA[Recently we have encountered Memory problems running Websphere wsadmin based scripts.
We were trying to retrieve large amount of CBE events from WESB using eventquery.bat script and default 256K memory settings were easily exhausted.
Our first option was to find in wsadmin.bat the line shown below and increase it
set PERFJAVAOPTION=-Xms256m -Xmx256m -Xj9 -Xquickstart
 
 But of course we wanted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=57&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2009/01/16/websphere-wsadminbat-utility-runnin-out-of-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>Websphere Password Decoding</title>
		<link>http://enerosweb.wordpress.com/2008/12/16/websphere-password-decoding/</link>
		<comments>http://enerosweb.wordpress.com/2008/12/16/websphere-password-decoding/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 21:57:10 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Websphere]]></category>
		<category><![CDATA[Decoder]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Websphere App Server]]></category>
		<category><![CDATA[{xor}]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=48</guid>
		<description><![CDATA[Passwords stored in Websphere Server configuration files actually could be decoded
http://robertmaldon.blogspot.com/2006/07/recovering-passwords-from-websphere.html
for the Websphere ESB 6.1 that runs on top of WAS 6.1.17 the actual comand is:
\IBM\WebSphere\ESB\deploytool\itp\plugins\com.ibm.websphere.v61_6.1.200&#62;\IBM\WebSphere\ESB\java\bin\java -cp ws_runtime.jar com.ibm.ws.security.util.PasswordDecoder {xor}booqL2sSOm0=encoded password == &#8220;{xor}bWcqL2sSOm0=&#8221;, decoded password == &#8220;hello&#8221;
And a very nice online password decoder
http://www.sysman.nl/wasdecoder/
Posted in Application Server, Websphere Tagged: Decoder, Password, Websphere App Server, {xor}  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=48&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2008/12/16/websphere-password-decoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>Plugins integration with WID 6.1.2</title>
		<link>http://enerosweb.wordpress.com/2008/11/18/plugins-integration-with-wid-612/</link>
		<comments>http://enerosweb.wordpress.com/2008/11/18/plugins-integration-with-wid-612/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 15:54:23 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Integration Developer]]></category>
		<category><![CDATA[BIRT]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[SoapUI]]></category>
		<category><![CDATA[Subclipse]]></category>
		<category><![CDATA[TCR]]></category>
		<category><![CDATA[Websphere integration developer]]></category>
		<category><![CDATA[WID]]></category>
		<category><![CDATA[WSRR]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=11</guid>
		<description><![CDATA[The new WID 6.1.2 hides plugin installation by default. I was looking for usual Eclipse menu Help-&#62;Software Updates-&#62;Find and Install to point to Site for installing the plugin, but it disappead. The trick was to switch from the default &#8220;Business Integration&#8221; perspective to &#8220;Resources&#8221; and then &#8220;Software Updates&#8221; are back and working.
Of course other ways of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=11&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2008/11/18/plugins-integration-with-wid-612/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Services Contract First</title>
		<link>http://enerosweb.wordpress.com/2008/10/01/web-service-contract-first/</link>
		<comments>http://enerosweb.wordpress.com/2008/10/01/web-service-contract-first/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 21:09:34 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[asmx]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Web Services Contract First]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[WSCF]]></category>
		<category><![CDATA[wsdl]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=31</guid>
		<description><![CDATA[There are lots and lots of reasons to design the contract for the webservice (interface,messages etc) and only then proceed to the actual coding. Anyway it&#8217;s a common practice to any software project, but it is not that straightforward process in Visual Studio ASMX webservices.
With all the Vistual studio pre-generated project artifacts and templates it&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=31&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2008/10/01/web-service-contract-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>WAS 6.1 setup Windows NT Service</title>
		<link>http://enerosweb.wordpress.com/2008/09/10/was-61-setup-windows-nt-service/</link>
		<comments>http://enerosweb.wordpress.com/2008/09/10/was-61-setup-windows-nt-service/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 17:15:45 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Websphere]]></category>
		<category><![CDATA[NT Service]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[WASService]]></category>
		<category><![CDATA[Websphere App Server]]></category>
		<category><![CDATA[Windows Service]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=25</guid>
		<description><![CDATA[There is a handy WASService command available in WAS_ROOT\bin allowing Websphere Application Server 6.1 integration with Windows Services.
Samples and documentation on IBM InforCenter &#8211; WASService Command
For WAS with security enabled first thing we encountered was a failure to stop WAS service from service console.
   RoleBasedAuth E   SECJ0306E: No received or invocation credential exist on the thread. &#8230; The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=25&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2008/09/10/was-61-setup-windows-nt-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable Soap1.2 generation in ASMX.NET WSDL generator</title>
		<link>http://enerosweb.wordpress.com/2008/07/31/disable-soap12-generation-in-asmxnet-wsdl-generator/</link>
		<comments>http://enerosweb.wordpress.com/2008/07/31/disable-soap12-generation-in-asmxnet-wsdl-generator/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 17:18:26 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[asmx]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[soap 1.2]]></category>
		<category><![CDATA[wsdl]]></category>
		<category><![CDATA[wsdl generator]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=15</guid>
		<description><![CDATA[Websphere ESB 6.1 does not support Soap 1.2 yet. Presense of Soap1.2 bindings in .NET auto generated  WSDL files created lots of  problems with the new WID 6.1.2 release. So there are two options either modify WSDL manualy  when importing to ESB or modify the .NET web service to supress Soap1.2.
To disable Soap1.2 binding generation add in web.config  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=15&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2008/07/31/disable-soap12-generation-in-asmxnet-wsdl-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>WID 6.1.2 &#8211; problems migrating the mediation module</title>
		<link>http://enerosweb.wordpress.com/2008/07/02/wid-612-problems-migrating-the-mediation-module/</link>
		<comments>http://enerosweb.wordpress.com/2008/07/02/wid-612-problems-migrating-the-mediation-module/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 19:04:28 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Integration Developer]]></category>
		<category><![CDATA[Websphere]]></category>
		<category><![CDATA[mediation module]]></category>
		<category><![CDATA[SCA]]></category>
		<category><![CDATA[Websphere integration developer]]></category>
		<category><![CDATA[WID 6.1.2]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=13</guid>
		<description><![CDATA[After battling WID 6.1.2 start up,  few more problems come up during migration of mediation projects to the new WID 6.1.2
1. WebService export binding does not regenerate the binding servlet in descriptors even after the full clean and rebuild. The error received when sending SOAP
               Error 404: SRVE0190E: File not found: /sca/WebService

Basically the web.xml was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=13&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2008/07/02/wid-612-problems-migrating-the-mediation-module/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>WID 6.1.2 launch problem</title>
		<link>http://enerosweb.wordpress.com/2008/06/30/wid-612-launch-problem/</link>
		<comments>http://enerosweb.wordpress.com/2008/06/30/wid-612-launch-problem/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 15:12:04 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[Integration Developer]]></category>
		<category><![CDATA[Websphere]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Websphere integration developer]]></category>
		<category><![CDATA[WID]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=12</guid>
		<description><![CDATA[Having to migrate to Vista, I took this opportunity to upgrade my Websphere Integration Developer to the latest and greatest WID 6.1.2 just released by IBM. And the first immediate problem I&#8217;ve encoutered &#8211; it just would not startup! Every try to start WID gets the error with printout of all the startup parameters:
JVM termintaed. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=12&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2008/06/30/wid-612-launch-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
	</channel>
</rss>