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





Reply via email to