TypeError: Error #1009 (null object access) after manually commit of deleteItem
Hello! I'm getting a error with LCDS 3.1.0.315496 I'm using a DataService to edit some entities with dataService.autoCommit = false; I fill a arrayCollection like: dataService.fill(entitiesAC);...
View ArticleHow to extract signature/certificate from PDF
Hi everyone!!! I have a problem and hope someone can help me.I have a PDF form accessed via a secure connection which requires the user to identify himself using a digital certificate, and the PDF has...
View ArticleReliable messaging - viewing the pending queue
Hi, I have applied reliable messaging concept with data service and rtmp channel. When I send a request during network disconnection, reliable messaging takes care to send the request once the network...
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 Articleerror with spring configuration
Hi, I have incorporated spring into the livecycle data services using Jeff Vroom's springfactory but I still get an error everytime of 'bean not found' even though it has been defined in the...
View ArticleRemoting-config.xml and JAR changes not reflecting
Recently we have been facing quite some complicated issues.1.) We are trying to change the destination path in the remoting-config.xml but after doing so and restarting the lcds.war file, the changes...
View Article[JTATransaction] You should set hibernate.transaction.manager_lookup_class if...
Hello I keep seeing the above error in my server log. My model file has the following. What is the warning about and how to rectify it in the right way thanksRupak <annotation name="DMS">...
View ArticleHow 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 ArticleCreating web applications using HTML5/JavaScript Remoting and Messaging...
This question was posted in response to the following article: http://help.adobe.com/en_US/dataservicesjee/4.6/Developing/WS74a1cc327 1d4c9821a4a3ad3132cc2454ba-8000.html
View ArticleLifeCycle DS ES communication with Tomcat WebServer
Hi, I have written a simple program to accept Name using Flex SDK 3.2 HttpService in Flex builder 3. Using LifeCycle DS ES to communicate with struts 1.2 on Web Server(Tomcat 5.0). My flex code runs...
View ArticleHow to set LiveCycle Data Service to use AMF Channel ?
Hi All,I'm using Data service with channel set is RTMP Channel and Remote Object is AMF Channel. Now, I want to set Dataservice using AMF Channel but I do not know whether it is possible or not. Please...
View ArticleConnection refused - mysql 5
I have been trying to connect Flex 3 to a mysql data service on my localhost (development machine). I am using the create application from database -> new connection profile. I keep getting a...
View ArticleUploading a user modified image
Hello, I have been able to give the user the ability to upload an image file to our server using the FileReference class and related URLRequest class, and a PHP scipt on the server. I have also been...
View ArticleAutomatically update chart every second.
Hi, I created a php file that connects to a MySQL database and converts the info into XML data.I then created a chart in Flex 3 that uses that ".php" file as the dataProvider.Everything works great but...
View ArticleModeler development - Flash Builder 4 and LCDS JBoss
Hi, I am trying out modeler development in Jboss, Followed the below steps and I am getting error while deploying the model 1 Installed LCDS 3.0 as JBoss.2 Uncommented the RDS...
View ArticleCalling web Services from Adobe Livecycle Designer
Dear All, I work on a project that require if the user close Adobe Reader or Acrobat window, Adobe livecycle Server will check the user out. in another work If the user by mistake open the Eform for...
View ArticleWhy doesn't LCDS Data Model support Views?
I was very disappointed when I found I couldn't add a SQL View to my Data Model because it isn't an entity. Views return entities, and a real part of any data model I have ever worked with. Having...
View ArticleExport PDF Form Data to Database using ASP.NET
I have searched some topics related to PDF Form data export by using ASP.NET. However, I am not familiar with the procedures of using ASP.NET to export PDF Form data (Since I am new to LC). I would...
View ArticleLoadXML external XML
Hello everybody,Question,HowI canload theexternalxmlfiledatain theform.ForexamleI have ownedadropdownlist boxthat contains the followinggive: A,B, C.And thenI havefields inmy...
View ArticleHTTPProxyService Error using Tomcat
I'm using BlazeDS to display RSS feed items in my Flex SWF. When I run the SWF under Eclipse's Tomcat 6 plugin, the SWF gets RSS feed data from external web sites, like Yahoo. However, when I deploy...
View Article