Hi All, I'm new to flex. i'm trying to do a sample
 application listed at 
 http://java.sys-con.com/read/210991_1.htm
 
 I don't know Why i'm getting following ERROR? 
 
 Interface IManaged was not found. StockQuoteDTO.as
 
 I'm using Eclipse 
 package com.theriabook.jms.dto
 {
        [Managed]
 

[RemoteClass(alias="com.theriabook.jms.dto.StockQuoteDTO")]
        public dynamic class StockQuoteDTO
        {
                public var symbol:String;
                public var last:Number
        }
 }
 
 
 -silpa

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to