RE: [flexcoders] Cairngorm error

2005-05-25 Thread Mehdi, Agha





Alright!!! You gotta have a second pair of eyes looking 
right at your monitor. I missed it.
 
In my Services.mxml I had this 
Namespace
 
http://macromedia.com/2003/mxml
 
Whereas in flex-config.xml, it was
 
http://www.macromedia.com/2003/mxml
 
that's why it was throwing error
 
Error 
/com/littler/ourpeople/business/Services.mxml:11 


Namespace http://macromedia.com/2003/mxml has not been associated with 
component manifest.

I apologize to everyone who I bothered and especially to 
Steve for making it look like Cairngorm Error!!! 
:(
Thanks 
to all of you who tried to solve this problem on-list and off-list ( Dave 
Buhler )


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, 
AghaSent: Wednesday, May 25, 2005 5:59 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Ok, May be I am just dumb. I reinstalled it, extracted my 
flex.war into jrun4/servers/flex and now it looks like 
c:/jrun4/servers/flex/flex.
 
Flex-config.xml has this for this 
namespace
 
http://www.macromedia.com/2003/mxml">  {context.root}/WEB-INF/flex/mxml-manifest.xml
 
where I defined my context root in jrun4 for this 
server as /flex.
 
the path to mxml-manifest.xml is 
"c:\jrun4\servers\flex\flex\web-inf\flex\mxml-manifest.xml"
 
The file I am trying to run is http://localhost:8303/flex/test/index.mxml
 
All that and I get this:
 
3 Errors found. 
 Error /test/index.mxml:2 
Namespace http://www.macromedia.com/2003/mxml has not been 
associated with component manifest.Error 
/test/index.mxml:2 
No type for element 
"http://www.macromedia.com/2003/mxml:Application"Error /test/index.mxml:2 
Unexpected root element 
"http://www.macromedia.com/2003/mxml:Application" does not extend 
MovieClip


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dave 
buhlerSent: Wednesday, May 25, 2005 4:36 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm 
error
I had to do the same as Jimmy. When I started from a clean install 
(after uninstalling Flex Server) the app worked.
On 5/25/05, Dimitrios 
Gianninas < [EMAIL PROTECTED]> 
wrote: 

  Humm weird... I just did a fresh install of Flex 1.5 under Tomcat 5.1 
  and used the flex-config.xml you posted and it worked!
   
  Perhaps you should start from scratch as I did, just create a "Hello 
  World" app, make sure it works and if it does, then add in your other 
  files.
  You must have some corrupt file somewhere that is causing you that 
  trouble.
   
  Dimitrios "Jimmy" Gianninas
  RIA Developer
  Optimal Payments 
Inc.
   
  
  
  From: Mehdi, Agha [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, May 25, 2005 6:54 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: 
  [flexcoders] Cairngorm error
  
  Here it 
  is
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios 
  GianninasSent: Wednesday, May 25, 2005 3:51 PM 
  To: flexcoders@yahoogroups.comSubject: RE: 
  [flexcoders] Cairngorm error
  
  
  Ahh, that has nothing to do with the Cairngorm manifest... I looked to 
  quickly at the previous error.
   
  Can you attach your flex-config.xml so we can take a look at what might 
  be wrong with it. Seems like the mxml-manifest can't be 
  found.
   
  Dimitrios "Jimmy" Gianninas
  RIA Developer
  Optimal Payments 
Inc.
   
  
  
  From: Mehdi, Agha [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, May 25, 2005 6:49 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: 
  [flexcoders] Cairngorm error
  
  Nope, 
  didn't work
   
  let me 
  paste the entire exception info
   
   
   
  Compilation Results   Errors, warnings or exceptions were found while 
  compiling /internet/ourpeople/index.mxml. Visit 
  the online Flex documentation or API 
  reference for further information.  
  
  5 Errors found.  Error 
  /com/littler/ourpeople/business/Services.mxml:11 
  
  Namespace http://macromedia.com/2003/mxml has not been associated with 
  component manifest.Error 
  /com/littler/ourpeople/business/Services.mxml:11 
  
  Don't know how to parse element "http://macromedia.com/2003/mxml:RemoteObject". It is not a 
  known type or a property of 
  org.nevis.cairngorm.business.ServiceLocator.Error 
  /internet/ourpeople/index.mxml:11 
  Don't know how to parse element 
  "com.littler.ourPeople.business.*:Services". It is not a known type or a 
  property of mx.core.Application.Error 
  /internet/ourpeople/index.mxml:12 
  Don't know how to parse element 
  "com.littler.ourPeople.Control.*:OurPeopleController". It is not a known type 
  or a property of mx.core.Application.Error 
  /internet/ourpeople/index.mxml:19 
  Don't know how to parse element "http://www.macromedia.com/2003/mxml:Canvas". It is not a 
  known type or a property of mx.core.Application. 
  
  
  
  
  Fro

RE: [flexcoders] Cairngorm error

2005-05-25 Thread Mehdi, Agha





Ok, May be I am just dumb. I reinstalled it, extracted my 
flex.war into jrun4/servers/flex and now it looks like 
c:/jrun4/servers/flex/flex.
 
Flex-config.xml has this for this 
namespace
 
http://www.macromedia.com/2003/mxml">  {context.root}/WEB-INF/flex/mxml-manifest.xml
 
where I defined my context root in jrun4 for this 
server as /flex.
 
the path to mxml-manifest.xml is 
"c:\jrun4\servers\flex\flex\web-inf\flex\mxml-manifest.xml"
 
The file I am trying to run is http://localhost:8303/flex/test/index.mxml
 
All that and I get this:
 
3 Errors found. 
 Error /test/index.mxml:2 
Namespace http://www.macromedia.com/2003/mxml has not been 
associated with component manifest.Error 
/test/index.mxml:2 
No type for element 
"http://www.macromedia.com/2003/mxml:Application"Error /test/index.mxml:2 
Unexpected root element 
"http://www.macromedia.com/2003/mxml:Application" does not extend 
MovieClip


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dave 
buhlerSent: Wednesday, May 25, 2005 4:36 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm 
error
I had to do the same as Jimmy. When I started from a clean install 
(after uninstalling Flex Server) the app worked.
On 5/25/05, Dimitrios 
Gianninas < [EMAIL PROTECTED]> 
wrote:

  Humm weird... I just did a fresh install of Flex 1.5 under Tomcat 5.1 
  and used the flex-config.xml you posted and it worked!
   
  Perhaps you should start from scratch as I did, just create a "Hello 
  World" app, make sure it works and if it does, then add in your other 
  files.
  You must have some corrupt file somewhere that is causing you that 
  trouble.
   
  Dimitrios "Jimmy" Gianninas
  RIA Developer
  Optimal Payments 
Inc.
   
  
  
  From: Mehdi, Agha [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, May 25, 2005 6:54 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: 
  [flexcoders] Cairngorm error
  
  Here it 
  is
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios 
  GianninasSent: Wednesday, May 25, 2005 3:51 PM
  To: flexcoders@yahoogroups.comSubject: RE: 
  [flexcoders] Cairngorm error
  
  
  Ahh, that has nothing to do with the Cairngorm manifest... I looked to 
  quickly at the previous error.
   
  Can you attach your flex-config.xml so we can take a look at what might 
  be wrong with it. Seems like the mxml-manifest can't be 
  found.
   
  Dimitrios "Jimmy" Gianninas
  RIA Developer
  Optimal Payments 
Inc.
   
  
  
  From: Mehdi, Agha [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, May 25, 2005 6:49 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: 
  [flexcoders] Cairngorm error
  
  Nope, 
  didn't work
   
  let me 
  paste the entire exception info
   
   
   
  Compilation Results   Errors, warnings or exceptions were found while 
  compiling /internet/ourpeople/index.mxml. Visit 
  the online Flex documentation or API 
  reference for further information.  
  
  5 Errors found.  Error 
  /com/littler/ourpeople/business/Services.mxml:11 
  
  Namespace http://macromedia.com/2003/mxml has not been associated with 
  component manifest.Error 
  /com/littler/ourpeople/business/Services.mxml:11 
  
  Don't know how to parse element "http://macromedia.com/2003/mxml:RemoteObject". It is not a 
  known type or a property of 
  org.nevis.cairngorm.business.ServiceLocator.Error 
  /internet/ourpeople/index.mxml:11 
  Don't know how to parse element 
  "com.littler.ourPeople.business.*:Services". It is not a known type or a 
  property of mx.core.Application.Error 
  /internet/ourpeople/index.mxml:12 
  Don't know how to parse element 
  "com.littler.ourPeople.Control.*:OurPeopleController". It is not a known type 
  or a property of mx.core.Application.Error 
  /internet/ourpeople/index.mxml:19 
  Don't know how to parse element "http://www.macromedia.com/2003/mxml:Canvas". It is not a 
  known type or a property of mx.core.Application. 
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios 
  GianninasSent: Wednesday, May 25, 2005 1:20 PMTo: flexcoders@yahoogroups.comSubject: RE: 
  [flexcoders] Cairngorm error
  
  Ok the cairngorm-manifest.xml file is there, which is 
  good.
   
  I made a mistake in the earlier post (blame copy'n'paste), the entry 
  should look like this (missing double-quotes):
   
    http://www.iterationtwo.com/cairngorm">    
  /WEB-INF/flex/cairngorm-manifest.xml
   
  Can you let us know if that works?
   
  Dimitrios "Jimmy" Gianninas
  RIA Developer
  Optimal Payments 
Inc.
   
  
  
  From: Mehdi, Agha [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, May 25, 2005 1:37 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: 
  [flexcoders] Cairngorm error
  
  here's the 
  flex

Re: [flexcoders] Cairngorm error

2005-05-25 Thread dave buhler



I had to do the same as Jimmy. When I started from a clean install (after uninstalling Flex Server) the app worked.On 5/25/05, Dimitrios Gianninas <
[EMAIL PROTECTED]> wrote:







Humm weird... I just did a 
fresh install of Flex 1.5 under Tomcat 5.1 and used the flex-config.xml you 
posted and it worked!
 
Perhaps you should start from 
scratch as I did, just create a "Hello World" app, make sure it works and if it 
does, then add in your other files.
You must have some corrupt file 
somewhere that is causing you that trouble.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 25, 2005 6:54 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Here it is


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 3:51 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error

Ahh, that has nothing to do 
with the Cairngorm manifest... I looked to quickly at the previous 
error.
 
Can you attach your 
flex-config.xml so we can take a look at what might be wrong with it. Seems like 
the mxml-manifest can't be found.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 25, 2005 6:49 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Nope, didn't work
 
let me paste the entire exception info
 
 
 
Compilation 
Results   Errors, warnings or 
exceptions were found while compiling /internet/ourpeople/index.mxml. Visit 
the online Flex documentation or 
API reference for further information.  

5 Errors found.  Error /com/littler/ourpeople/business/Services.mxml:11 

Namespace http://macromedia.com/2003/mxml has not been 
associated with component manifest.Error 
/com/littler/ourpeople/business/Services.mxml:11 

Don't know how to parse element 
"http://macromedia.com/2003/mxml:RemoteObject". It is not a known type or a 
property of org.nevis.cairngorm.business.ServiceLocator.Error /internet/ourpeople/index.mxml:11 

Don't know how to parse element 
"com.littler.ourPeople.business.*:Services". It is not a known type or a 
property of mx.core.Application.Error /internet/ourpeople/index.mxml:12 

Don't know how to parse element 
"com.littler.ourPeople.Control.*:OurPeopleController". It is not a known type or 
a property of mx.core.Application.Error 
/internet/ourpeople/index.mxml:19 

Don't know how to parse element 
"http://www.macromedia.com/2003/mxml:Canvas". It is not a known type or a 
property of mx.core.Application. 





From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:20 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error

Ok the cairngorm-manifest.xml 
file is there, which is good.
 
I made a mistake in the earlier 
post (blame copy'n'paste), the entry should look like this (missing 
double-quotes):
 
 
http://www.iterationtwo.com/cairngorm">    
/WEB-INF/flex/cairngorm-manifest.xml
 
Can you let us 
know if that works?
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 25, 2005 1:37 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

here's the flex-config file and the content of web-inf/flex 
folder:
 
/web-inf/flex/
    frameworks
    frameworks-debug
    generated
    jars
    logs
    system_classes
    user_classes
    cache.dep
    cairngorm-manifest.xml
    flash-unicode-table.xml
    flex-config.xml
    gateway-config.xml
    global.css
    license.properties
    mxml-manifest.xml
 
hope that helps figuring out the 
problem
 
Thanks


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:08 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error


Hi,
 
You must add the appropriate 
entry for the cairngorm-manifest.xml in the flex-config.xml (portion in red 
below):
 
 
http://www.macromedia.com/2003/mxml">    
/WEB-INF/flex/mxml-manifest.xml
 http://www.iterationtwo.com/cairngorm
>    
/WEB-INF/flex/cairngorm-manifest.xml
 
This explains the 
error message. If it still doesn't work, please 
post you flex-config so we can take a look and please let us know what are the 
contents of the {server}\WEB-INF\flex 
folder.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 24, 2005 10:50 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cai

RE: [flexcoders] Cairngorm error

2005-05-25 Thread Dimitrios Gianninas





Humm weird... I just did a 
fresh install of Flex 1.5 under Tomcat 5.1 and used the flex-config.xml you 
posted and it worked!
 
Perhaps you should start from 
scratch as I did, just create a "Hello World" app, make sure it works and if it 
does, then add in your other files.
You must have some corrupt file 
somewhere that is causing you that trouble.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 25, 2005 6:54 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Here it is


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 3:51 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error

Ahh, that has nothing to do 
with the Cairngorm manifest... I looked to quickly at the previous 
error.
 
Can you attach your 
flex-config.xml so we can take a look at what might be wrong with it. Seems like 
the mxml-manifest can't be found.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 25, 2005 6:49 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Nope, didn't work
 
let me paste the entire exception info
 
 
 
Compilation 
Results   Errors, warnings or 
exceptions were found while compiling /internet/ourpeople/index.mxml. Visit 
the online Flex documentation or API reference for further information.  

5 Errors found.  Error /com/littler/ourpeople/business/Services.mxml:11 

Namespace http://macromedia.com/2003/mxml has not been 
associated with component manifest.Error 
/com/littler/ourpeople/business/Services.mxml:11 

Don't know how to parse element 
"http://macromedia.com/2003/mxml:RemoteObject". It is not a known type or a 
property of org.nevis.cairngorm.business.ServiceLocator.Error /internet/ourpeople/index.mxml:11 

Don't know how to parse element 
"com.littler.ourPeople.business.*:Services". It is not a known type or a 
property of mx.core.Application.Error /internet/ourpeople/index.mxml:12 

Don't know how to parse element 
"com.littler.ourPeople.Control.*:OurPeopleController". It is not a known type or 
a property of mx.core.Application.Error 
/internet/ourpeople/index.mxml:19 

Don't know how to parse element 
"http://www.macromedia.com/2003/mxml:Canvas". It is not a known type or a 
property of mx.core.Application. 




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:20 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error

Ok the cairngorm-manifest.xml 
file is there, which is good.
 
I made a mistake in the earlier 
post (blame copy'n'paste), the entry should look like this (missing 
double-quotes):
 
 http://www.iterationtwo.com/cairngorm">    
/WEB-INF/flex/cairngorm-manifest.xml
 
Can you let us 
know if that works?
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 25, 2005 1:37 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

here's the flex-config file and the content of web-inf/flex 
folder:
 
/web-inf/flex/
    frameworks
    frameworks-debug
    generated
    jars
    logs
    system_classes
    user_classes
    cache.dep
    cairngorm-manifest.xml
    flash-unicode-table.xml
    flex-config.xml
    gateway-config.xml
    global.css
    license.properties
    mxml-manifest.xml
 
hope that helps figuring out the 
problem
 
Thanks


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:08 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error


Hi,
 
You must add the appropriate 
entry for the cairngorm-manifest.xml in the flex-config.xml (portion in red 
below):
 
 http://www.macromedia.com/2003/mxml">    
/WEB-INF/flex/mxml-manifest.xml
 http://www.iterationtwo.com/cairngorm>    
/WEB-INF/flex/cairngorm-manifest.xml
 
This explains the 
error message. If it still doesn't work, please 
post you flex-config so we can take a look and please let us know what are the 
contents of the {server}\WEB-INF\flex 
folder.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 24, 2005 10:50 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Did that just now. Same error. I restarted flex services 
but didn't work.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dave 
buhlerSent: Tuesday, May 24, 2005 7:43 PM

RE: [flexcoders] Cairngorm error

2005-05-25 Thread Mehdi, Agha





Here it is


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 3:51 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error

Ahh, that has nothing to do 
with the Cairngorm manifest... I looked to quickly at the previous 
error.
 
Can you attach your 
flex-config.xml so we can take a look at what might be wrong with it. Seems like 
the mxml-manifest can't be found.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 25, 2005 6:49 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Nope, didn't work
 
let me paste the entire exception info
 
 
 
Compilation 
Results   Errors, warnings or 
exceptions were found while compiling /internet/ourpeople/index.mxml. Visit 
the online Flex documentation or API reference for further information.  

5 Errors found.  Error /com/littler/ourpeople/business/Services.mxml:11 

Namespace http://macromedia.com/2003/mxml has not been 
associated with component manifest.Error 
/com/littler/ourpeople/business/Services.mxml:11 

Don't know how to parse element 
"http://macromedia.com/2003/mxml:RemoteObject". It is not a known type or a 
property of org.nevis.cairngorm.business.ServiceLocator.Error /internet/ourpeople/index.mxml:11 

Don't know how to parse element 
"com.littler.ourPeople.business.*:Services". It is not a known type or a 
property of mx.core.Application.Error /internet/ourpeople/index.mxml:12 

Don't know how to parse element 
"com.littler.ourPeople.Control.*:OurPeopleController". It is not a known type or 
a property of mx.core.Application.Error 
/internet/ourpeople/index.mxml:19 

Don't know how to parse element 
"http://www.macromedia.com/2003/mxml:Canvas". It is not a known type or a 
property of mx.core.Application. 




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:20 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error

Ok the cairngorm-manifest.xml 
file is there, which is good.
 
I made a mistake in the earlier 
post (blame copy'n'paste), the entry should look like this (missing 
double-quotes):
 
 http://www.iterationtwo.com/cairngorm">    
/WEB-INF/flex/cairngorm-manifest.xml
 
Can you let us 
know if that works?
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 25, 2005 1:37 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

here's the flex-config file and the content of web-inf/flex 
folder:
 
/web-inf/flex/
    frameworks
    frameworks-debug
    generated
    jars
    logs
    system_classes
    user_classes
    cache.dep
    cairngorm-manifest.xml
    flash-unicode-table.xml
    flex-config.xml
    gateway-config.xml
    global.css
    license.properties
    mxml-manifest.xml
 
hope that helps figuring out the 
problem
 
Thanks


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:08 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error


Hi,
 
You must add the appropriate 
entry for the cairngorm-manifest.xml in the flex-config.xml (portion in red 
below):
 
 http://www.macromedia.com/2003/mxml">    
/WEB-INF/flex/mxml-manifest.xml
 http://www.iterationtwo.com/cairngorm>    
/WEB-INF/flex/cairngorm-manifest.xml
 
This explains the 
error message. If it still doesn't work, please 
post you flex-config so we can take a look and please let us know what are the 
contents of the {server}\WEB-INF\flex 
folder.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 24, 2005 10:50 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Did that just now. Same error. I restarted flex services 
but didn't work.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dave 
buhlerSent: Tuesday, May 24, 2005 7:43 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm 
error
Hi Agha,Copy the Flex-Config file from the source files that 
came with either the Login sample or Store sample that came with the cairngorm 
download.Copy it over your existing Flex-Config 
fileBest,Dave
On 5/24/05, Mehdi, 
Agha <[EMAIL PROTECTED]> 
wrote: 

  Hi guys,
   
  I just started with Cairngorm 
  0.99 and am running into the following error. Did everything by the book. Any 
  help will earn my thanks. :)
   
  Error 
  /com/littler/ourpeople/business/Services.mxml:11 

  Namespace http://macromedia.com/2003/mxml has 

RE: [flexcoders] Cairngorm error

2005-05-25 Thread Dimitrios Gianninas





Ahh, that has nothing to do 
with the Cairngorm manifest... I looked to quickly at the previous 
error.
 
Can you attach your flex-config.xml so we can take a look at what might be wrong with it. Seems like 
the mxml-manifest can't be found.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 25, 2005 6:49 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm error

Nope, didn't work
 
let me paste the entire exception info
 
 
 
Compilation 
Results   Errors, warnings or 
exceptions were found while compiling /internet/ourpeople/index.mxml. Visit 
the online Flex documentation or API reference for further information.  

5 Errors found.  Error /com/littler/ourpeople/business/Services.mxml:11 

Namespace http://macromedia.com/2003/mxml has not been associated with component manifest.Error 
/com/littler/ourpeople/business/Services.mxml:11 

Don't know how to parse element 
"http://macromedia.com/2003/mxml:RemoteObject". It is not a known type or a property of org.nevis.cairngorm.business.ServiceLocator.Error /internet/ourpeople/index.mxml:11 

Don't know how to parse element 
"com.littler.ourPeople.business.*:Services". It is not a known type or a 
property of mx.core.Application.Error /internet/ourpeople/index.mxml:12 

Don't know how to parse element 
"com.littler.ourPeople.Control.*:OurPeopleController". It is not a known type or 
a property of mx.core.Application.Error 
/internet/ourpeople/index.mxml:19 

Don't know how to parse element 
"http://www.macromedia.com/2003/mxml:Canvas". It is not a known type or a property of mx.core.Application. 




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:20 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error

Ok the cairngorm-manifest.xml 
file is there, which is good.
 
I made a mistake in the earlier 
post (blame copy'n'paste), the entry should look like this (missing 
double-quotes):
 
 http://www.iterationtwo.com/cairngorm">    
/WEB-INF/flex/cairngorm-manifest.xml
 
Can you let us 
know if that works?
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 25, 2005 1:37 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm error

here's the flex-config file and the content of web-inf/flex 
folder:
 
/web-inf/flex/
    frameworks
    frameworks-debug
    generated
    jars
    logs
    system_classes
    user_classes
    cache.dep
    cairngorm-manifest.xml
    flash-unicode-table.xml
    flex-config.xml
    gateway-config.xml
    global.css
    license.properties
    mxml-manifest.xml
 
hope that helps figuring out the 
problem
 
Thanks


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:08 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error


Hi,
 
You must add the appropriate 
entry for the cairngorm-manifest.xml in the flex-config.xml (portion in red below):
 
 http://www.macromedia.com/2003/mxml">    
/WEB-INF/flex/mxml-manifest.xml
 http://www.iterationtwo.com/cairngorm>    
/WEB-INF/flex/cairngorm-manifest.xml
 
This explains the 
error message. If it still doesn't work, please 
post you flex-config so we can take a look and please let us know what are the 
contents of the {server}\WEB-INF\flex 
folder.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 24, 2005 10:50 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm error

Did that just now. Same error. I restarted flex services 
but didn't work.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dave 
buhlerSent: Tuesday, May 24, 2005 7:43 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm 
error
Hi Agha,Copy the Flex-Config file from the source files that 
came with either the Login sample or Store sample that came with the cairngorm 
download.Copy it over your existing Flex-Config 
fileBest,Dave
On 5/24/05, Mehdi, 
Agha <[EMAIL PROTECTED]> 
wrote: 

  Hi guys,
   
  I just started with Cairngorm 
  0.99 and am running into the following error. Did everything by the book. Any 
  help will earn my thanks. :)
   
  Error 
  /com/littler/ourpeople/business/Services.mxml:11 

  Namespace http://macromedia.com/2003/mxml has not been associated with 
  component manifest.
   
  - Agha 
  Mehdi web developer Littler Mendelson 
  P.C. work:   415-288-6362   cell: 415-987-7104 - 
   
  
  Yahoo! Groups L

RE: [flexcoders] Cairngorm error

2005-05-25 Thread Mehdi, Agha





Nope, didn't work
 
let me paste the entire exception info
 
 
 
Compilation 
Results   Errors, warnings or 
exceptions were found while compiling /internet/ourpeople/index.mxml. Visit 
the online Flex documentation or API reference for further information.  

5 Errors found.  Error /com/littler/ourpeople/business/Services.mxml:11 

Namespace http://macromedia.com/2003/mxml has not been 
associated with component manifest.Error 
/com/littler/ourpeople/business/Services.mxml:11 

Don't know how to parse element 
"http://macromedia.com/2003/mxml:RemoteObject". It is not a known type or a 
property of org.nevis.cairngorm.business.ServiceLocator.Error /internet/ourpeople/index.mxml:11 

Don't know how to parse element 
"com.littler.ourPeople.business.*:Services". It is not a known type or a 
property of mx.core.Application.Error /internet/ourpeople/index.mxml:12 

Don't know how to parse element 
"com.littler.ourPeople.Control.*:OurPeopleController". It is not a known type or 
a property of mx.core.Application.Error 
/internet/ourpeople/index.mxml:19 

Don't know how to parse element 
"http://www.macromedia.com/2003/mxml:Canvas". It is not a known type or a 
property of mx.core.Application. 




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:20 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error

Ok the cairngorm-manifest.xml 
file is there, which is good.
 
I made a mistake in the earlier 
post (blame copy'n'paste), the entry should look like this (missing 
double-quotes):
 
 http://www.iterationtwo.com/cairngorm">    
/WEB-INF/flex/cairngorm-manifest.xml
 
Can you let us 
know if that works?
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 25, 2005 1:37 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

here's the flex-config file and the content of web-inf/flex 
folder:
 
/web-inf/flex/
    frameworks
    frameworks-debug
    generated
    jars
    logs
    system_classes
    user_classes
    cache.dep
    cairngorm-manifest.xml
    flash-unicode-table.xml
    flex-config.xml
    gateway-config.xml
    global.css
    license.properties
    mxml-manifest.xml
 
hope that helps figuring out the 
problem
 
Thanks


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:08 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error


Hi,
 
You must add the appropriate 
entry for the cairngorm-manifest.xml in the flex-config.xml (portion in red 
below):
 
 http://www.macromedia.com/2003/mxml">    
/WEB-INF/flex/mxml-manifest.xml
 http://www.iterationtwo.com/cairngorm>    
/WEB-INF/flex/cairngorm-manifest.xml
 
This explains the 
error message. If it still doesn't work, please 
post you flex-config so we can take a look and please let us know what are the 
contents of the {server}\WEB-INF\flex 
folder.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 24, 2005 10:50 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Did that just now. Same error. I restarted flex services 
but didn't work.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dave 
buhlerSent: Tuesday, May 24, 2005 7:43 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm 
error
Hi Agha,Copy the Flex-Config file from the source files that 
came with either the Login sample or Store sample that came with the cairngorm 
download.Copy it over your existing Flex-Config 
fileBest,Dave
On 5/24/05, Mehdi, 
Agha <[EMAIL PROTECTED]> 
wrote: 

  Hi guys,
   
  I just started with Cairngorm 
  0.99 and am running into the following error. Did everything by the book. Any 
  help will earn my thanks. :)
   
  Error 
  /com/littler/ourpeople/business/Services.mxml:11 

  Namespace http://macromedia.com/2003/mxml has not been associated with 
  component manifest.
   
  - Agha 
  Mehdi web developer Littler Mendelson 
  P.C. work:   415-288-6362 
  cell: 415-987-7104 - 
   
  
  Yahoo! Groups Links
  
To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/  
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]   
Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  This email may contain confidential and privileged material for the 
  sole use of the intended recipient(s). Any review, use, distribution or 
  disclosure by others is strictly prohibited. If you are not the intended 
  recipie

RE: [flexcoders] Cairngorm error

2005-05-25 Thread Dimitrios Gianninas





Ok the cairngorm-manifest.xml 
file is there, which is good.
 
I made a mistake in the earlier 
post (blame copy'n'paste), the entry should look like this (missing 
double-quotes):
 
 http://www.iterationtwo.com/cairngorm">    
/WEB-INF/flex/cairngorm-manifest.xml
 
Can you let us 
know if that works?
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 25, 2005 1:37 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

here's the flex-config file and the content of web-inf/flex 
folder:
 
/web-inf/flex/
    frameworks
    frameworks-debug
    generated
    jars
    logs
    system_classes
    user_classes
    cache.dep
    cairngorm-manifest.xml
    flash-unicode-table.xml
    flex-config.xml
    gateway-config.xml
    global.css
    license.properties
    mxml-manifest.xml
 
hope that helps figuring out the 
problem
 
Thanks


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:08 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error


Hi,
 
You must add the appropriate 
entry for the cairngorm-manifest.xml in the flex-config.xml (portion in red 
below):
 
 http://www.macromedia.com/2003/mxml">    
/WEB-INF/flex/mxml-manifest.xml
 http://www.iterationtwo.com/cairngorm>    
/WEB-INF/flex/cairngorm-manifest.xml
 
This explains the 
error message. If it still doesn't work, please 
post you flex-config so we can take a look and please let us know what are the 
contents of the {server}\WEB-INF\flex 
folder.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 24, 2005 10:50 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Did that just now. Same error. I restarted flex services 
but didn't work.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dave 
buhlerSent: Tuesday, May 24, 2005 7:43 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm 
error
Hi Agha,Copy the Flex-Config file from the source files that 
came with either the Login sample or Store sample that came with the cairngorm 
download.Copy it over your existing Flex-Config 
fileBest,Dave
On 5/24/05, Mehdi, 
Agha <[EMAIL PROTECTED]> 
wrote: 

  Hi guys,
   
  I just started with Cairngorm 
  0.99 and am running into the following error. Did everything by the book. Any 
  help will earn my thanks. :)
   
  Error 
  /com/littler/ourpeople/business/Services.mxml:11 

  Namespace http://macromedia.com/2003/mxml has not been associated with 
  component manifest.
   
  - Agha 
  Mehdi web developer Littler Mendelson 
  P.C. work:   415-288-6362 
  cell: 415-987-7104 - 
   
  
  Yahoo! Groups Links
  
To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/  
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]   
Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  This email may contain confidential and privileged material for the 
  sole use of the intended recipient(s). Any review, use, distribution or 
  disclosure by others is strictly prohibited. If you are not the intended 
  recipient (or authorized to receive for the recipient), please contact the 
  sender by reply email and delete all copies of this message.To reply 
  to our email administrator directly, send an email to[EMAIL PROTECTED]Littler Mendelson, P.C.http://www.littler.com
This email may contain confidential and privileged material for the 
sole use of the intended recipient(s). Any review, use, distribution or 
disclosure by others is strictly prohibited. If you are not the intended 
recipient (or authorized to receive for the recipient), please contact the 
sender by reply email and delete all copies of this message.To reply to 
our email administrator directly, send an email 
to[EMAIL PROTECTED]Littler Mendelson, 
P.C.http://www.littler.com
This email may contain confidential and privileged material for the 
sole use of the intended recipient(s). Any review, use, distribution or 
disclosure by others is strictly prohibited. If you are not the intended 
recipient (or authorized to receive for the recipient), please contact the 
sender by reply email and delete all copies of this message.To reply to 
our email administrator directly, send an email 
to[EMAIL PROTECTED]Littler Mendelson, 
P.C.http://www.littler.com







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Cairngorm error

2005-05-25 Thread Mehdi, Agha





here's the flex-config file and the content of web-inf/flex 
folder:
 
/web-inf/flex/
    frameworks
    frameworks-debug
    generated
    jars
    logs
    system_classes
    user_classes
    cache.dep
    cairngorm-manifest.xml
    flash-unicode-table.xml
    flex-config.xml
    gateway-config.xml
    global.css
    license.properties
    mxml-manifest.xml
 
hope that helps figuring out the 
problem
 
Thanks


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, May 25, 2005 1:08 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm 
error


Hi,
 
You must add the appropriate 
entry for the cairngorm-manifest.xml in the flex-config.xml (portion in red 
below):
 
 http://www.macromedia.com/2003/mxml">    
/WEB-INF/flex/mxml-manifest.xml
 http://www.iterationtwo.com/cairngorm>    
/WEB-INF/flex/cairngorm-manifest.xml
 
This explains the 
error message. If it still doesn't work, please 
post you flex-config so we can take a look and please let us know what are the 
contents of the {server}\WEB-INF\flex 
folder.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 24, 2005 10:50 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Did that just now. Same error. I restarted flex services 
but didn't work.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dave 
buhlerSent: Tuesday, May 24, 2005 7:43 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm 
error
Hi Agha,Copy the Flex-Config file from the source files that 
came with either the Login sample or Store sample that came with the cairngorm 
download.Copy it over your existing Flex-Config 
fileBest,Dave
On 5/24/05, Mehdi, 
Agha <[EMAIL PROTECTED]> 
wrote: 

  Hi guys,
   
  I just started with Cairngorm 
  0.99 and am running into the following error. Did everything by the book. Any 
  help will earn my thanks. :)
   
  Error 
  /com/littler/ourpeople/business/Services.mxml:11 

  Namespace http://macromedia.com/2003/mxml has not been associated with 
  component manifest.
   
  - Agha 
  Mehdi web developer Littler Mendelson 
  P.C. work:   415-288-6362 
  cell: 415-987-7104 - 
   
  
  Yahoo! Groups Links
  
To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/  
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]   
Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  This email may contain confidential and privileged material for the 
  sole use of the intended recipient(s). Any review, use, distribution or 
  disclosure by others is strictly prohibited. If you are not the intended 
  recipient (or authorized to receive for the recipient), please contact the 
  sender by reply email and delete all copies of this message.To reply 
  to our email administrator directly, send an email to[EMAIL PROTECTED]Littler Mendelson, P.C.http://www.littler.com
This email may contain confidential and privileged material for the 
sole use of the intended recipient(s). Any review, use, distribution or 
disclosure by others is strictly prohibited. If you are not the intended 
recipient (or authorized to receive for the recipient), please contact the 
sender by reply email and delete all copies of this message.To reply to 
our email administrator directly, send an email 
to[EMAIL PROTECTED]Littler Mendelson, 
P.C.http://www.littler.com







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message.

To reply to our email administrator directly, send an email to
[EMAIL PROTECTED]

Littler Mendelson, P.C.
http://www.littler.com




flex-config.xml
Description: Binary data


RE: [flexcoders] Cairngorm error

2005-05-25 Thread Dimitrios Gianninas






Hi,
 
You must add the appropriate 
entry for the cairngorm-manifest.xml in the flex-config.xml (portion in red 
below):
 
 http://www.macromedia.com/2003/mxml">    
/WEB-INF/flex/mxml-manifest.xml
 http://www.iterationtwo.com/cairngorm>    
/WEB-INF/flex/cairngorm-manifest.xml
 
This explains the 
error message. If it still doesn't work, please 
post you flex-config so we can take a look and please let us know what are the 
contents of the {server}\WEB-INF\flex 
folder.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 24, 2005 10:50 PMTo: 
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Cairngorm 
error

Did that just now. Same error. I restarted flex services 
but didn't work.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dave 
buhlerSent: Tuesday, May 24, 2005 7:43 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm 
error
Hi Agha,Copy the Flex-Config file from the source files that 
came with either the Login sample or Store sample that came with the cairngorm 
download.Copy it over your existing Flex-Config 
fileBest,Dave
On 5/24/05, Mehdi, 
Agha <[EMAIL PROTECTED]> 
wrote: 

  Hi guys,
   
  I just started with Cairngorm 
  0.99 and am running into the following error. Did everything by the book. Any 
  help will earn my thanks. :)
   
  Error 
  /com/littler/ourpeople/business/Services.mxml:11 

  Namespace http://macromedia.com/2003/mxml has not been associated with 
  component manifest.
   
  - Agha 
  Mehdi web developer Littler Mendelson 
  P.C. work:   415-288-6362 
  cell: 415-987-7104 - 
   
  
  Yahoo! Groups Links
  
To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/  
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]   
Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  This email may contain confidential and privileged material for the 
  sole use of the intended recipient(s). Any review, use, distribution or 
  disclosure by others is strictly prohibited. If you are not the intended 
  recipient (or authorized to receive for the recipient), please contact the 
  sender by reply email and delete all copies of this message.To reply 
  to our email administrator directly, send an email to[EMAIL PROTECTED]Littler Mendelson, P.C.http://www.littler.com
This email may contain confidential and privileged material for the 
sole use of the intended recipient(s). Any review, use, distribution or 
disclosure by others is strictly prohibited. If you are not the intended 
recipient (or authorized to receive for the recipient), please contact the 
sender by reply email and delete all copies of this message.To reply to 
our email administrator directly, send an email 
to[EMAIL PROTECTED]Littler Mendelson, 
P.C.http://www.littler.com







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Cairngorm error

2005-05-24 Thread Mehdi, Agha





Did that just now. Same error. I restarted flex services 
but didn't work.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dave 
buhlerSent: Tuesday, May 24, 2005 7:43 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm 
error
Hi Agha,Copy the Flex-Config file from the source files that 
came with either the Login sample or Store sample that came with the cairngorm 
download.Copy it over your existing Flex-Config 
fileBest,Dave
On 5/24/05, Mehdi, 
Agha <[EMAIL PROTECTED]> 
wrote:

  Hi guys,
   
  I just started with Cairngorm 
  0.99 and am running into the following error. Did everything by the book. Any 
  help will earn my thanks. :)
   
  Error 
  /com/littler/ourpeople/business/Services.mxml:11 

  Namespace http://macromedia.com/2003/mxml has not been associated with 
  component manifest.
   
  - Agha 
  Mehdi web developer Littler Mendelson 
  P.C. work:   415-288-6362 
  cell: 415-987-7104 - 
   
  
  Yahoo! Groups Links
  
To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/  
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]   
Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  This email may contain confidential and privileged material for the 
  sole use of the intended recipient(s). Any review, use, distribution or 
  disclosure by others is strictly prohibited. If you are not the intended 
  recipient (or authorized to receive for the recipient), please contact the 
  sender by reply email and delete all copies of this message.To reply 
  to our email administrator directly, send an email to[EMAIL PROTECTED]Littler Mendelson, P.C.http://www.littler.com







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message.

To reply to our email administrator directly, send an email to
[EMAIL PROTECTED]

Littler Mendelson, P.C.
http://www.littler.com




Re: [flexcoders] Cairngorm error

2005-05-24 Thread dave buhler



Hi Agha,

Copy the Flex-Config file from the source files that came with either
the Login sample or Store sample that came with the cairngorm
download.Copy it over your existing Flex-Config file

Best,
DaveOn 5/24/05, Mehdi, Agha <[EMAIL PROTECTED]> wrote:









Hi 
guys,
 
I just 
started with Cairngorm 0.99 and am running into the following error. Did 
everything by the book. Any help will earn my thanks. :)
 
Error /com/littler/ourpeople/business/Services.mxml:11 

Namespace http://macromedia.com/2003/mxml has not been 
associated with component manifest.
 
- Agha 
Mehdi web developer Littler Mendelson 
P.C. work:   415-288-6362 cell: 415-987-7104
 - 
 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










This email may contain confidential and privileged material for the
sole use of the intended recipient(s). Any review, use, distribution or
disclosure by others is strictly prohibited. If you are not the
intended recipient (or authorized to receive for the recipient), please
contact the sender by reply email and delete all copies of this message.

To reply to our email administrator directly, send an email to
[EMAIL PROTECTED]

Littler Mendelson, P.C.
http://www.littler.com












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] Cairngorm error

2005-05-24 Thread Mehdi, Agha





Hi 
guys,
 
I just 
started with Cairngorm 0.99 and am running into the following error. Did 
everything by the book. Any help will earn my thanks. :)
 
Error /com/littler/ourpeople/business/Services.mxml:11 

Namespace http://macromedia.com/2003/mxml has not been 
associated with component manifest.
 
- Agha 
Mehdi web developer Littler Mendelson 
P.C. work:   415-288-6362 cell: 415-987-7104 - 
 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message.

To reply to our email administrator directly, send an email to
[EMAIL PROTECTED]

Littler Mendelson, P.C.
http://www.littler.com




[flexcoders] Cairngorm error

2005-03-18 Thread jacksodj


I have installed the sample from cairngorm 0.9
I am running flex on the stand alone jrun server. I am getting the 
mxml to compile, however on the call on the login button I am 
getting user not found on the mxml form. and in the window for the 
flex server I get the following messages.

03/18 19:53:20 user jrun.servlet.ServletInvoker: initError: Service 
com.iterationtwo.demo.business.CustomerDelegate not found.

03/18 19:53:20 info login

any suggestions? any help would be appreciated. thanks.

--Dennis





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/