Flex EJB Session tracking
Hello, I am fairly new to both Flex and J2EE development but I have developed a collection of EJBs running under an application server to service a multi-user Flex application. I believe I can connect...
View ArticleHTTPService Timeout
How do you properly handle HTTPService calls that never return with Result or Error? I have one that repeatedly sits and sits, never coming back from the server. If I set timeout, that's fine, but...
View ArticleHow to manually create item using model driven assembler
HelloI am using Model Driven Development, however all of my data insertion is not going to happen via the forms. There may be a background process that may pull the data from some where and insert into...
View ArticleData Management Service
Hello, I urgently need your help. I have to invoke a Java DAO from LiveCycle DataService. I configured a Data Management Service that works correctly. When I invoke the method, however, the...
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 ArticleHow do I dynamically create and add a "sourceSet" object using FormCalc script?
I would like to be able to use a script that creates a "sourceSet" object and connects to my ms access database on an event like "onclick" rather than automatically having to connect when the form is...
View ArticleBlazeDs General Messaging Error
hey to all,I am trying to call a method from server side; that I wrote in Java and deployed to tomcat via BlazeSpringFactory.When I call that method from flex i get this error:BlazeDS][ERROR]...
View ArticleUnable to get simple DataService to work
Hi, I have been trying to get a simple DataService prototype to work. I am using Flex DS 2.6 (the latest) with JBoss 4.0.3sp1 server. I have a very simple MXML application as follow:<?xml...
View ArticleFlex FTP and PHP
Hi Everyone,As you can see by the title, I'm trying to use Flex to upload a file, followed by having PHP FTP the file to the server.I have been successful at having PHP move the file once Flex uploads...
View ArticleDebugging LCDS Data Management from Flexbuilder3 on Tomcat does not work
I have a sample with Data Management and when i use it on my tomcat it works fine. But i can´t debug it from flexbuilder 3. When i start it from the flexbuilder i get the connection and then i crashed...
View ArticleClass not found - was channel definition question
I am much closer. Tomcat is putting some key messages in the console and I overlooked them. It looks like I am closer than I thought. The request looks like its getting received, but my service...
View ArticleSerializing InputStream as ByteArray using BeanProxy
[Note: Also posted on StckOverflow here] I'm trying to serialize an object which has an InputStream. I need it to arrive on the flex client as a ByteArray. Note - I can't implement `IExternalizable`...
View ArticleHibernate version property not updated on client side
Hi, I created a custom Assembler extending from AbstractAssembler. The Assembler itself uses JPA 1.0 with Hibernate Annotations and Hibernate EntityManager. The entities all have a version property...
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 ArticleDB commit causing CORBA exception
Hello,I am using the following code to make an entry into the database :- DataServiceTransaction dtx = DataServiceTransaction.begin(true); dtx.setSendChangesToAdapter(true);...
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 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/WS74a1cc3271d4c9821a4a3ad3132cc 2454ba-8000.html
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 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 ArticleMySQL Flex3 interaction
Friends,Can I directly connect a MySQL server database in flex3? If not, please tell me how to interact with MySQL server database using Flex3.Thanks
View Article