<?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>idError &#187; JAVA-DBUnit</title>
	<atom:link href="http://iderror.com/category/errors/java/java-dbunit/feed/" rel="self" type="application/rss+xml" />
	<link>http://iderror.com</link>
	<description>You have errors, we have solutions!</description>
	<lastBuildDate>Sun, 22 Mar 2009 21:18:56 +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>AmbiguousTableNameException</title>
		<link>http://iderror.com/errors/java/java-dbunit/ambiguoustablenameexception/</link>
		<comments>http://iderror.com/errors/java/java-dbunit/ambiguoustablenameexception/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-DBUnit]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8089</guid>
		<description><![CDATA[Applies to:DBUnit Description:This error occurs when no schema is specified and that DbUnit detect that it is getting columns information from multiple tables having the same name and located in different schemas Cause:a. No schema is specified.
B. Your database contains two tables whose names only differ by case, e.g. &#8220;userlist&#8221; and &#8220;UserList&#8221;. DBUnit handles table [...]]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>DBUnit<br/><br/> <b>Description:</b><br/>This error occurs when no schema is specified and that DbUnit detect that it is getting columns information from multiple tables having the same name and located in different schemas<br/><br/> <b>Cause:</b><br/>a. No schema is specified.<br />
B. Your database contains two tables whose names only differ by case, e.g. &#8220;userlist&#8221; and &#8220;UserList&#8221;. DBUnit handles table names case-insensitively and gets confused. This can happen on database systems that are case-sensitive for identifiers, e.g. MySQL and (possibly) Microsoft SQL Server.<br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-dbunit/ambiguoustablenameexception/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data type not recognized</title>
		<link>http://iderror.com/errors/java/java-dbunit/data-type-not-recognized/</link>
		<comments>http://iderror.com/errors/java/java-dbunit/data-type-not-recognized/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-DBUnit]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8090</guid>
		<description><![CDATA[Applies to:DBUnit Description:By default, DbUnit only supports standard JDBC data types. This error will occur while using vendor-specific data types Cause:You are getting this warning message if you are using vendor-specific data types.  
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>DBUnit<br/><br/> <b>Description:</b><br/>By default, DbUnit only supports standard JDBC data types. This error will occur while using vendor-specific data types<br/><br/> <b>Cause:</b><br/>You are getting this warning message if you are using vendor-specific data types. <br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-dbunit/data-type-not-recognized/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t start a cloned connection exception</title>
		<link>http://iderror.com/errors/java/java-dbunit/cant-start-a-cloned-connection-exception/</link>
		<comments>http://iderror.com/errors/java/java-dbunit/cant-start-a-cloned-connection-exception/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-DBUnit]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8091</guid>
		<description><![CDATA[Applies to:DBUnit Description:Occurs when using InsertIdentityOperation Cause:SelectMethod=cursor parameter is missing in the JDBC connection string. 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>DBUnit<br/><br/> <b>Description:</b><br/>Occurs when using InsertIdentityOperation<br/><br/> <b>Cause:</b><br/>SelectMethod=cursor parameter is missing in the JDBC connection string.<br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-dbunit/cant-start-a-cloned-connection-exception/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UnsatisfiedLinkError with the DB2 driver</title>
		<link>http://iderror.com/errors/java/java-dbunit/unsatisfiedlinkerror-with-the-db2-driver/</link>
		<comments>http://iderror.com/errors/java/java-dbunit/unsatisfiedlinkerror-with-the-db2-driver/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-DBUnit]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8092</guid>
		<description><![CDATA[Applies to:DBUnit Description:Occurs when using DBUnit with the DB2 driver Cause:JDBC 2.0 is not installed. 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>DBUnit<br/><br/> <b>Description:</b><br/>Occurs when using DBUnit with the DB2 driver<br/><br/> <b>Cause:</b><br/>JDBC 2.0 is not installed.<br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-dbunit/unsatisfiedlinkerror-with-the-db2-driver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory</title>
		<link>http://iderror.com/errors/java/java-dbunit/javalangnoclassdeffounderror-orgslf4jloggerfactory/</link>
		<comments>http://iderror.com/errors/java/java-dbunit/javalangnoclassdeffounderror-orgslf4jloggerfactory/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-DBUnit]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8093</guid>
		<description><![CDATA[Applies to:DBUnit, SLF4J Description:Occurs when using DBUnit Cause:Since version 2.2.1, DbUnit uses SLF4J for logging purposes. So probably SLF4J is missing. 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>DBUnit, SLF4J<br/><br/> <b>Description:</b><br/>Occurs when using DBUnit<br/><br/> <b>Cause:</b><br/>Since version 2.2.1, DbUnit uses SLF4J for logging purposes. So probably SLF4J is missing.<br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-dbunit/javalangnoclassdeffounderror-orgslf4jloggerfactory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>StackOverflowError when using Jakarta Commons Logging</title>
		<link>http://iderror.com/errors/java/java-dbunit/stackoverflowerror-when-using-jakarta-commons-logging/</link>
		<comments>http://iderror.com/errors/java/java-dbunit/stackoverflowerror-when-using-jakarta-commons-logging/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-DBUnit]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8094</guid>
		<description><![CDATA[Applies to:DBUnit, Jakarta Commons Logging Description:Occurs when using DBUnit Cause:You have more then one slf4j implementation library in your classpath. 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>DBUnit, Jakarta Commons Logging<br/><br/> <b>Description:</b><br/>Occurs when using DBUnit<br/><br/> <b>Cause:</b><br/>You have more then one slf4j implementation library in your classpath.<br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-dbunit/stackoverflowerror-when-using-jakarta-commons-logging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NoSuchColumnException</title>
		<link>http://iderror.com/errors/java/java-dbunit/nosuchcolumnexception/</link>
		<comments>http://iderror.com/errors/java/java-dbunit/nosuchcolumnexception/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-DBUnit]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8095</guid>
		<description><![CDATA[Applies to:DBUnit, MySQL Description:Occurs when using DBUnit Cause:This exception can occur especially with MySQL RDBMS if you forget to set the special MySqlMetadataHandler on the DatabaseConfig.  
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>DBUnit, MySQL<br/><br/> <b>Description:</b><br/>Occurs when using DBUnit<br/><br/> <b>Cause:</b><br/>This exception can occur especially with MySQL RDBMS if you forget to set the special MySqlMetadataHandler on the DatabaseConfig. <br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-dbunit/nosuchcolumnexception/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
