Complete authentication example for a per client authorization
Does anyone have an example of per-client-authentication that includes the config and java files. I need to have each user have their own authentication/session, if this is not the best way to...
View ArticleKeep associations after new Fill() method?
Hi all, Is there a possibility to keep the (managed) associations (in the dataService, and the offline database) if we do another Fill() method, but with other selection parameters on the same...
View ArticleADEP Data Services JEE 4.6 related Issue.
Hello,I tried to use build simple application in Flash Builder 4.6 with data model i.e. model driven development. I tried to follow the example of lcds data services but doesn't work for me.I am able...
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 ArticleImplementing Server Push using LCDS 2.6
Hi All, We have created an application where we are using polling to get certain constant updates. Now this polling is client polling wherein the client polls the server at regular intervals to get the...
View ArticleLicense location for LCDS 3.1
We have LCDS 3.1 and we are deploying this as a WAR on JBOSS. I wanted to double check to make sure that I have placed my license in the correct location. In the path...
View ArticleOn WebServices, crossdomain.xml and debug-mode
I'm building a conncetion to a remote webservice, and they don't have a crossdomain.xml file on their server (or it is placed badly or something).While developing my connection has worked fine, but...
View ArticleAmbiguous refernce to mxml:HTTPService
In Flex Builder 3, I get "Can not resolve a multiname reference unambiguously." when I include:<mx:HTTPService id="data" method="POST" url="data.php"></mx:HTTPService>The error text is:Can...
View ArticleList of connected users
I am developing an application that requires list of connected users at all times to Data Management destination. I have looked in the api docs but did find anything related to that. If anyone knows...
View ArticleUsing an Object as the identity property for a destination
I am using the DataServices and Java Assemblers in my application but there seems to be a problem with one of my Java POJOs. First let me explain about my application, the java-side is using Hibernate,...
View ArticleFlex 2.0 WebService woes
I am experiencing problems with the <mx:WebService> capability within my Flex 2.0 applications. Please find attached a brief sample that should help to illustrate the problems.If you compile and...
View ArticleFiletransfer via Webservice
Hello, everyone.I am trying to write a client with Flex/AIR that can download files using a webservice (wsdl).The webservice method returns me a byteArray.The whole thing is working and the...
View Articlehow to request service with complexType
I implement service with Flex like: <mx:WebService wsdl="http://idme.identita.com:8080/andromeda/service/ws?wsdl" id="testService" showBusyCursor="true" useProxy=" false">...
View Articlemissing declared association property
A fill command like so:<mx:Button label="Fill" click="{se.fill(entitymaps)}"/> In this data service:<mx:DataService id="se" destination="entityds"/> Gives the following stack trace:Error:...
View ArticleMultiple Email Recipients & Submit Button
I am designing a form that will be downloaded from a web site. That form must be returned to multiple recipients.(3 different people in the department).Is there an EASY way to do this?
View ArticleHandling Session timeout for mx.rpx.events.FaultEvent
Hello I am new to DataServices. In a Flex Application we are using DataServices to interact with the back end server. In the flex Application I have the following error handler to handle exceptions...
View ArticleConfigure Tomcat 7 for custom authentication
HelloI am using Tomcat 7.0.19 for custom authentication. I followed the procedures defined in the LCDS 3.1 specs. However I get the following exception for TomcatValve.. please advise.. thanksRupak...
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 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 ArticleWeb Services Error
Hello, Trying to do webservice and running into error message. Not sure what I'm doing wrong. I'm trying to access a database and display the content of the database into a datagrid. Can some please...
View Article