1131: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 ArticlePopulating ComboBox from a DataService
I have a ComboBox on my page and trying to populate with the database values. I am seeing empty cells in the combobox and the dropdown control is showing as if I have the data, but nothing showing for...
View ArticleFDS can't find my destination.... how to trouble shoot?
Hello,I am using the adobe DaoFlex to generate a flex application. Seemed to go well, but when I try to run the application it throws this error as soon as it trys to "fill" the grid:"No destination...
View ArticleFlex Desktop App (AIR) + LCDS w/ Hibernate Assembler - Not Working
I have a desktop application which uses J2EE + LCDS + Hibernate to access a MySQL database. This not returning any data when used a data service fill command (and not returning any error).The same set...
View ArticleError in Getting Response From Server
hi alli am getting an error when i called a remote method of java class using flex blazeds the error is as---Fault Received[FaultEvent fault=[RPC Fault faultString="[MessagingError message='Destination...
View Articleflex to pdf
hi.. i need to convert my grid and charts from flex to pdf.. how to create pdf template? so that i can import my data set into pdf template?? am using live cycle designer trail version.. or any...
View ArticleObjects returned by a java list not getting deserialized
HiI am calling a java function which return a list. This list include two types of object say Gallery and galleryGroup. These objects have implemented Externalizable interface. There are corresponding...
View ArticleDeploy Flex Blazeds Application to Remote Server
Hi All I built a blazeds application on my local tomcat server and it worked fine then 1. I exported my java web project as a war file and put it on my host server.2. I changed my services-config.xml...
View ArticleCrossdomain.xml file not being called by the SWF
Hi, I'm serving an swf file compiled using flex builder 3.2 through plain HTTP, the SWF file calls a service in the same domain through HTTPS, as such, I put the following file in the root directory of...
View ArticleTypeError: Error #1034: Type Coercion failed
Hello experts... I have looked around the forums and seen many occurrences of this coercion error, but the solution I have seen do not fix my problem, which has somewhat complex, yet predictable,...
View ArticleMessageBrokerServlet failed to initialize...
Hey all,I am working a a project in Flex 3, using Eclipse Ganymede & JBoss 5.1 on my local machine. It is read only, just looking up legacy data, no changing it. I have battled through most...
View ArticleRemoteObject: typed objects not converting between java and AS3
I'm using AS3 in an AS3 project (no flex) to create an instance of RemoteObject and use it to talk to the server most things are working but not the best thing: having your java objects magically...
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 ArticleNetConnection.Call.Failed: HTTP: Status 404; messagebroker/amf'
Hi,I have been trying to solve this problem could not. Can some one help me? My environment is Tomcat6+ LCDS ES2 My Flex app is hosted on tomcat and connects to a REST web service in the same tomcat...
View Articlelcds rtmp dying on large file transfers to remote java class
using lcds3 we are trying to upload a file from flash to a java remote procedure using rtmp on small files it works fine but one of our test casesis 24meg and rtmp dies with this message in the...
View ArticleNullPointerException using java to send message
I have a flex application using 3.x and BlazeDS 3.x that calls a servlet. In the servlet I have the following MessageBroker msgBroker = MessageBroker.getMessageBroker(null);...
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 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 ArticleTypeError: 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 ArticleMessageBroker.getMessageBroker(null) returns null.. why?
HelloI have seen lot of posts regarding this but no clear reason why this would happen. My server runs under Tomcat 6.0.33. In a spearate thread, I try to get MessageBroker msgBroker =...
View Article