<?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>Java Blog &#124; blog.teamextension.com</title>
	<atom:link href="http://blog.teamextension.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.teamextension.com</link>
	<description>blog.teamextension.com</description>
	<lastBuildDate>Wed, 01 May 2013 16:11:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Smack Enhanced Debugger</title>
		<link>http://blog.teamextension.com/smack-enhanced-debugger-1278</link>
		<comments>http://blog.teamextension.com/smack-enhanced-debugger-1278#comments</comments>
		<pubDate>Wed, 01 May 2013 16:11:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://teamextensionblog.wpmublogs.com/?p=1278</guid>
		<description><![CDATA[If you wish to use the Smack Enhanced Debugger, make sure you enable the debugger in ConnectionConfiguration, and add smackx-debug-*.jar to your classpath. Here&#8217;s the code snippet for ConnectionConfiguration: And here&#8217;s the Maven dependency:]]></description>
		<wfw:commentRss>http://blog.teamextension.com/smack-enhanced-debugger-1278/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font ‘Arial’ is not available to the JVM</title>
		<link>http://blog.teamextension.com/font-arial-is-not-available-to-the-jvm-1275</link>
		<comments>http://blog.teamextension.com/font-arial-is-not-available-to-the-jvm-1275#comments</comments>
		<pubDate>Mon, 01 Apr 2013 21:59:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://teamextensionblog.wpmublogs.com/?p=1275</guid>
		<description><![CDATA[If you are using JasperReports and in Linux getting an exception like: You will need to install the Microsoft fonts. In CentOS, here are the commands we ran to fix the issue. We restarted our web container and the things [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/font-arial-is-not-available-to-the-jvm-1275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL Notes</title>
		<link>http://blog.teamextension.com/ssl-notes-1253</link>
		<comments>http://blog.teamextension.com/ssl-notes-1253#comments</comments>
		<pubDate>Tue, 05 Mar 2013 02:42:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=1253</guid>
		<description><![CDATA[We have a (very) old project running on Java 1.4, and today we had to struggle with getting SSL HTTP requests to work on it. Since very few have this problem, we&#8217;ll just list down various things that are SSL [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/ssl-notes-1253/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqldump: Couldn&#8217;t execute &#8216;SELECT @@GTID_MODE&#8217;: Unknown system variable &#8216;GTID_MODE&#8217; (1193)</title>
		<link>http://blog.teamextension.com/mysqldump-couldnt-execute-select-gtid_mode-unknown-system-variable-gtid_mode-1193-1246</link>
		<comments>http://blog.teamextension.com/mysqldump-couldnt-execute-select-gtid_mode-unknown-system-variable-gtid_mode-1193-1246#comments</comments>
		<pubDate>Mon, 04 Mar 2013 06:06:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=1246</guid>
		<description><![CDATA[If you are using the MySQL 5.6 version of mysqldump on an older MySQL database, you might get the error message. This error is in part due to the introduction of Global Transaction Identifiers (GTIDs) in MySQL 5.6. GTIDs make [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/mysqldump-couldnt-execute-select-gtid_mode-unknown-system-variable-gtid_mode-1193-1246/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL 5.6 &#8211; Specified key was too long; max key length is 767 bytes</title>
		<link>http://blog.teamextension.com/specified-key-was-too-long-max-key-length-is-767-bytes-1240</link>
		<comments>http://blog.teamextension.com/specified-key-was-too-long-max-key-length-is-767-bytes-1240#comments</comments>
		<pubDate>Fri, 01 Mar 2013 08:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=1240</guid>
		<description><![CDATA[We recently upgraded to MySQL 5.6, and one of our web applications started failing our automated tests. We have a test that drops all our tables and recreates them again, all done using Maven and Liquibase. The error we were [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/specified-key-was-too-long-max-key-length-is-767-bytes-1240/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick jQuery Mobile Tutorial by Comparison</title>
		<link>http://blog.teamextension.com/quick-jquery-mobile-tutorial-by-comparison-1113</link>
		<comments>http://blog.teamextension.com/quick-jquery-mobile-tutorial-by-comparison-1113#comments</comments>
		<pubDate>Fri, 01 Mar 2013 06:46:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=1113</guid>
		<description><![CDATA[Here&#8217;s a quick tutorial on jQuery Mobile. We&#8217;ll start with a standard HTML file, then add the jQuery elements in. Code and comparisons are provided. Just like the official jQuery documentation, we will be using div instead of the newer [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/quick-jquery-mobile-tutorial-by-comparison-1113/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat With No Context Path and Behind Apache</title>
		<link>http://blog.teamextension.com/tomcat-with-no-context-path-and-behind-apache-1228</link>
		<comments>http://blog.teamextension.com/tomcat-with-no-context-path-and-behind-apache-1228#comments</comments>
		<pubDate>Thu, 21 Feb 2013 20:17:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=1228</guid>
		<description><![CDATA[We develop locally using Eclipse and deploy to Tomcat 7 in AWS Elastic Beanstalk. Those who have already worked with AWS Elastic Beanstalk knows that once you deploy your WAR file, it will have not have a context path. For [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/tomcat-with-no-context-path-and-behind-apache-1228/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Time API in JDK 8</title>
		<link>http://blog.teamextension.com/java-time-api-in-jdk-8-1213</link>
		<comments>http://blog.teamextension.com/java-time-api-in-jdk-8-1213#comments</comments>
		<pubDate>Mon, 11 Feb 2013 16:26:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=1213</guid>
		<description><![CDATA[The Java Time API is finally part of the early access releases of JDK 8. Most of us have been using Joda-Time, and soon we will have a nice Date and Time API built in Java. Here we&#8217;ll download JDK [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/java-time-api-in-jdk-8-1213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renewing GoDaddy SSL on AWS Elastic Beanstalk</title>
		<link>http://blog.teamextension.com/renewing-godaddy-ssl-on-aws-elastic-beanstalk-1106</link>
		<comments>http://blog.teamextension.com/renewing-godaddy-ssl-on-aws-elastic-beanstalk-1106#comments</comments>
		<pubDate>Mon, 04 Feb 2013 00:01:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AWS]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=1106</guid>
		<description><![CDATA[We previously wrote about installing a GoDaddy SSL on AWS Elastic Beanstalk. Now it&#8217;s time to renew our certificate. You will need the file decrypted-private-key.pem from when we installed the certificate the first time. 1. Go to the GoDaddy Manage [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/renewing-godaddy-ssl-on-aws-elastic-beanstalk-1106/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root Context in your Webapp</title>
		<link>http://blog.teamextension.com/root-context-in-your-webapp-1089</link>
		<comments>http://blog.teamextension.com/root-context-in-your-webapp-1089#comments</comments>
		<pubDate>Fri, 11 Jan 2013 09:55:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=1089</guid>
		<description><![CDATA[This is a short post on how to use the root context for your Java web application. This it to make your webapp URL something like http://www.webapp.com instead of http://www.webapp.com/context/. Here we touch on Tomcat, Apache, Jetty and Maven. 1. [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/root-context-in-your-webapp-1089/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
