Expand my Community achievements bar.

mrbahr
mrbahr
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • We have an application that relies on FDS for both remotemethod invocation and data synchronization. In certain remotecalls, when we send down an object graph for storing on the server,the majority of the time on the server is spent in FDS doingdeserialization. Here is an example of what I mean:(fds...

    Type

    Discussions

    Views

    437

    Likes

    0

    Replies

    0
  • Hi All,We have been struggling with this for days! We have ourapplication running over secure HTTP and have been able to get RTMPworking as well. However, when we try and configure RTMPS, theapplication will load, but immediately hangs. The security cert isinstalled correctly and there are no errors...

    Type

    Discussions

    Views

    376

    Likes

    0

    Replies

    0
  • Not sure what the problem is. We are using FDS along with theHibernateAssembler. We're querying an Oracle database for a list ofcodes. The Java object is:public class ICD9Master { private String icd9Code = null; private String icd9Description = null; private long timesUsed = 0; public String getIc...

    Type

    Discussions

    Views

    366

    Likes

    0

    Replies

    0
  • Hi, I am trying to figure out how to access FDS destinations inorder to allow server-side objects to participate in manageddata-sets. For example, I would like to have a server object modifya managed object so that all subscribers to that object are"pushed" the changes.Is there any documentation on ...

    Type

    Discussions

    Views

    380

    Likes

    0

    Replies

    0
  • Hi jvroom - Thanks for your response. I've been trying everything fromsending message back through to the HibernateAssembler and alsojust trying it through an RPC call. The same behavior is present. Ihave, however, found a work around for it.....The Organization java object had the locationSet as aS...

    Type

    Discussions

    Views

    732

    Likes

    0

    Replies

    0
  • This is a follow up to a previous posting, but I have aproblem getting a complete bean graph from the client to theserver. I have set up a very simple test. I have the following:public class OrgTest { private long orgId = -1; private Set locArr = new HashSet(); public Set getLocArr() { return this.l...

    Type

    Discussions

    Views

    364

    Likes

    0

    Replies

    0
  • Thanks for your reply. Here is the debug message on theserver:[Flex][INFO] Channel endpoint my-secure-http receivedrequest.[Flex][DEBUG] Deserializing AMFX/HTTP requestVersion: 3 (Message #0 targetURI=null, responseURI=null) (Typed Object #0 'flex.messaging.messages.RemotingMessage') body = (Array #...

    Type

    Discussions

    Views

    732

    Likes

    0

    Replies

    0
  • I am having strange issues with a managed item that has acollection of child items. So, here is the scenario:Organization bean has many different properties and anArrayCollection of Locations.In the database, the Locations are mapped as a one-to-manyassociation with a foreign key reference back to t...

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    4
  • Okay - I figured it out.The array that is used to pass in the search criteria MUSThave the same name as the identity property on the server. So, thefollowing had to be changed.var ids:Object = new Object();ids["login"] = this.login;var call:AsyncToken = service.getItem(ids);call.addResponder(respond...

    Type

    Discussions

    Views

    294

    Likes

    0

    Replies

    0
  • I am making a call to a dataservice assembler and getting afault on the call with the reason of:Missing Identity Properties: userMasterIdI am calling the dataservice with the following call: var ids:Object = new Object(); ids["login"] = this.login; var call:AsyncToken = service.getItem(ids); call.ad...

    Type

    Discussions

    Views

    594

    Likes

    0

    Replies

    1
Top badges earned by mrbahr
Customize the badges you want to showcase on your profile