Hi all,
I try using FluorineFx over Https:
in services-config.xml there's this entry:
<channel-definition id="my-secure-amf" class="mx.messaging.channels.SecureAMFChannel">
<endpoint uri="https://{
server.name}:{server.port}{context.root}/Gateway.aspx"
class="flex.messaging.endpoints.SecureAMFEndpoint"/>
<properties>
<polling-enabled>false</polling-enabled>
<serialization>
<instantiate-types>false</instantiate-types>
</serialization>
</properties>
</channel-definition>
in remoting-config.xml there's this entry:
<default-channels>
<channel ref="my-secure-amf"/>
<channel ref="my-amf"/>
</default-channels>
everything seems work fine but there's an error in FluorineFx Log file:
INFO 2008-05-09 17:10:42,241 781ms FluorineGateway Init - Starting FluorineGateway HttpModule
INFO 2008-05-09 17:10:42,241 781ms FluorineGateway Init - FluorineFx version
1.0.0.8INFO 2008-05-09 17:10:42,257 797ms FluorineGateway Init - Aquire ServiceBrowser renderer
INFO 2008-05-09 17:10:44,586 3125ms FluorineGateway Init - Aquired ServiceBrowser renderer
INFO 2008-05-09 17:10:44,586 3125ms FluorineGateway Init - Creating Message Server
ERROR 2008-05-09 17:10:45,133 3672ms MessageServer Init - Failed to locate the requested type flex.messaging.endpoints.SecureAMFEndpoint
INFO 2008-05-09 17:10:45,164 3704ms MessageServer Start - Starting Message Broker
INFO 2008-05-09 17:10:45,180 3719ms FluorineGateway Init - Message Server started
Any suggestions?
Thanks,
Pietro.
_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com