|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
FluorineFX - Https
by Pietro-10
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message 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.8 INFO 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 |
|
|
Re: FluorineFX - Https
by Lance Linder
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message I don't believe Fluorine contains a "flex.messaging.endpoints.SecureAMFEndpoint"
class. If you leave the settings as you have them but change " flex.messaging.endpoints.SecureAMFEndpoint"
to " flex.messaging.endpoints.AMFEndpoint" it should work. Lance From:
fluorine-bounces@...
[mailto:fluorine-bounces@...] On Behalf Of Pietro
Piccoli Hi all, _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
Re: FluorineFX - Https
by Pietro-10
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Despite the error in the FluorineFX Log File the application seems work as I expect.
I'll try your suggest. Thanks, Pietro. On Fri, May 9, 2008 at 6:04 PM, Lance Linder <llinder@...> wrote:
_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
| Free Forum Powered by Nabble | Forum Help |