Is the data-management-config.xml file structure somewhereexplained? I wonder why isn't this file (as well as all the otherFDS config files) validated against a DTD or XML schema?I'm trying to configure multiple parameters for a destinationserver method, without success so far. The following attempt...
I installed the latest Flex Express LCDS on top of ColdFusion8 enterprise demo version installed as multiserver/JRUN and got itall to work when running directly from the server using "http://127.0.0.1:8300/samples".However, when I run it from outside using the server's public IPthen it all works exc...
Hello,I was wondering how to have my Remote Object Javaimplementation communicating (exchanging messages) to my Dataservice Java implementation.The scenario is as follows: my Flex client app needs toconnect to a 3rd party resource, that requires authentication. Iwas thinking to use a Remote Object d...
I don't know "what" I was thinking but I decided to "upgrade"to Coldfusion 8 with Livecycle Data Servicesand try out my Flex apps to see if they still worked withmessaging.... NOT ! The so-called "simple" upgrade to use CF8's embeddedLifeCycle Data Services has turned into a nightmare !Problem 1: Af...
I’m using Flex version 2 on Windows XP. I’vecreated a test that opens a connection over RTMP. The serveraccepts connections on port 2037 and then seems to spawn a newconnection for each client on a different port. After server startup Netstat shows the connection below(ns02dt00223 is the network nam...
Hello all,I am struggling with fds2 and currently fail to use a proxyfor my webservice. Maybe I also misunderstand something, cause what I want to dois I want to use the fds/webservice as proxy to gather the callsand forward it to another webservice (who just accepts theconnections from the proxy pc...
I'm just wondering if anyone has had any luck using date/timefields with SQLAssembler, as I'm having a few problems.My update query declaration looks like this:<update-item> <sql>UPDATE Timesheet SET person=#person#,<sniiiiip, lots of fields>, date=#date# WHERE id=#_PREV.id#</sql></update-item> I'm ...
Hello flex data users,Going on with my testing in using LCDS with JMS, I've setup atopic on my weblogic JMS server to use it with my flex client.The problem is that I don't see how to setup a unique clientID for the TopicConnection.I'm alwais receiving this error :quote:Error connecting : [JMSClient...
Hello,I have three collections, A, B, and C. B is a collectioncontained within A, and C is a collection contained in B. When I add a new item to collection C, the item istemporarily added to the collection correctly and then thecollection is quickly replaced with the last item added. I havecome to t...
Hi folks,I'm new to flex, and I'm trying to get a flex client to talkto my .net back end via weborb. I've got a few simple test casesworking ok, but with more complex code I get a pop-up on my(firefox) browser:TypeError: Error #1010: A term is undefined and has noproperties. at orbTester/gotServerDa...