<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Integrating Adobe AIR, Cairngorm, PureMVC, LiveCycle Data Services (LCDS), MySQL and Hibernate</title>
	<atom:link href="http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/</link>
	<description>[without unit tests] you're not refactoring; you're just changing shit. -Hamlet D'Arcy</description>
	<lastBuildDate>Sun, 21 Feb 2010 09:03:04 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ESTAshish</title>
		<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/comment-page-1/#comment-9318</link>
		<dc:creator>ESTAshish</dc:creator>
		<pubDate>Mon, 27 Jul 2009 11:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=68#comment-9318</guid>
		<description>very nice and helpful article :)</description>
		<content:encoded><![CDATA[<p>very nice and helpful article <img src='http://joelhooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/comment-page-1/#comment-9220</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sat, 30 May 2009 09:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=68#comment-9220</guid>
		<description>Got Farther: By changing a line in &quot;Slideshow-app.xml&quot; 

 from 1.0 to 1.5.

now I get this error:
[RPC Fault faultString=&quot;Unable to invoke a fill operation on destination &#039;AlbumHibernate&#039; due to the following error: class org.hibernate.MappingException:Named query not known: all.albums.&quot; faultCode=&quot;Server.Processing&quot; faultDetail=&quot;null&quot;]
	at mx.data::ConcreteDataService/http://www.adobe.com/2006/flex/mx/internal::dispatchFaultEvent()[C:\depot\flex\branches\enterprise_corfu_rc\frameworks\projects\data\src\mx\data\ConcreteDataService.as:2550]
	at DataListRequestResponder/fault()[C:\depot\flex\branches\enterprise_corfu_rc\frameworks\projects\data\src\mx\data\ConcreteDataService.as:7349]
	at mx.rpc::AsyncRequest/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:103]
	at NetConnectionMessageResponder/statusHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:569]
	at mx.messaging::MessageResponder/status()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\MessageResponder.as:222]


Thanks for any help.</description>
		<content:encoded><![CDATA[<p>Got Farther: By changing a line in &#8220;Slideshow-app.xml&#8221; </p>
<p> from 1.0 to 1.5.</p>
<p>now I get this error:<br />
[RPC Fault faultString="Unable to invoke a fill operation on destination 'AlbumHibernate' due to the following error: class org.hibernate.MappingException:Named query not known: all.albums." faultCode="Server.Processing" faultDetail="null"]<br />
	at mx.data::ConcreteDataService/http://www.adobe.com/2006/flex/mx/internal::dispatchFaultEvent()[C:\depot\flex\branches\enterprise_corfu_rc\frameworks\projects\data\src\mx\data\ConcreteDataService.as:2550]<br />
	at DataListRequestResponder/fault()[C:\depot\flex\branches\enterprise_corfu_rc\frameworks\projects\data\src\mx\data\ConcreteDataService.as:7349]<br />
	at mx.rpc::AsyncRequest/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:103]<br />
	at NetConnectionMessageResponder/statusHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:569]<br />
	at mx.messaging::MessageResponder/status()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\MessageResponder.as:222]</p>
<p>Thanks for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/comment-page-1/#comment-9219</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sat, 30 May 2009 09:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=68#comment-9219</guid>
		<description>First, Thank you, life-saving. The server-side works great, I have the same Logger Error but that is all. HOWEVER, I can&#039;t get the AIR App to Compile, I guess I&#039;m not understanding how to use PureMVC and Cairngorm to compile. I select Run As... AIR... and all I see if a small progress bar on the bottom right of Eclipse Flex Builder and nothing else happens. Any Ideas? Help? Thank You.</description>
		<content:encoded><![CDATA[<p>First, Thank you, life-saving. The server-side works great, I have the same Logger Error but that is all. HOWEVER, I can&#8217;t get the AIR App to Compile, I guess I&#8217;m not understanding how to use PureMVC and Cairngorm to compile. I select Run As&#8230; AIR&#8230; and all I see if a small progress bar on the bottom right of Eclipse Flex Builder and nothing else happens. Any Ideas? Help? Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: claudio</title>
		<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/comment-page-1/#comment-9158</link>
		<dc:creator>claudio</dc:creator>
		<pubDate>Fri, 08 May 2009 13:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=68#comment-9158</guid>
		<description>Hi Joel,

Sorry for my English is Italian !!

In your Flex Builder installation of the window I saw HIBERNATE CONFIGURATION. I want to do a good setup for FLEX 3, HIBERNATE, MYSQL. 

You can help me?

Thanx!</description>
		<content:encoded><![CDATA[<p>Hi Joel,</p>
<p>Sorry for my English is Italian !!</p>
<p>In your Flex Builder installation of the window I saw HIBERNATE CONFIGURATION. I want to do a good setup for FLEX 3, HIBERNATE, MYSQL. </p>
<p>You can help me?</p>
<p>Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "cairngorm" - JabberTags</title>
		<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/comment-page-1/#comment-3691</link>
		<dc:creator>Recent Links Tagged With "cairngorm" - JabberTags</dc:creator>
		<pubDate>Fri, 26 Dec 2008 08:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=68#comment-3691</guid>
		<description>[...] public links &gt;&gt; cairngorm   Integrating Adobe AIR, Cairngorm/PureMVC, LiveCycle Data Services ... Saved by irregular on Thu 11-12-2008   Cairngorm and Events Saved by KMinnican on Tue 09-12-2008   [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; cairngorm   Integrating Adobe AIR, Cairngorm/PureMVC, LiveCycle Data Services &#8230; Saved by irregular on Thu 11-12-2008   Cairngorm and Events Saved by KMinnican on Tue 09-12-2008   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent URLs tagged Rtmp - Urlrecorder</title>
		<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/comment-page-1/#comment-2679</link>
		<dc:creator>Recent URLs tagged Rtmp - Urlrecorder</dc:creator>
		<pubDate>Mon, 27 Oct 2008 17:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=68#comment-2679</guid>
		<description>[...] Recent public urls tagged &quot;rtmp&quot;  &#8594; Integrating Adobe AIR, Cairngorm/PureMVC, LiveCycle Data Services ... [...]</description>
		<content:encoded><![CDATA[<p>[...] Recent public urls tagged &#8220;rtmp&#8221;  &rarr; Integrating Adobe AIR, Cairngorm/PureMVC, LiveCycle Data Services &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/comment-page-1/#comment-1338</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Sat, 23 Aug 2008 00:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=68#comment-1338</guid>
		<description>Hi Aaron,

For my purposes Django and LCDS are filling the same roll. I&#039;ve found that as my applications grew, the send/receive model of Django with PyAMF/DjangoAMF was inhibiting my users work flow and over complicating my development on the client side. Utilizing the [Managed] value objects with LCDS is really awesome, and has removed a vast amount of boiler plate calls to the service that I was having to write for my models.

This is, of course, primarily because of Hibernate. Django in itself provides nice ORM, but you can&#039;t fully utilize it over the AMF wire, and certainly not the same way you can with the LCDS Hibernate Adapter. The work Adobe has done in this regard is truly fantastic.

I love Python, and the Django project is very nice. LCDS/Hibernate builds a cleaner stack, saves me time, and provides my users with a more responsive service. This is where my efforts are going to be focused for the foreseeable future.</description>
		<content:encoded><![CDATA[<p>Hi Aaron,</p>
<p>For my purposes Django and LCDS are filling the same roll. I&#8217;ve found that as my applications grew, the send/receive model of Django with PyAMF/DjangoAMF was inhibiting my users work flow and over complicating my development on the client side. Utilizing the [Managed] value objects with LCDS is really awesome, and has removed a vast amount of boiler plate calls to the service that I was having to write for my models.</p>
<p>This is, of course, primarily because of Hibernate. Django in itself provides nice ORM, but you can&#8217;t fully utilize it over the AMF wire, and certainly not the same way you can with the LCDS Hibernate Adapter. The work Adobe has done in this regard is truly fantastic.</p>
<p>I love Python, and the Django project is very nice. LCDS/Hibernate builds a cleaner stack, saves me time, and provides my users with a more responsive service. This is where my efforts are going to be focused for the foreseeable future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/comment-page-1/#comment-1336</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 22 Aug 2008 23:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=68#comment-1336</guid>
		<description>Hi Jeol,

Many thanks for the article.  Your old django/pyamf articles also proved useful.  I am currently deciding whether to use django/pyamf or go with lcds for flex remoting.

What are your thoughts on the two? Do you find Java on lcds any productivity any slower than the python counterpart?

Looking forward to hearing your thoughts.

Aaron</description>
		<content:encoded><![CDATA[<p>Hi Jeol,</p>
<p>Many thanks for the article.  Your old django/pyamf articles also proved useful.  I am currently deciding whether to use django/pyamf or go with lcds for flex remoting.</p>
<p>What are your thoughts on the two? Do you find Java on lcds any productivity any slower than the python counterpart?</p>
<p>Looking forward to hearing your thoughts.</p>
<p>Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/comment-page-1/#comment-1331</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Fri, 22 Aug 2008 16:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=68#comment-1331</guid>
		<description>The first error is a logging error that I have yet to figure out (and does not affect the application), the second is regarding the JRE version running under Tomcat.

For the second, make sure JAVA_HOME and the PATH var to your javac.exe is pointing to JRE 1.6. I also point Flex Builder to JRE 1.6 as opposed to the JRE that ships with Flex (and perhaps this is the problem). It is definitely a Java version issue though, and it is hard for me to give you a specific answer because I am fairly new to Java myself.

http://donneit.blogspot.com/2008/08/faultstringno-destination-with-id-is.html

It is one of the errors he had in another application that I am writing using this same process. You can see his solution part of the way down, which was to compile the Java source files as JRE 1.4, but this is a hack and I don&#039;t think he was using the compiler in Flex Builder.</description>
		<content:encoded><![CDATA[<p>The first error is a logging error that I have yet to figure out (and does not affect the application), the second is regarding the JRE version running under Tomcat.</p>
<p>For the second, make sure JAVA_HOME and the PATH var to your javac.exe is pointing to JRE 1.6. I also point Flex Builder to JRE 1.6 as opposed to the JRE that ships with Flex (and perhaps this is the problem). It is definitely a Java version issue though, and it is hard for me to give you a specific answer because I am fairly new to Java myself.</p>
<p><a href="http://donneit.blogspot.com/2008/08/faultstringno-destination-with-id-is.html" rel="nofollow">http://donneit.blogspot.com/2008/08/faultstringno-destination-with-id-is.html</a></p>
<p>It is one of the errors he had in another application that I am writing using this same process. You can see his solution part of the way down, which was to compile the Java source files as JRE 1.4, but this is a hack and I don&#8217;t think he was using the compiler in Flex Builder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://joelhooks.com/2008/08/17/integrating-adobe-air-cairngormpuremvc-livecycle-data-services-lcds-mysql-and-hibernate/comment-page-1/#comment-1329</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 22 Aug 2008 14:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=68#comment-1329</guid>
		<description>Hey Joel.
Great article. I&#039;m an experienced webdeveloper but i&#039;m totally new to java. I really want to dig into it - so your tutorial was very suitable. 
But I always get several Errors during the startup of LCDS-Tomcat:

[1]
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: target\activemq-test.log (Das System kann den angegebenen Pfad nicht finden)

[2]
[LCDS] Error instantiating application scoped instance of type &#039;flex.data.
java.lang.UnsupportedClassVersionError: Bad version number in .class file

Can you help me with that?

Thanx!
Simon</description>
		<content:encoded><![CDATA[<p>Hey Joel.<br />
Great article. I&#8217;m an experienced webdeveloper but i&#8217;m totally new to java. I really want to dig into it &#8211; so your tutorial was very suitable.<br />
But I always get several Errors during the startup of LCDS-Tomcat:</p>
<p>[1]<br />
log4j:ERROR setFile(null,true) call failed.<br />
java.io.FileNotFoundException: target\activemq-test.log (Das System kann den angegebenen Pfad nicht finden)</p>
<p>[2]<br />
[LCDS] Error instantiating application scoped instance of type &#8216;flex.data.<br />
java.lang.UnsupportedClassVersionError: Bad version number in .class file</p>
<p>Can you help me with that?</p>
<p>Thanx!<br />
Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
