<?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>Learning WEM</title>
	<atom:link href="http://blogs.adobe.com/learningwem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/learningwem</link>
	<description>Just another Adobe Blogs site</description>
	<lastBuildDate>Mon, 05 Mar 2012 17:06:49 +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>Simple utility to execute database query from within CQ</title>
		<link>http://blogs.adobe.com/learningwem/2012/03/02/simple-utility-to-execute-database-query-from-within-cq/</link>
		<comments>http://blogs.adobe.com/learningwem/2012/03/02/simple-utility-to-execute-database-query-from-within-cq/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 19:47:33 +0000</pubDate>
		<dc:creator>misra</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/learningwem/?p=98</guid>
		<description><![CDATA[Simple utility to execute database query and see the results within CQ 1. Add a node (lets call it "databaseQuery") of type sling:Folder under /etc/importers 2.  Add a property called sling:resourceType to this node with value database/importdata 3. As in &#8230; <a href="http://blogs.adobe.com/learningwem/2012/03/02/simple-utility-to-execute-database-query-from-within-cq/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blogs.adobe.com/learningwem/2012/03/02/simple-utility-to-execute-database-query-from-within-cq/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[CQ5.4] &#8220;java.sql.SQLException: No suitable driver found for&#8221;</title>
		<link>http://blogs.adobe.com/learningwem/2012/02/29/cq5-4-java-sql-sqlexception-no-suitable-driver-found-for/</link>
		<comments>http://blogs.adobe.com/learningwem/2012/02/29/cq5-4-java-sql-sqlexception-no-suitable-driver-found-for/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 18:46:34 +0000</pubDate>
		<dc:creator>misra</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/learningwem/?p=77</guid>
		<description><![CDATA[Are you trying to configure JDBC Datasource on CQ5.4 and keep getting the following exception: "java.sql.SQLException: No suitable driver found for" &#160; Follow the next three steps and you should be good to go: First of all, get the jdbc &#8230; <a href="http://blogs.adobe.com/learningwem/2012/02/29/cq5-4-java-sql-sqlexception-no-suitable-driver-found-for/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blogs.adobe.com/learningwem/2012/02/29/cq5-4-java-sql-sqlexception-no-suitable-driver-found-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Upgrade] CQ5.3 to CQ5.4 upgrade issues and how to resolve those</title>
		<link>http://blogs.adobe.com/learningwem/2011/11/30/upgrade-cq5-3-to-cq5-4-upgrade-issues-and-how-to-resolve-those/</link>
		<comments>http://blogs.adobe.com/learningwem/2011/11/30/upgrade-cq5-3-to-cq5-4-upgrade-issues-and-how-to-resolve-those/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 09:22:49 +0000</pubDate>
		<dc:creator>misra</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/learningwem/?p=25</guid>
		<description><![CDATA[As we all know, there are two upgrade paths from CQ5.3 to CQ5.4. 1. Upgrading the jar file  - This is the usual upgrade path but comes with its own challenges. 2. Fresh installation - I prefer this most of &#8230; <a href="http://blogs.adobe.com/learningwem/2011/11/30/upgrade-cq5-3-to-cq5-4-upgrade-issues-and-how-to-resolve-those/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blogs.adobe.com/learningwem/2011/11/30/upgrade-cq5-3-to-cq5-4-upgrade-issues-and-how-to-resolve-those/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[CQ5.4 Workflow] Approve OR Reject (send back to author) setup</title>
		<link>http://blogs.adobe.com/learningwem/2011/11/30/cq5-4-workflow-example-approve-reject-by-the-reviewer/</link>
		<comments>http://blogs.adobe.com/learningwem/2011/11/30/cq5-4-workflow-example-approve-reject-by-the-reviewer/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 08:46:32 +0000</pubDate>
		<dc:creator>misra</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/learningwem/?p=46</guid>
		<description><![CDATA[This is a sample workflow model which demonstrates the "Approve" and "Reject" steps. Basically, it will work as follows: Once the author is done with the changes, he/she can send the page for review which means author starts the 'Approval &#8230; <a href="http://blogs.adobe.com/learningwem/2011/11/30/cq5-4-workflow-example-approve-reject-by-the-reviewer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blogs.adobe.com/learningwem/2011/11/30/cq5-4-workflow-example-approve-reject-by-the-reviewer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[CQ5.4] Workflow process to send an email using MessageGateway</title>
		<link>http://blogs.adobe.com/learningwem/2011/11/27/cq5-4-workflow-process-to-send-an-email-using-messagegateway/</link>
		<comments>http://blogs.adobe.com/learningwem/2011/11/27/cq5-4-workflow-process-to-send-an-email-using-messagegateway/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 15:35:43 +0000</pubDate>
		<dc:creator>misra</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/learningwem/?p=7</guid>
		<description><![CDATA[Bit of background: If you are upgrading from CQ5.3 to CQ5.4, and you have a workflow process to send an email, you may have noticed that MailService class used in CQ5.3 has been deprecated since 5.4 and now we are supposed &#8230; <a href="http://blogs.adobe.com/learningwem/2011/11/27/cq5-4-workflow-process-to-send-an-email-using-messagegateway/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blogs.adobe.com/learningwem/2011/11/27/cq5-4-workflow-process-to-send-an-email-using-messagegateway/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://blogs.adobe.com/learningwem/2011/10/27/hello-world/</link>
		<comments>http://blogs.adobe.com/learningwem/2011/10/27/hello-world/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 16:42:54 +0000</pubDate>
		<dc:creator>misra</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/learningwem/?p=1</guid>
		<description><![CDATA[Welcome to Adobe Blogs. This is your first post. Edit or delete it, then start blogging!]]></description>
		<wfw:commentRss>http://blogs.adobe.com/learningwem/2011/10/27/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
