<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Bob&apos;s Blog - ColdFusion Tidbits - Tomcat</title>
			<link>http://www.silverwareconsulting.com/index.cfm</link>
			<description>Some stuff about ColdFusion and Transfer</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 05:23:54 -0400</pubDate>
			<lastBuildDate>Fri, 28 Aug 2009 09:10:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>bob.silverberg@gmail.com</managingEditor>
			<webMaster>bob.silverberg@gmail.com</webMaster>
			
			<item>
				<title>Using CF9&apos;s ORM Features Under Tomcat</title>
				<link>http://www.silverwareconsulting.com/index.cfm/2009/8/28/Using-CF9s-ORM-Features-Under-Tomcat</link>
				<description>
				
				I&apos;ve set up my local development environment to run my CFML engines under &lt;a href=&quot;http://tomcat.apache.org/&quot; target=&quot;_blank&quot;&gt;Tomcat&lt;/a&gt;. Thanks to &lt;a href=&quot;http://mattwoodward.com/blog/&quot; target=&quot;_blank&quot;&gt;Matt Woodward&lt;/a&gt; for his &lt;a href=&quot;http://mattwoodward.com/blog/index.cfm?event=showEntry&amp;entryId=03233F6F-ED2C-43C7-AFF5FA2B3C3D845B&quot; target=&quot;_blank&quot;&gt;thorough blog post&lt;/a&gt; and to both Matt and &lt;a href=&quot;http://jamiekrug.com/blog/&quot; target=&quot;_blank&quot;&gt;Jamie Krug&lt;/a&gt; for some additional help it wasn&apos;t too onerous a setup.  This allows me to easily run multiple CFML engines (e.g., CF8, CF9, Railo and OpenBD) simultaneously.  I just ran into a problem trying to use ColdFusion 9&apos;s ORM features under this setup, and that&apos;s what the remainder of this post is about.
&lt;/p&gt;
&lt;p&gt;When trying to test some of CF9&apos;s ORM features I ran into a strange problem. Whenever I called a function that interacted with Hibernate I would just get a blank screen returned to me.  No ColdFusion error message, no output, just a blank screen.  This was a bit difficult to debug, but when I checked ColdFusion&apos;s application.log I saw an error message.  It said:
&lt;code&gt;javax/transaction/Synchronization The specific sequence of files included or processed is: /Applications/tomcat/webapps/cfusion9/index.cfm, line: 10&lt;/code&gt;
&lt;/p&gt;
&lt;p&gt;Thanks to an email from &lt;a href=&quot;http://daveshuck.instantspot.com/blog/&quot; target=&quot;_blank&quot;&gt;Dave Shuck&lt;/a&gt; to a forum, I saw that someone else was experiencing a similar problem. It had to do with a some JEE functionality that is missing from Tomcat. Thanks to some additional information from &lt;a href=&quot;http://www.elliottsprehn.com/blog/&quot; target=&quot;_blank&quot;&gt;Elliott Sprehn&lt;/a&gt; and &lt;a href=&quot;http://coldfused.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Rupesh Kumar&lt;/a&gt; I was able to locate and install the jar file required, after which everything worked.&lt;/p&gt;
&lt;p&gt;Here are some step-by-step instructions on how to fix this issue:  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>CF ORM Integration</category>				
				
				<category>Tomcat</category>				
				
				<pubDate>Fri, 28 Aug 2009 09:10:00 -0400</pubDate>
				<guid>http://www.silverwareconsulting.com/index.cfm/2009/8/28/Using-CF9s-ORM-Features-Under-Tomcat</guid>
				
			</item>
			</channel></rss>