Douglass,

What makes you think this problem with namespaces is anything
to do with Cairngorm ? 

Is it quite literally the addition or removal of the demoView to
playView that is cuasing the application to hang ? Can you
define what you mean by hang ?

Steven

> -----Original Message-----
> From: dduuggllaa [mailto:[EMAIL PROTECTED] 
> Sent: 06 March 2005 18:04
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Cairngorm namspace bug
> 
> 
> 
> Is anyone else seeing the following Cairngorm bug:
> 
> Symptom: Changing namespace reference causes my application to hang.
> 
> I started with the Index.mxml file from the Cairngorm samples 
> folder, built an app, made some minor changes, everything was fine. 
> 
> However when I changed xmlns:demoView to xmlns:playView in 
> Index.mxml (similarly in Login.mxml) like so:
> 
> <cairngorm:CairngormApplication 
> xmlns:mx="http://www.macromedia.com/2003/mxml";
> xmlns:cairngorm="com.iterationtwo.cairngorm.application.*"
> xmlns:cairngormBusiness="com.iterationtwo.cairngorm.business.*"
> 
> xmlns:playView="com.visualio.play.view.*"
> 
> xmlns:demoBusiness="com.visualio.play.business.*"
> xmlns:demo="*"
> pageTitle="Visual i|o Toy" marginBottom="5" marginLeft="5"
> marginRight="5" marginTop="5">
> 
> The application haaannnnggggssss ...
> 
> Tomcat logs look fine. I've poured through the Cairngorm code, nuthin.
> 
> Any thoughts?
> 
> Cheers,
> Douglass Turner
> 
> 
> 
> 
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> ---
> 
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.853 / Virus Database: 581 - Release Date: 01/02/2005
> 
> 



Reply via email to