<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Kevin Kazmierczak&apos;s Random Programming Thoughts - Universal Mind</title>
			<link>http://tech.kevinkaz.com/index.cfm</link>
			<description>Random Programming Thoughts</description>
			<language>en-us</language>
			<pubDate>Sat, 04 Sep 2010 05:55:00 -0400</pubDate>
			<lastBuildDate>Fri, 02 Nov 2007 12:18:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>kazmiekr@gmail.com</managingEditor>
			<webMaster>kazmiekr@gmail.com</webMaster>
			
			
			
			
			
			<item>
				<title>Cairngorm 2.2.1 and Flex Builder 3 - Missing Resource Bundle</title>
				<link>http://tech.kevinkaz.com/index.cfm/2007/11/2/Cairngorm-221-and-Flex-Builder-3--Missing-Resource-Bundle</link>
				<description>
				
				* UPDATE

Actually, while it fixed the error temporarily, I wasn&apos;t able to get rid of it totally and it looks like it&apos;s a biug logged and fixed in the current build.

&lt;a href=&quot;https://bugs.adobe.com/jira/browse/SDK-12816&quot; target=&quot;_blank&quot;&gt;https://bugs.adobe.com/jira/browse/SDK-12816&lt;/a&gt;

I was testing an application with Flex Builder 3 beta 2 and started getting the following error message with Cairngorm:

&lt;code&gt;
Could not find source for resource bundle CairngormMesages
&lt;/code&gt;

After doing some browsing I found some people that had similar issues, but their solutions didn&apos;t work for me.  They basically said to use the Cairngorm.swc file instead of the source, but I was already using that.  

I was able to isolate the problem to my Services.mxml - ServiceLocator file.  If the Services file was in a normal Flex project, there was no error, but since my Services file is in a Library project, it was throwing that error.  

In an attempt to fix it, I downloaded the Cairngorm source code and recompiled it using FB3 and tried using the new compiled swc and the problem went away.  So there must be a problem using FB2 compiled swc&apos;s with FB3 when creating FB3 swc files or something like that.
				
				</description>
						
				
				<category>Universal Mind</category>				
				
				<category>Flex</category>				
				
				<pubDate>Fri, 02 Nov 2007 12:18:00 -0400</pubDate>
				<guid>http://tech.kevinkaz.com/index.cfm/2007/11/2/Cairngorm-221-and-Flex-Builder-3--Missing-Resource-Bundle</guid>
				
			</item>
			
		 	
			</channel></rss>