Setting Flex Session Timeout Manually
i have written a code in core java and a flex UI accesses this code....from my java code i am creating a flex session which has a certain default timeout period after which the flex session...
View ArticleFDS samples not working "send failed"
Hi all,me again with another problem .....I have installed FDS at the default location c:\fds2...I am having problems running the sample apps that can be accessed from the page :-...
View ArticleProblem with "Contact Manager Using Cold Fusion" Example
Hello,I'm hoping for ideas as to why the data is not interacting with the contactmgr.mxml file in Tom Jordahl's Contact Manager app.TestContactAssempler.cfm works fine - records are returned....
View ArticleNot populating values in the dropdown list
Hi , I have a question regarding the populating the values in the dropdown list. Here are the steps that I followed : Step 1: Created a form with a drop down list in the designer ( Testers) which I...
View ArticleRetrieving session data in remote objects with...
Here is a jsp page (fww_prueba_ale.jsp) that references a swf (compiled from sessionDataManagerCaller.mxml) that only makes a call to a Remote Object (SessionDataManager.java) that try to obtain...
View ArticleFDS and Read-Only Properties
Hi,I am pretty new to FDS and am trying to get it to work in my Object model. A few of my Java objects have read only properties. i.e. They only have a getter and not a setter. It seems that FDS...
View ArticleInvalid session in FlexSessionListener.sessionDestroyed
I'm implementing a FlexSessionListener like: public void sessionDestroyed(FlexSession flexSession) { if (LOG.isInfoEnabled()) { LOG.info("Flex session destroyed: " + flexSession + " - " +...
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 ArticleFDS +Jboss + JMS authentication
Hi everybody!I'm using Flex Data Services (2.0.1 und 3 Beta) in JBoss 4.0.5 plus Tibco EMS as JMS server, which has authentication enabled and gets JNDI requests forwarded from JBoss.The Flash...
View Articleflex.messaging.io.ArrayCollection not found
I have written a Java class that takes an argument of a java Collection, that consists of my custom Java VOs.When I call this from Flex 2.0 beta 3 when the class is in my JRun classpath, everything 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 ArticleFlex data services
Hello all ... I want to learn life cycle data services of flex .. Can anybody show me some basic example or link of any good tutorial ....Should i install java before it..Flex 2 or Flex 3 which version...
View ArticleRemote object with java.
I am trying to do something that should be really simple. I am trying use an MXML RemoteObject control to access a java class. This class works fine with data services, so I am assuming I have a...
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 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 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 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 Articlenewbie question about livecycle data services es
Hi all.i've downloaded the LiveCycle ES2 VMware virtual appliance, setup it up on a esxi server, workspace, content space, all are up and running, but here comes my question, how do i install livecycle...
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 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 Article