How to use createItem via DataServiceTransaction-API correctly
Hello, I try to create an item via the DataServiceTransaction-API: DataServiceTransaction dtx = DataServiceTransaction.begin(false);dtx.setSendChangesToAdapter(true); EntityA a = new EntityA();EntityB...
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 ArticleLCDS Streaming fails (AMF Issue) with Multiple Tabs of Browser(IE7 or FF3)
Hi,Environment: IE Version: 7.0.5730.11.COMozilla Firefox Version: 3.0.10Requirements: Pushing data to clients using LCDS NIO Streaming AMF Channel. The consumer used on the client side is...
View ArticleFlex to web service communication problem
Hi, just as title state, I have problem during web service --> Flex communication. I am using WebService ActionScript class, to make a connection to it, but I got some odd behavior. When I try to...
View ArticleCannot load JDBC driver class
Hi, I've successfully installed Flash Builder 4 (FlashBuilder_4_LS10.exe) with Data Model plugin (Adobe_Application_Modeling_plugin_v102_eclipse35.zip). On my local pc (XP Professional) I'm running...
View Articleneed design hints for Managed class
I need help understanding the underlying LCDS mechanisms when a complex object hierarchy is managed in LCDS. I have a custom Assembler because I have specialized persistence requirements. My object...
View ArticleModeling Plug-in is incompatible with Eclipse 3.6 (Helios)
Has anyone tried to run "Application Modeling Plug-in for Adobe Flash Builder 4" with Eclipse 3.6 (Helios)? I didand found out that the "Data Model" editor is not opening because of some plug-in...
View ArticleLCDS Fetching a single row
Hello guys, i need your help, im doing Model Driven Development and want to know if there is a way to call a service method Synch NOT Asynch.All the calls are Asynch." var...
View ArticleModel Driven Development Server.Processing.DuplicateSessionDetected
Hi All, I am working on an application using LCDS model driven development. I have three mxml Applications producing three swf deployables which use a common model (fml). These flex apps live in a...
View ArticleRTMP CPU usage
hi, We are using LCDS 2.6, RTMP protocol. Sometimes our CPU usage goes to 90% and when we analyzed the problem, we found the culprit is mychannel-SocketServer-reactor1 thread. I beleive this threas...
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 ArticleCreate-Item stored procedure return error for hte parameter
Hi, I'm getting the following error when I create an item with the data services: INFO: [Data Services] [DEBUG] SQL Assembler jdbc exception on operation=create-item...
View ArticleCharacter encoding problems when using javascript client-sdk for remoting
Hi,I have recently downloaded LCDS to try. I was interested in using Javascript for remoting. I have a Java-based web application on the server side, and use HTML + Javascript...
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 ArticleSecurity SandBox violation error#2070 caller stage owned by
Hi,I am new to Flex3 so that i don't know much about this.I am facing one problem of Security SandBox error#2070:caller file cannot access stage owned by.Actually i am developing a desktop application...
View ArticleAccessing AdvancedDataGrid row/column directly
I run into this problem repeatedly, and every time I have to find a wonky workaround. In essence, I need get direct access to a cell in an ADG - properties, data, row index, etc. Specifically, this is...
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 ArticleInstall lcds: Hibernate problem
Hi,I tried following the steps in http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Installing/lcd s31_install.html#JBoss Here we're using OpenSuse with JBoss 4.2.1. So I extracted...
View ArticleServer Push Intermittent message loss
We are using LCDS 2.6 and using the RTMP port for the server push. However, at times the notifications in between the server to clients goes missing. It works pretty good at times and after some time,...
View ArticleHow to receive message from queue based on JMSPriority
Hi all, I want to receive message from Receive Message From Queue based on JMSPrirority. I am able to send message to queue using Send Message To Queue component with specifying Priority value as...
View Article