create dynamic column from xml file
Hi All, <?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundColor="white" width="500" height="300"...
View Articleflex data service
I am faisal....i am new to flex...i created many of the widget without back end connectivity...i created one website (www.ciitsolutions.com) this site not connected to database..i learn many tutorial...
View Articlecatch java exception in flex
Hi in my pojo i have one object @Column(name = "GRUPO", unique = true, nullable = false, length = 45)public String getGrupo() { return this.grupo; } then i have a DAO Class to save object in...
View ArticleError #1088
Hi, I'm trying to build a simple app which fetch data from a MYSQL database. I'm using WHAM server and PHP is the connecting code, although I'm writing the PDP code, flex is. Using Flex 3, i created a...
View ArticleFailed to load policy file from...
Hi There, I am facing a problem while calling a web service built in Java through flex,I am using the flex 2 for client side ,and Weblogic Server 10 for webserviceThe WSDL URL is...
View ArticlePrice of Adobe lcds 3: ByBy Adobe LiveCycle Data Services 3 final
Hi Adobe,first of all I would like to mention, that I worked since April 2009 with lcds 3 day and night. I was really excited about the product.We planned to set up a start up compay using lcds 3.When...
View ArticleProblem with the configuration of a data service
I'm facing some strange problems to get the CRM sample to run.Firstly, I ran it from the lcds-samples.war, and it works perfectly, but when I build an Eclipse project: New -> Dynamic Web Project (...
View ArticleStored Procedure + Hibernate + DataServices
I would like to start a discussion on this combination "Stored Procedure + Hibernate + DataServices" We all know that livecycle dataservices can manage objects (managed object) created by...
View ArticleHow to configure channels with Spring-Flex?
Newbie here trying to get my first Flex/BlazeDS app up and running. I'm using the Spring-Flex integration and believe I have properly configured my servet and remoting destinations. My only...
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 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 ArticleDataService - offline data / incremental load
Hello, We're working on a mobile app with offline mode, and got a few questions to cover in order to design the best solution. 1. When we enabled offline caching for DataService with approach including...
View Article1172: Definition mx.data.utils:Managed could not be found
Hello,I'm using Eclipse Europa with the Flex Plugin.I've been following recently some examples stating the use of Flex with Spring by Christophe Coenraets (sp?)These examples worked pretty fine with...
View Article1131:Packages must not be nested
Hai all,I m working on a Flex Application, in which I have to communicate with the server through TCP Socket. I am using XMLSocketClass. I got a code from help, but I am getting "1131:Packages must not...
View Articlejava.util.Map to flash.utils.Dictionary
Hi,I'm using Blazeds for my remoting between Flex and Java. I have an Object-to-object map on the Java side. This converts to an untyped Object in Flex having the properties as the 'toString' of the...
View ArticleDuplicate rows in DataGrid in Flex3/LCDS2.5
Hi,My project in Flex2/LCDS2 uses DataGrid very extensively with streaming data coming in.After we recompiled it with Flex3 and run with LCDS2.5, we see a strange behavior:originally it shows...
View ArticleWhen to use AMF and when to use RTMP??
Hello can someone explain the difference??I am using all the defaults for the configurations files (remoting and datamanagement) and my app works perfectly on development mode where everything is on...
View Articleon-the-fly services and destinations?
Is it possible to create services and/or destinations on the fly?Specifically, I might want something where a client does a RPC to create a new chat room. The name of the new destination is returned...
View ArticleBrowser authentication dialog when HTTPService fails with a 401 response code
I am using a HTTP Service to talk to a third party API and passing username/password in HTTP Basic Auth header.When i enter wrong credentials through my application, as expected i get a 401...
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 Article