Hi,I am pretty new to FDS and am trying to get it to work in myObject model. A few of my Java objects have read only properties.i.e. They only have a getter and not a setter. It seems that FDSdoesn't really like this.When i use <mx:TraceTarget /> on the client, i get anerror that says "Item retrieve...
Hi everybody!I'm using Flex Data Services (2.0.1 und 3 Beta) in JBoss4.0.5 plus Tibco EMS as JMS server, which has authenticationenabled and gets JNDI requests forwarded from JBoss.The Flash application in question has to receive JMS textmessages from a non-secured topic in an non-durable subscripti...
I'm migrating an existing Flash Communication Server app toFlex Data Services. Everything is going well - I'm not using anyframework, but simply running a singleton with application scope,which manages a complex hierarchical structure. I want to be ableto map individual Flex client components to par...
I am attempting to upgrade from FDS to LCDS 2.5. I replace the files in:/WEB-INF/flex/jars/WEB-INF/flex/libs/WEB-INF/flex/localcopy the new jars into /WEB-INF/liband recompile the client.When I run the client I get:VerifyError: Error #1053: Illegal override of subtopic inmx.messaging.Consumer. at fl...
Hello All, When I try to install the LCDS 2.5 distribution on a SuSE 9.3workstation, I get the following error message: quote:$ ./lcds25-lin.binPreparing to install...Extracting the JRE from the installer archive...Unpacking the JRE...Extracting the installation resources from the installerarchive.....
Using RemoteObject calls, I'm able to return a java byte[]from a server method and it comes out just fine on the client as aflash.utils.ByteArray object. But when I have a byte[] as a memberof an enclosing class, I'm getting null on the client for theByteArray. Example:Java classpackage org.xyz;publ...
I'm trying to use the FDS 30 Minute TestDrive sample appsinsideFlex Builder. I downloaded the test drive and all the samplesworkjust dandy fine, and I can view the source etc. So I wantedto loadsome of the sample apps into Flex Builder so that I couldmodify andplay with them with the debugger so as ...
hi... i'm new in the flex world. I'm trying to integratefds+spring+hibernate. i was able to retrive data from a spring beanthat accesses a database throw hibernate. the only problem is i canaccess the data on the arraycollection in the mxml code but not onthe action script, where it appears to be em...
Hi,I am new to FDS and don't know why the fill() method returnsnothing, even though the assembler is returning a list of 3objects. I know the list is returning nothing because when Idisplay the length of the ArrayConnection, it's 0.I turned on debug logs and see the 3 items returned. Do youhave any ...