context.root
I have an AMF channel configured in a standard way...<endpoint uri="http://{server.name}:{server.port}/{context.root}/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/>In the...
View ArticleWhen to use AMF and when to use RTMP??
Hello can someone explain the difference??I am using all the defaults for the configurations files (remoting and datamanagement) and my app works perfectly on development mode where everything is on...
View ArticleFlex with Java - DB data access
Hello, folks,I am developing a Java application and realized that I need some advice. My application is simple:I have a MSSQL server, tomcat 5.5 ,flex data services.In my application , i have two combo...
View ArticleData Services "Express" ?
Is the express version the full version? I am used to express versions typicaly being watered-down versions of a more expensive/robust retail version.Regards.
View ArticleWhy doesn't LCDS Data Model support Views?
I was very disappointed when I found I couldn't add a SQL View to my Data Model because it isn't an entity. Views return entities, and a real part of any data model I have ever worked with. Having...
View ArticleRemoteObject 404 error
Hi All,I am trying to get the mx:RemoteObject functionality to work, and I am getting the following error on the client:[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend"...
View ArticleUsing web service on HTTPS self-signed certificate
In my project I need to connect to an intra-net web service but we need SSL connection between the two machines.Because this is an intra-net site the certificate of the web service might be a...
View ArticleScaling JMS Adapter connecting to Remove JMS Provider
Hello, We have many Flex clients (SDK 4.5 connecting to ADEP Data Services 4.6) creating consumers to receive pushed Server messages on a particular Topic. On several topics the consumers each set a...
View ArticleIs it possible to sync LCDS with changes made directly to the database?
Here is the scenario: LCDS has been setup to connect to a MySQL database using FlashBuilder RDS and Fiber. Changes made within the Flex client application are correctly synchronized between all...
View ArticleRTMP NIO Server: Plugable Authentication?
How can I customise authentication for NIO RTMP on the serverside e.g. to use Spring Security?I wasn't able to find anything in the manuals/doco except servlet-container stuff which isn't relevant....
View ArticleHow Do I use a variable for a datasource
I'm trying to use a variable as a datasource so changes are easy to make with out having to look through the entire process.If I use SLC_ENGFC_DEV_DS as the literal value the select statement it works....
View ArticleLCDS 2.5 - Dataservice is very slow
I have a query that returned about 7000 records using livecycle dataservices 2.5 and Flex SDK 3.0. I expect this to take a few seconds, but it take 25-30 seconds to get the result back. The VO I am...
View ArticleFlex 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 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 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 ArticleReferenceError: Error #1056: Cannot create property handler
After updating my lcds application to LCSD 4.6 I get many of these errors. In debug log I can see, that java sends this handler property for some objects,...
View ArticleHow to prevent "A request for the item is now pending."
Hello guys, Im getting this error very often, is there any solution to this? Error: Item requested is not available. A request for the item is now pending. at...
View ArticleFlexContext.getFlexClient() returns an invalid object
I have this Flex client application I'm trying to implement the Logout function for. This client has both HTTP and RTMP connections to the server. So when the user presses the Logout button in client,...
View ArticleExport PDF Form Data to Database using ASP.NET
I have searched some topics related to PDF Form data export by using ASP.NET. However, I am not familiar with the procedures of using ASP.NET to export PDF Form data (Since I am new to LC). I would...
View ArticleLifeCycle DS ES communication with Tomcat WebServer
Hi, I have written a simple program to accept Name using Flex SDK 3.2 HttpService in Flex builder 3. Using LifeCycle DS ES to communicate with struts 1.2 on Web Server(Tomcat 5.0). My flex code runs...
View Article