<?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>danzrobok.com &#187; Spring</title>
	<atom:link href="http://blog.danzrobok.com/category/business-int/spring/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>Fri, 30 Jul 2010 15:32:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oracle XA_RMERR &amp; Spring Oracle LOB Handler Exceptions</title>
		<link>http://blog.danzrobok.com/2008/08/13/oracle-xa_rmerr-spring-oracle-lob-handler-exceptions/</link>
		<comments>http://blog.danzrobok.com/2008/08/13/oracle-xa_rmerr-spring-oracle-lob-handler-exceptions/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 19:49:40 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Oracle BPEL]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[10.2.0.3]]></category>
		<category><![CDATA[9.2.0.1]]></category>
		<category><![CDATA[Oracle JDBC]]></category>
		<category><![CDATA[OracleLobHandler]]></category>
		<category><![CDATA[XA_RMERR]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/08/13/oracle-xa_rmerr-spring-oracle-lob-handler-exceptions/</guid>
		<description><![CDATA[Was getting the following oracle exception when trying to use an Oracle XA datasource from WebSphere:
WSRdbXaResour E
 DSRA0304E:  XAException occurred. XAException
contents and details are:
The XA Error is            : -3
The XA Error message is    : A resource
manager error has occured in [...]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/08/13/oracle-xa_rmerr-spring-oracle-lob-handler-exceptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still Springing Along</title>
		<link>http://blog.danzrobok.com/2008/07/16/still-springing-along/</link>
		<comments>http://blog.danzrobok.com/2008/07/16/still-springing-along/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 15:49:11 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[Exceptions]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/07/16/still-springing-along/</guid>
		<description><![CDATA[I&#8217;m still solidly in the spring domain with my solution. I&#8217;ve run into a number of obfuscated exceptions as I&#8217;ve gone along way my from Spring newbie to Spring intermediate newbie. They&#8217;re all nicely saved in my WebSphere Application Server log, so once I get some free time, I&#8217;ll go through them all with the [...]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/07/16/still-springing-along/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring + Oracle Database = Populating CachedRowSet produces SQLException: Invalid scale size</title>
		<link>http://blog.danzrobok.com/2008/07/10/spring-oracle-database-populating-cachedrowset-produces-sqlexception-invalid-scale-size/</link>
		<comments>http://blog.danzrobok.com/2008/07/10/spring-oracle-database-populating-cachedrowset-produces-sqlexception-invalid-scale-size/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 16:20:51 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/07/10/spring-oracle-database-populating-cachedrowset-produces-sqlexception-invalid-scale-size/</guid>
		<description><![CDATA[I have a simple table definition:
CREATE TABLE TABLE1 (

 	COL1 CHAR(3) NOT NULL,

 	COL2 VARCHAR2(28) NOT NULL,

                COL3 NUMBER)	)
I noticed that I get this error when I have a column of type &#8216;number&#8217; created with default type. When I removed [...]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/07/10/spring-oracle-database-populating-cachedrowset-produces-sqlexception-invalid-scale-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring: ClassPathXmlApplicationContext File Lookup / Database Exceptions</title>
		<link>http://blog.danzrobok.com/2008/07/10/spring-classpathxmlapplicationcontext-file-lookup-database-exceptions/</link>
		<comments>http://blog.danzrobok.com/2008/07/10/spring-classpathxmlapplicationcontext-file-lookup-database-exceptions/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 15:42:16 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[ClassPathXmlApplicationContext]]></category>
		<category><![CDATA[Exceptions]]></category>
		<category><![CDATA[WebSphere]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/07/10/spring-classpathxmlapplicationcontext-file-lookup-database-exceptions/</guid>
		<description><![CDATA[Quick Tip: When you are trying to look up your xml Spring configuration file, ensure that you put the xml file into the build path source directory of your project. In my case, the ejbModule directory. I had it in the root of the EJB project and Spring (rightfully so) could not find it.
Also, one [...]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/07/10/spring-classpathxmlapplicationcontext-file-lookup-database-exceptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSphere Application Server and The Spring Framework</title>
		<link>http://blog.danzrobok.com/2008/07/10/websphere-application-server-and-the-spring-framework/</link>
		<comments>http://blog.danzrobok.com/2008/07/10/websphere-application-server-and-the-spring-framework/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 13:33:48 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[DAO]]></category>
		<category><![CDATA[Linkfarm]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WebSphere]]></category>

		<guid isPermaLink="false">http://blog.danzrobok.com/2008/07/10/websphere-application-server-and-the-spring-framework/</guid>
		<description><![CDATA[I&#8217;m in the process of skilling up on the spring framework used within the Websphere application server container.  What I have amassed so far are a ton of links to various tutorials and developerWorks articles that answer a few questions:

What is Spring?
Why do I want to use it?
How do I use it?
How do I [...]]]></description>
		<wfw:commentRss>http://blog.danzrobok.com/2008/07/10/websphere-application-server-and-the-spring-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
