Problems with offline caching
In a recent AIR 2.6 application I use the offline caching feature of LCDS 3.1The application itself uses a Java 6 / Spring 3 / JPA 1 / Hibernate stack (custom code, not using LC model driven...
View ArticleConversion between ASObject and custom Java object
I have Java Enterprice Application with BlazeDS installed there and Flash client (created in pure Flash -not Flex). Now I want to send my custom Java object over the wire. On The java side i have...
View ArticleUpdating ManagedRemoting Entity from Server
I have a pretty simple task that I need to complete, but it's taken up several days trying to find out how to do it because I can't find any documentation on managed remoting on the server side......
View ArticleDatagrid Not Populating
Hello, Does anyone know why my datagrid is not populating? It runs with no error, but no data is coming up.Thanks,JimmyHere's the code to the not working version<?xml version="1.0"...
View ArticleLazy Initialization Exceptions
Our Java naturally classes contain properties which are relationships to other classes - either one to many or many to one. Due to the fact that these relationships are so intertwined, many given...
View ArticleBindable vars with data providers
Hey, I've been working on a cross-domain CMS for quite a while now and am trying to tweak up a couple small problems now. I have an array collection of objects that is being initiated through an...
View ArticleApparent port conflict using LCDS with JBoss
Hi,<br />I am somewhat new to this so please bear with me. On my server I have lcds installed and sample.war working in JBoss 4.0.5. I have written a datatier in Java against PostgreSQL 8.x and...
View ArticlePassing ArrayCollection from Flex to CFCs
I currently have a flex app setup using WebServices to communicate between the app and my CFCs. Everything works well until I attempt to pass across my dataGrid information which are setup as...
View ArticleDataService with Flex
Hello, I'm testing the DataService with LCDS and I'm experiencing some problems.I built an AIR application and it works fine.I used this same code to built a Flex application but when I compile the...
View ArticleGranite Data Services 2.3.2.GA Released
Following this discussion with Robert Petz about LCDS support in the Gas3 code generation plugin, we are happy to announce the new version 2.3.2.GA of the GraniteDS platform. Download is available...
View ArticleFlex Stress Testing Framework - trouble setting up
I flowed this article: http://labs.adobe.com/wiki/index.php/Flex_Stress_Testing_Framework to set up the server and I keep getting compile errors that say some of the objects I'm using can't be found....
View ArticleBlazeDS Flex Session Issue
Hi All, I face an issue in using flex.messaging.FlexSessionfor handling sessions. Your help is deeply appreciated.During user login i use the following line of code to store to user name in the...
View ArticleConnecting to remote JMS: name TopicConnectionFactory not bound
Dear all, I'm trying to send messages from and to a remote JMS (activemq) (it is on localhost now for testing purposes). However, I keep getting error messages no matter how I try. The message is:...
View ArticleConfigure Tomcat 7 for custom authentication
HelloI am using Tomcat 7.0.19 for custom authentication. I followed the procedures defined in the LCDS 3.1 specs. However I get the following exception for TomcatValve.. please advise.. thanksRupak...
View ArticleAuthentication works but not Authorization with Custom Tomcat Login
Hello,I am following the steps mentioned in LCDS guide on setting up Tomcat (6.0.33) login. The configuration file details are mentioned below... Based on that, my observation is that the user "tomcat"...
View Articlelocalization in fds
I've managed to get localization working on a non fds flex app using the command line mxmlc compiler. That took a while in itself. Now I'm trying to do the same thing using fds. I've enabled the locale...
View ArticleWeb Services Error
Hello, Trying to do webservice and running into error message. Not sure what I'm doing wrong. I'm trying to access a database and display the content of the database into a datagrid. Can some please...
View ArticleHow to tail the app server log file and send to flash client
I'd like a mechanism where the LCDS detects any changes in the App Server log file and sends them to the Flash client for display. Is there a practical one...? thanksRK
View ArticleADEP Data Services JEE 4.6 related Issue.
Hello,I tried to use build simple application in Flash Builder 4.6 with data model i.e. model driven development. I tried to follow the example of lcds data services but doesn't work for me.I am able...
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 Article