Has anyone from Adobe weighed in on this? I'm able to duplicate the problem. I have a two projects that use the Data Management Service over RTMP. One is compiled locally and does not work (same error as below). The other is compiled on the server with the same paramters/configuration and works. Thanks.
-Steven --- In [email protected], "Allen Riddle" <[EMAIL PROTECTED]> wrote: > > Thanks for your help. I do have the entry pointed to my services- config.xml file, and application is even able to find my Data Service destination (in this case, it's a Hibernate entity). But when I try to call the fill method, I get: > > > > [RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error null"] > > at mx.data::ConcreteDataService/http://www.adobe.com/2006/flex/mx/intern al::dispatchFaultEvent() > > at ::DataListRequestResponder/fault() > > at mx.rpc::AsyncRequest/fault() > > at mx.messaging::ChannelSet/::faultPendingSends() > > at mx.messaging::ChannelSet/channelFaultHandler() > > at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchE ventFunction() > > at flash.events::EventDispatcher/dispatchEvent() > > at mx.messaging::Channel/mx.messaging:Channel::connectFailed() > > at mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingCh annel::connectFailed() > > at mx.messaging.channels::RTMPChannel/mx.messaging.channels:RTMPChannel: :statusHandler() > > > > I do not get this when I have it compiled on the server at run time. > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas > Sent: Thursday, October 19, 2006 8:38 PM > To: [email protected] > Subject: RE: [flexcoders] Does FDS project have to compile on the server? > > > > Below is the command we use to pre-compile our Flex app that uses FDS. Just like Peter said you just need to specify the services option and thats it. Hope my example helps. > > > > <exec executable="${FLEX2_COMPILER}" > dir="${BUILD}" > vmlauncher="false" > failonerror="true"> > <arg value="-incremental=true" /> > <arg value="-context-root=/billing"/> > <arg value="-locale=en_US"/> > <arg value="-source-path=WEB-INF/flex/locale/en_US"/> > <arg value="-services=WEB-INF/flex/services-config.xml"/> > <arg value="billing.mxml" /> > </exec> > > > > Dimitrios Gianninas > > RIA Developer > > Optimal Payments Inc. > > > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Riddle > Sent: Thursday, October 19, 2006 6:09 PM > To: [email protected] > Subject: RE: [flexcoders] Does FDS project have to compile on the server? > > I do have that entry in there. Can't figure it out. > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Farland > Sent: Thursday, October 19, 2006 4:53 PM > To: [email protected] > Subject: RE: [flexcoders] Does FDS project have to compile on the server? > > You can precompile any Flex 2 app, including FDS apps. You need to point Flex Builder 2 (or the command line compiler if using mxmlc directly) to the /WEB-INF/flex/services-config.xml file at compile time. You can either do this using the <services> option under the <compiler> section of flex-config.xml or using a command line argument --services=c:/path/to/web/application/WEB-INF/flex/services- config.xml > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Riddle > Sent: Thursday, October 19, 2006 5:42 PM > To: [email protected] > Subject: [flexcoders] Does FDS project have to compile on the server? > > In my Data Services project, do I have to choose the option to compile the application on the server vs. pre-compiling it if I want to use Data Management Services? It's the only way I could get it to work. When I do a pre-compiled swf, I'm unable to make an RTMP connection. > > Allen Riddle > > Sofware Development > > x3217 > > AVIS IMPORTANT > > WARNING > > Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé. L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation. Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système. La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux. Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur. > > This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient. No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message. If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system. The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful. If you have received this e-mail in error, please notify the sender. > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

