[flexcoders] LCDS : Nagios checks

2009-12-18 Thread Besite - Bart
Question : We would like to check and monitor each hour if the Data Management Service en Messaging Service on our Livecycle server still works. Which checks could we perform to see if all is working well ? The services are using the rtmp protocol. Kind regards Bart

[flexcoders] LCDS : jsvc suddenly takes 100% CPU

2009-12-18 Thread Besite - Bart
Hello, We are running a Flex/LCDS application in a clustered environment. We use the Data Management Service and the Messaging Service over rtmp channels. Our application works ok, but sometimes the CPU skyrockets suddenly, we see the jsvc process uses 100% CPU and our Livecycle server

[flexcoders] LCDS : creating custom messaging service adapter

2009-10-27 Thread Besite - Bart
Hello, A short question, to create a custom messaging service adapter, is it best to extend from ServiceAdapter or to extend from MessageServiceAdapter ? Thanks, Bart

[flexcoders] Livecycle Data Services ES2 : cost per cpu

2009-10-23 Thread Besite - Bart
Hi people, Has anyone got an idea what the cost of a CPU license for LCDS ES2 is ? Thank you Bart Ronsyn

[flexcoders] LCDS : number of flexsessions

2009-10-22 Thread Besite - Bart
Hello, Our application uses amf and rtmp channels. All our destinations have application scope. The rtmp channels in our application have an idle-timeout-minutes property of 20 minutes. In our ds-console we see that the number of Flexsessions keeps growing and growing. After a few hours our

[flexcoders] LCDS : Looking for livecycle experts

2009-08-10 Thread Besite - Bart
Dear all, We have developed a Flex application that extensively uses Livecycle Data Services, more precisely, we use the Data Management Service and Messaging Service. Our application should be released within a month, but we still encounter some problems and issues with LCDS, and are a bit

[flexcoders] LCDS : Tomcat does not want to restart

2009-08-07 Thread Besite - Bart
Hello flexers-around-the-world, Question : We have a flex application that makes use of Data Management Service and Messaging Service of Livecycle Data Services. These services use port 2038 and port 2039. When we restart Tomcat, Livecycle fails to restart properly because ports 2038 and 2039

[flexcoders] LCDS - No MessageAckEvent received

2009-07-26 Thread Besite - Bart
Hello, I have a messaging application that makes use of the MultiTopicConsumer class. When I run my application for the first time, a MultiTopicConsumer is instantiated and we subscribe() to the this consumer. We always receive a MessageAckEvent message after subscribing. Now when we refresh

[flexcoders] LCDS : Number of clients limitation

2009-01-26 Thread Besite - Bart
A question for Jeff Vroom; Hi Jeff, In an article of yours, you say about Data Management Services : Data Management Services keeps the list of client IDs that are listening for changes for a given data set in memory so as the number of clients grows, the amount of memory required to hold

[flexcoders] LCDS : Managed associations - creating new Items

2009-01-26 Thread Besite - Bart
Hello, Another Livecycle question.. I have a managed collection of Companies. Eeach company contains a list of employees. The Company-object and Employee-object are Managed objects, tagged with the [Managed] metadata tag. They each have an associated destination on the server (configured in

[flexcoders] Application - vertical scroll position

2009-01-22 Thread Besite - Bart
Hi all, I want to set the vertical scroll position programmatically back to zero.. but when I call Application.application.verticalScrollPosition = 0; nothing happens ... Any idea of how to let my application scroll to the top of the window ? Kind regards, Bart Ronsyn

[flexcoders] LCDS - adding a new Item using createItem()

2009-01-18 Thread Besite - Bart
Hello, In my Data Management Service I create a new User-object using the createItem() function : ds.createItem(new User(Jeff)); var token:AsyncToken = ds.commit(); token.kind = create; When the commit is sent, the new User is persisted to the server... In my database an autoincrement id is

[flexcoders] LCDS - Handling client disconnection on the server

2008-12-11 Thread Besite - Bart
Hi, I have a Data Management Service running on my Livecycle server. I have a managed array collection of Users. When a client disconnects (he closes the application or his browser or his internet connexion is lost), I want the client's user to be removed from the managed array collection of

[flexcoders] LCDS : ReferenceError: Error #1056:

2008-11-20 Thread Besite - Bart
Hi People, I am using the Data Management Service of Livecycle to keep track of users logged in. When I call the fill method the first time, everything works fine. I get back an arraycollection which is shown in a datagrid. But when I try to add a new user (by clicking on the button login),

[flexcoders] Flex 3 Beta 2 : Resource Bundle Problem

2007-10-25 Thread Besite - Bart
Hi, I just tried out some of the new localization features of Flex 3 I learned at Adobe Max Europe (Barcelona was great btw ;) but I had some problems to get it working in Flex 3 Beta 2. This is what I tried : - for the Dutch version of my application I created a map /locale/nl in my project