I've downloaded and installed the flex store sample. I unpacked the zip
file into a c:\jrun\servers\cfusion\cfusion-ear\cfusion-war\flexstore
directory. I then set up a project in my flex builder (stand alone) IDE
and complied the application.

This created the \bin\ directory under the above directory. Then when I
run [url]http://localhost:8300/flexStore/bin/flexstore.html[/url], I get the
following error. It looks like it is not seeing the catalog.xml file in
the data folder. The file is there, but the application shows no phones
when I look at the Products tab. What have I messed up this time?

TypeError: Error #1034: Type Coercion failed: cannot convert []@5abc7c1
to mx.collections.ArrayCollection.
at flexstore/::productServiceResultHandler()
at flexstore/__productService_result()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at ::DirectHTTPMessageResponder/completeHandler()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::onComplete()

--------------
Ian Skinner