FDS 2.5 with Hibernate
Hi,I'm working on my first FDS app connecting to MySQL with Hibernate. I've managed to create all the necessary mapping files and deploy my app to JBOSS 4.0 server. I get no errors or warnings (with...
View ArticleIssues with messaging sample
I am having trouble getting the built-in "dashboard" sample app to work with JMS. It works fine with Flex messaging, but for some reason, it seems like it can't stay subscribed to a topic when I use...
View ArticleDetecting changes made inside a fill method
Hello, i am having troubles when using DataServices in my app. Here'sthe thing:I have an Assembler and a DataService component that points to that Assembler. I have a Datagrid for showing a list of...
View ArticlePopulate Many Combos
I am new to Flex, just getting my feet wet. As such I have a single form I thought would be a good dry run to learn a bit.The form has 53 drop down comboboxes. Most of the combos have under 10 values,...
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 Articleerror occasional - faultCode: Channel.Call.Failed
Please help meIn my application occur this error randomlyfaultCode: Channel.Call.Failed faultDetail: 'NetConnection.Call.Failed: HTTP: Failed' faultString:...
View ArticleHTTPService XML trouble
Hi. I use HTTPSevice to dynamicly load xml elements for mx:Tree. The xml is like<root><row attr1="11" attr2="22".../><row attr1="111" attr2="222".../><row attr1="1111"...
View ArticleLCDS documentation help
There are five configuration files for LCDS: proxy-config.xml, remoting-config.xml, messaging-config.xml, data-management-config.xml, services-config.xml. I have searched for documentation that talks...
View ArticleQuestion about model driven dev and RDS configuring
I am testing the model driven development that is brought up by Flash Builder4 and LCDS3 recently, and it went pretty well. However i've noticed that the configuration of the RDS for development mode...
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 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 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 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 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 ArticleFill Data from PDF From to Access Database
Hello, I create a PDF form for fill data that connect to a access database. It works greate in my own PC.But when i move it on another PC PDF button does not work. Please help.
View ArticleFilter argument as collection
Hi, I'm trying to create a query on the Data Modeler in Flash Builder to retrieve some elements from an entity in this case is Client which have a clientId, basically I'm creating a filter with this...
View ArticleHTTPService Desperation
This is a desperate situation for me...I have a few HTTPService's ready to be called when necessary... however, I have noticed that after about 5 minutes, the service (any of them) is sent again. I...
View ArticleQuestion on FB3 Help System
I'm just wondering if I have the wrong FB3 help system installed or if the FB3 help system is in fact erroneous in its first few pages.When I open the Help System contents and expand the Workbench...
View ArticleUpdating ManagedRemoting Entity from Server
I have a pretty simple task that I need to complete, but it's taken up several days trying to find out how to do it because I can't find any documentation on managed remoting on the server side......
View ArticleHow to handle and manage a multi Database access in runtime with LCDS?
Hello there I got several customer working with the same application and I wonder how, with LCDS, to manage in a runtime a multi dataBase access; without creating a configuration "mxl" file inthe...
View Article