Hello,
First of all I apologize for my horrible English.
I'm a beginner on Fluorine and Flex development. I'm testing WebOrb and
FluorineFx for a simple project.
My project is a sample event calendar with realtime event updates. The
event update uses a client invocation using an
FluorineFx.Messaging.Adapter.ApplicationAdapter.
The flex clients connects to my rtmp server and a winform application
send updated info to the AplicationAdapter. I don't know if this is a
good aproach to do this.
Well, when I configure Flexbuilder using fluorine's help I put this
parameters on Project Properties -> Flex Compiler:
I've an apps folder on webserver and inside a "Calendar" folder with
this app.config file:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<application-handler type="EventCalendar.ApplicationAdapter" />
</configuration>
-locale en_US -services "services-config.xml " -context-root
"/Fluorine" where services.config.xml is on root path and Fluorine is
the http path (VS 2008 Express web server)
In this point I get a "Channel definition,
mx.messaging.channels.RTMPChannel, can not be found." error and I'm
unable to continue working...
this is my services-config.xml file:
<?xml version="1.0" encoding="utf-8" ?>
<services-config>
<services>
<service id="remoting-service" class="flex.messaging.services.RemotingService" messageTypes="flex.messaging.messages.RemotingMessage">
<adapters>
<adapter-definition id="dotnet" class="FluorineFx.Remoting.RemotingAdapter" default="true"/>
</adapters>
<destination id="EconomicCalendar">
<adapter ref="dotnet"/>
<channels>
<channel ref="my-rtmp"/>
<!-- <channel ref="my-amf"/> -->
</channels>
<properties>
<source>EconomicCalendar.ApplicationAdapter</source>
<scope>request</scope>
</properties>
</destination>
</service>
</services>
<channels>
<!-- AMF Channel for testing with the Service Browser from VS.NET-->
<!--
<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
<endpoint uri="http://{server.name}:{server.port}/{context.root}/Gateway.aspx" class="flex.messaging.endpoints.AMFEndpoint"/>
</channel-definition>-->
<channel-definition id="my-rtmp" class="mx.messaging.channels.RTMPChannel">
<endpoint uri="rtmp://localhost:1946" class="flex.messaging.endpoints.RTMPEndpoint"/>
</channel-definition>
</channels>
</services-config>
I need some help please.
Thanks
Jose
_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com