I think the quotes needed to be added.

From:

 <namespace uri=http://www.iterationtwo.com/cairngorm >
                <manifest>/WEB-INF/flex/cairngorm-manifest.xml</manifest>
</namespace>

be:

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



On 5/17/05, Dimitrios Gianninas <[EMAIL PROTECTED]> wrote:
Hi,
 
You must add the appropriate entry for the cairngorm-manifest.xml in the flex-config.xml (portion in red below):
 
 <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>
 
This probably explains the error meesage.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Sean McKibben [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 17, 2005 6:25 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Cairngorm 0.99

I'm having some trouble getting my Services.mxml to work with .99.

I keep getting errors like:
Error /com/cadpo/shared/business/Services.mxml:4
Namespace http://www.iterationtwo.com/cairngorm has not been associated with component manifest.


Error /com/cadpo/shared/business/Services.mxml:4


Error /com/cadpo/shared/business/Services.mxml:4
Unexpected root element " http://www.iterationtwo.com/cairngorm:ServiceLocator" does not extend MovieClip

I put the cairngorm-manifest.xml into the WEB-INF/flex directory, but it still doesn't want to eat it.
Here is the first part of my Services.mxml:
<?xml version="1.0" encoding="utf-8"?>
<cairngorm:ServiceLocator xmlns:mx="http://www.macromedia.com/2003/mxml"
  <mx:WebService id="myWS"
...

Is the xmlns:cairngorm="http://www.iterationtwo.com/cairngorm" attribute correct? I copied it out of one of the sample apps included in .99.

Any ideas?

Thanks,
Sean McKibben


Yahoo! Groups Links



Yahoo! Groups Links

Reply via email to