Expand my Community achievements bar.

EdLaFave
EdLaFave
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Figured it out! The java class implemented Externalizable(for no good reason) but the flex class didn't implementIExternalizable. Getting rid of the Externalizable implementationon the java side corrected the problem. These classes have been inuse for months but were always serialized from Flex to J...

    Type

    Discussions

    Views

    581

    Likes

    0

    Replies

    0
  • I'm trying to send an object from Java to Flex using BlazeDSand the following code:quote:var remoteObject:RemoteObject = new RemoteObject();remoteObject.destination = "someDestination";remoteObject.addEventListener(ResultEvent.RESULT,resultHandler, false, 0, true);remoteCommandObject.someMethod();Th...

    Type

    Discussions

    Views

    7.6K

    Likes

    0

    Replies

    1
  • I have BlazeDS setup using a StreamingAMFChannel as theprimary channel and an AMFChannel configured to poll every 4seconds as my fallback channel. I want to ensure that my clientsalways receive the messages the server pushes to them. I can thinkof a couple situations that may cause trouble:1.) The c...

    Type

    Discussions

    Views

    407

    Likes

    0

    Replies

    0
  • Just thought I'd post this for the sake of completion.Tomcat/Flex magically decided to start working and I'm 75% sure Ididn't change anything. Maybe my flex app wasn't rebuilding when Ithought it was?

    Type

    Discussions

    Views

    447

    Likes

    0

    Replies

    0
  • Tomcat is finally giving me an error! However, I don't knowhow to fix it. Here is the error:quote:[EMST]03/31/2008 10:49:44.938 [WARN] HttpFlexSession has notbeen registered as a listener in web.xml for this application so noevents will be dispatched to FlexSessionAttributeListeners orFlexSessionBin...

    Type

    Discussions

    Views

    447

    Likes

    0

    Replies

    0
  • I'm trying to learn how data push works in BlazeDS by usingthe following chattutorial. The tutorial gives you a preconfigured version ofTomcat and all works well, very nice. So I took the next step andadded the chat code and XML files (services-config.xml,messaging-config.xml, etc) to my pre-existin...

    Type

    Discussions

    Views

    2.9K

    Likes

    0

    Replies

    2
Top badges earned by EdLaFave
Customize the badges you want to showcase on your profile