HTTPService Timeout
How do you properly handle HTTPService calls that never return with Result or Error? I have one that repeatedly sits and sits, never coming back from the server. If I set timeout, that's fine, but...
View Articleinner join returns incorrect values from SQLite
I posted this originally in the Flex forum (http://forums.adobe.com/thread/507363?tstart=0) -- didn't see this one, where it's more appropriate. Here is a summary of the problem. I have a 500MB SQLite...
View ArticleIf I copy the "lcds" folder, Tomcat starts with socket errors
In the documentation it is said that when you create a new server-side application, you can start by copying the 'webapps/lcds' folder. I did that but then, Tomcat starts with some socket errors:...
View ArticleDB commit causing CORBA exception
Hello,I am using the following code to make an entry into the database :- DataServiceTransaction dtx = DataServiceTransaction.begin(true); dtx.setSendChangesToAdapter(true);...
View ArticleLCDS 2.6 PDF Generation features
Hello all,We've been successfully running the LCDS samples for PDF document generation, including the XDP->PDF version.However we ran into trouble when opening the generated files with 'exotic' PDF...
View ArticleTomcat/LCDS/Flex/RTMP File Descriptor Leak
I have an application using Flex 3 and RTMP for real time updating running on CentOS and Tomcat 5.5. However, as this product has grown I am seeing an increasing problem with file descriptors. When the...
View ArticleSQLOffineAdapter + Could not initialize DataService.
Hello, I was following this tutorialhttp://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/WS4ba8596dc6a25eff-56f1 c8f4126dcd963c6-8000.htmlBut when I shutdown my server.I have this...
View Article[FB4.5 LCDS AIR] No data to AIR apps.
Hi everybody. I'm trying out the new Flash Builder 4.5.1 and in particular the mobile section. Love to create a mobile app. Been using LCDS for a while now to and loving it. Creating RIA's with the...
View ArticleFlex AIR iOS application with rtmps
Hi, If I am accessing flex AIR application from Mac or iOS (iPad) using secure rtmp then it gives me error. It is not able to connect to the server. I have a self signed certificate generated using...
View ArticleProblem with LCDS with DataService
Hi, I get this error when I am using DataService in LCDS.Some time I get the data and sometime I get the error DataService Fault : faultCode:Client.Initialization.Failed faultString:'Could not...
View ArticleError #2004: One of the parameters is invalid
I'm trying to send an object from Java to Flex using BlazeDS and the following code:quote:var remoteObject:RemoteObject = new RemoteObject();remoteObject.destination =...
View ArticleFiber Modeler - JavaMail Error
I've been working with the Fiber Modeler recently and everything works great in certain situations. When I deploy my model to the server from Flash Builder 4 using RDS the server logs display all the...
View ArticleHTTPService request takes 100% cpu
Hi,I've developed a Flex app that displays an organization chart of employees in a company. As the user navigates around the tree, it requests data as needed from the server using an HTTPService...
View ArticleLCDS ES2 with FB 4.51
I tried to connect to data services using FB 4.5.1 with LCDataServies. It is givign me error like.. " Configure your RDDS in web.xml.I removed the comment for RDDs and made "false" as per the...
View ArticleHaving trouble parsing external XML file into DataGrid component in Flex 3
Having trouble parsing an external XML file into my Flex 3 app. Here is my MXML for my Flex 3 app: <?xml version="1.0"...
View ArticleUnderstanding Channels
If I have a bunch of different data services object, each data service object DOES NOT need to have a new RTMP Channel correct? What is the benefit of adding a new RTMP channel to the channelset of...
View ArticleFlex AMF channel problem only with few IE8 installation
Hi, My application is using Flex and remote object to communicate to Java. Its working with IE7 and any other browser and also its working in most installation of IE8. But at two PC, its giving AMF...
View ArticleError #2004: One of the parameters is invalid
I'm trying to send an object from Java to Flex using BlazeDS and the following code:quote:var remoteObject:RemoteObject = new RemoteObject();remoteObject.destination =...
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 ArticleFlex AIR iOS application with rtmps
Hi, If I am accessing flex AIR application from Mac or iOS (iPad) using secure rtmp then it gives me error. It is not able to connect to the server. I have a self signed certificate generated using...
View Article