Flex Remoting - Deeply Nested ArrayCollections not Stongly Typed
I have a Flex 3 app which uses remoting. All works relatively well except for the following... I have a deeply nested object graph as follows:( btw: each VO uses...
View ArticleCan an AIR app automatically detect remote database changes?
Is it possible for an AIR app to automatically detect changes made directly to a remote database (via SQL on the database server, not by another AIR client using LCDS)? I have implemented an AIR app...
View ArticleFlex to web service communication problem
Hi, just as title state, I have problem during web service --> Flex communication. I am using WebService ActionScript class, to make a connection to it, but I got some odd behavior. When I try to...
View ArticleHow to call PL/SQL function inside column in entity
Hello, How can I do next:- Crete entity from existing table in database, but one column in the table gets value from function. Function is written in oracle PL/SQL language and it is located inside...
View ArticleAMF Connection via secure amf
Hi, I'm using Java AMF Client to talk to a LiveCycle server.when I try to open an AMFConnection to an https-URL, I get the following error: javax.net.ssl.SSLHandshakeException:...
View ArticleDataService - offline data / incremental load
Hello, We're working on a mobile app with offline mode, and got a few questions to cover in order to design the best solution. 1. When we enabled offline caching for DataService with approach including...
View ArticleMessage is missing MPI headers. Verify that all participants have it enabled.
Hi, i'm trying to measure message processing performance using blazeds, i create more than 3 different flex application, some using HTTPService, Other using a Java Factory and so on, but always got the...
View ArticleHow to call c# webservice in Flex which then calls oracle stored procedure
Hi all,I am calling c# webservice having webmethod which then calls one Oracle stored procedure. This Oracle stored procedure returns ref cursor i.e multiple row output. Webservice webmethod is...
View ArticleFlex with JNDI
Hi Guys,I am working with Flex2.0. I have gone through the documentation, but I couldnt find how I could connect to a backend LDAP source (eg. Sunone, ActiveDirectory..) using ActionScript. Please help...
View Articlehow to store and access a common properties file in LCDS, i.e. a java...
I need to store some variables in a properties file (key=value) that I can call and retrieve settings as I would in a java app. Where should the file live in the webapp and how is it accessed?
View ArticleFlexSessionBindingListener bug?
I have created a class implementing this interface, but it's method "valueUnbound" does never get called when my HttpFlexSession object is invalidated (and I do store attributes on this session during...
View ArticleHttpService with JSON from server - help please
Hi! I am trying to pass back a JSON object to flex using HttpService. The scenario is like this - using HttpService I am calling an action since i am using Struts 2.0 . This action is supposed to...
View ArticleFailed to load policy file from...
Hi There, I am facing a problem while calling a web service built in Java through flex,I am using the flex 2 for client side ,and Weblogic Server 10 for webserviceThe WSDL URL is...
View ArticleRemoteObject: typed objects not converting between java and AS3
I'm using AS3 in an AS3 project (no flex) to create an instance of RemoteObject and use it to talk to the server most things are working but not the best thing: having your java objects magically...
View ArticleReliable messaging - viewing the pending queue
Hi, I have applied reliable messaging concept with data service and rtmp channel. When I send a request during network disconnection, reliable messaging takes care to send the request once the network...
View Articledataservice call fault error after session timeout does not get trapped in...
Hi, My data service call after the session time out for about 30 mins, does not get trapped into the fault handler. It pops up a Flash player error on the AIR simulator. I have some code to handle for...
View ArticleLiveCycle Data Service ES | cost ?
Hello, What is the price of LiveCycle Data Service ES? On this web site, it is always"Download the trial for free!!!!!!" and nothing else... Thank you
View ArticleLC DS in corporate infrastructure
Hi All,we try to integrate the LC DS in the following corporate infrastructure:Internet -> FW -> SSL-Terminator -> Load Balancer -> Reverse Proxy (MS ISA 2004) -> FW -> LC DSI think...
View ArticleUsing LCDS and HTML5 Websockets for Consumers and Producers
I've been following the examples from here: http://help.adobe.com/en_US/LiveCycleDataServicesES/4.6/Developing/WS7 4a1cc3271d4c9821a4a3ad3132cc2454ba-8000.html I can't seem to get my consumers and...
View ArticleHow to receive message from queue based on JMSPriority
Hi all, I want to receive message from Receive Message From Queue based on JMSPrirority. I am able to send message to queue using Send Message To Queue component with specifying Priority value as...
View Article