[Flashcoders] Interface IManaged was not found

2006-06-25 Thread silpa s
 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


[Flashcoders] Problem migrating Flex1.5 to Flex2.0

2006-06-21 Thread silpa s
Hi all, 

We have around 13 modules for the project say ABC,
i've to work on one of the module and we are using
Flex2.0. But the re two modules already implemented
their modules in Flex 1.5. But we all share common
web.xml and deploy as a single EAR file. 

Now how about other modules (Flex 1.5)? Will they have
to migrate to flex 2.0? There is lot of work involved
to migrate to Flex2.0 now and they don't have any
plans to do that in future. Can any one guide me for
this problem? Can we mix Flex1.5 and 2.0 under a
single EAR?

Thanks
-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


[Flashcoders] Problem parsing mxml(Flex2.0B3)

2006-06-19 Thread silpa s
Hi all, 

I'm new to Flex. I may have to develop some RIA
application using Flex2.0. I'm using Weblogic as my
application server. When try to locate my
index.mxml(http://localhost:7001/index.mxml), i'm
getting following error.

22 Errors found. 
  
Error /index.mxml:2 
Unknown attribute 'layout' on mx.core.Application 




Error /index.mxml:3 
Don't know how to parse element
http://www.adobe.com/2006/mxml:Style;. It is not a
known type or a property of mx.core.Application.



I've configured name space in my flex-config.xml in
the following way 

namespaces 
namespace
uri=http://www.adobe.com/2006/mxml; 
   
manifest/WEB-INF/flex/mxml-manifest.xml/manifest 
/namespace 
namespace
uri=http://www.macromedia.com/2003/mxml; 
   
manifest/WEB-INF/flex/mxml-manifest.xml/manifest 
/namespace 
/namespaces
I've got Flex 1.5 jars(flex-bootstrap.jar). do i need
to update any jars for flex 2.0? if so where can i get
new jar files. I've installed flex2.0 builder on my
system. I'll be thankful for the help on this. Thanks
in advance.

-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


Re: [Flashcoders] Problem parsing mxml(Flex2.0B3)

2006-06-19 Thread silpa s
Thanks Muzak,

But mxmlc genarates swf  html's to access swf. but i
want server to comple when mxml file requested by the
user using http://host/index.mxml not
http://host/index.html.

Thanks
-Silpa

--- Muzak [EMAIL PROTECTED] wrote:

 try the flexcoders mailing list:
 http://groups.yahoo.com/group/flexcoders/
 
 But it seems like you're trying to mix Flex 1.5 and
 Flex 2.0, which won't work.
 Flex 2.0 is a whole new ballgame.
 
 You need to compile your mxml to swf from Flex
 Builder 2 and put the generated files on your server
 (or compile to server directly 
 if local).
 
 Check the tutorials and docs that comes with Flex
 Builder 2.
 
 regards,
 Muzak
 
 - Original Message - 
 From: silpa s [EMAIL PROTECTED]
 To: flashcoders@chattyfig.figleaf.com
 Sent: Monday, June 19, 2006 12:43 PM
 Subject: [Flashcoders] Problem parsing
 mxml(Flex2.0B3)
 
 
  Hi all,
 
  I'm new to Flex. I may have to develop some RIA
  application using Flex2.0. I'm using Weblogic as
 my
  application server. When try to locate my
  index.mxml(http://localhost:7001/index.mxml), i'm
  getting following error.
 
  22 Errors found.
 
  Error /index.mxml:2
  Unknown attribute 'layout' on mx.core.Application
 
 
 
 
  Error /index.mxml:3
  Don't know how to parse element
  http://www.adobe.com/2006/mxml:Style;. It is not
 a
  known type or a property of mx.core.Application.
 
 
 
  I've configured name space in my flex-config.xml
 in
  the following way
 
 namespaces
 namespace
  uri=http://www.adobe.com/2006/mxml;
 
 
 manifest/WEB-INF/flex/mxml-manifest.xml/manifest
 /namespace
 namespace
  uri=http://www.macromedia.com/2003/mxml;
 
 
 manifest/WEB-INF/flex/mxml-manifest.xml/manifest
 /namespace
 /namespaces
  I've got Flex 1.5 jars(flex-bootstrap.jar). do i
 need
  to update any jars for flex 2.0? if so where can i
 get
  new jar files. I've installed flex2.0 builder on
 my
  system. I'll be thankful for the help on this.
 Thanks
  in advance.
 
  -silpa
 
 
  
 
 
 ___
 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
 


__
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