I am struggling getting cairngorm running inside of my application environment
of Tomcat/JBoss. I have modified the flex-config.xml file to have the manifest
associated with the uri but it doesn't seem to be taking. Several times I have
made sure that I was editing the correct file and I seem to be. I have tried
moving the logging level to debug to see if I could find out what namespaces
were being created and/or which files were being executed but I didn't get
anymore information.

Are there any command line options, file options, or debugging tricks within
the application server and Flex stack to be able to figure out what is getting
loaded and used to process my mxml files? I have a feeling that the Flex
server is picking up a configuration from someplace else from where I think it
should.

I have posted what I have for namespaces in flex-config.xml I have also made
sure that cairngorm-manifest.xml is in the location I am pointing to.

Thanks,
-Kent


<namespaces>
<namespace uri="http://www.macromedia.com/2003/mxml">
<manifest>/WEB-INF/flex/mxml-manifest.xml</manifest>
</namespace>
<namespace uri="http://www.iterationtwo.com/cairngorm">
<manifest>/WEB-INF/flex/cairngorm-manifest.xml</manifest>
</namespace>
</namespaces>