You're probably missing fds.swc in your build path. That swc ships in LC
DS but not in BlazeDS.

Best,
Seth 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Body Works Studio
Sent: Tuesday, February 05, 2008 9:12 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Help! Channel definition mx.messaging.RTMPChannel,
can not be found



Hello all,

Ijust downloaded the latest flex3 because I wanted to take my
existingflex2 project and port it as an AIR application. However when I
importmy current project into flex 3 using the flex2.0.1 hotfix3
compiler.When the project was loaded I get the following problem

Channel definition mx.messaging.RTMPChannel, can not be found

I went in to the WEB-INF/flex/services-config.xml and found

        <channel-definition id="my-rtmp"
class="mx.messaging.channels.RTMPChannel">
            <endpoint uri="rtmp://{server.name}:9999"
class="flex.messaging.endpoints.RTMPEndpoint"/>
            <properties>
         &nbs! p;      <idle-timeout-minutes>20</idle-timeout-minutes>
                <client-to-server-maxbps>100K</client-to-server-maxbps>
                <server-to-client-maxbps>100K</server-to-client-maxbps>
                <!-- for deployment on WebSphere, must be mapped to a
WorkManager available in the web application's jndi context.
 
<websphere-workmanager-jndi-name>java:comp/env/wm/MessagingWorkManager</
websphere-workmanager-jndi-name>
              &! nbsp; -->
       &nbs! p;     </properties>
        </channel-definition>

Forthis project we are using BEA Weblogic, and we have been doing
buildsfor over a year now with out issues. Any ideas what is causing
theproblem. We program the app on our PC, build to a C:\\temp\ directory
then copy the swf to the deployment folder of our java repository. We
then commit the swf and updated files, and once commited we do a build
on the server and do testing on a central UI server.

in the project we us  the following server properties

Root URL: https://localhost:7002/flex

Context root: /flex

what do I need to do to get the project running inflex 3?

Thank you your time

Jeff 
<http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=585&;
threadid=1335257&a! nsmessid=4849003&ansuserid=393169&setanswer=y> 

 

Reply via email to