> If I put the example code from > http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/lcds/lcconfig_3.html > into my services-config.xml: > <channel-definition id="my-amf-stream" > class="mx.messaging.channels.StreamingAMFChannel"> > <endpoint url="http://servername:2080/myapp/messagebroker/streamingamf" > class="flex.messaging.endpoints.StreamingAMFEndpoint"/> > </channel-definition>--> > > <channel-definition id="my-secure-amf-stream" > class="mx.messaging.channels.SecureStreamingAMFChannel"> > <endpoint > url="http://servername:2080/myapp/messagebroker/securestreamingamf" > class="flex.messaging.endpoints.SecureStreamingAMFEndpoint"/> > </channel-definition> > > I get errors logged at start up: > 09/12 14:21:02 user MessageBrokerServlet: init > [Flex] Starting Adobe LiveCycle Data Services 2 Express > [Flex] Adobe Flex Data Services Build: 184817 > ..... > [Flex] Endpoint cf-polling-amf created with security: None > at URL: http://{server.name}:{server.port} > {context.root}/flex2gateway/cfamfpolling > javax.servlet.UnavailableException: Cannot create class of type > 'flex.messaging.endpoints.SecureStreamingAMFEndpoint'. > .... > > 09/12 14:21:04 user MessageBrokerServlet: **** MessageBrokerServlet > failed to initialize due to runtime exception: > flex.messaging.MessageException: Cannot create class of type > 'flex.messaging.endpoints.SecureStreamingAMFEndpoint'. Type > 'flex.messaging.endpoints.SecureStreamingAMFEndpoint' not found. > > Has anyone got any ideas ? It looks like a class is missing or something... > I've made sure that I ticked 'LCDS intergrated' when I installed CF8 by > testing with a clean reinstall ?
The LCDS Express bundled with CF 8 doesn't appear to include that class. It's not in flex-messaging.jar. Perhaps if you include the license number for a full LCDS install, it'll include that class? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316481 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

