Expand my Community achievements bar.

seth_hodgson
seth_hodgson
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Also, one additional point to reiterate. RTMP and RTMPT target the same server port that you defined in your channel endpoint URI. The fallback tunneled attempt does not switch to a different port. So if your RTMP endpoint binds port 2035 on the LCDS server, that's the port that direct RTMP and tunn...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi Michael,With network topologies like yours that are a complex and HTTP-specific, the RTMP/T protocol is difficult to deploy successfully. The client-side RTMPChannel first attempts to make a direct connection (a TCP socket connection) to the RTMP endpoint. If this fails (and it probably will cons...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • A single client can subscribe to many different destinationsover a single channel. Also, a single client may have more than oneconnection to the server (say its using an AMF channel forRemoteObject calls and an RTMP channel for subscriptions althoughyou should always try to use just a single channel...

    Type

    Discussions

    Views

    350

    Likes

    0

    Replies

    0
  • Workaround is to disable the security management for customMBeans that Oracle imposes in their latest release:-Doc4j.jmx.security.proxy.off=trueSeth

    Type

    Discussions

    Views

    486

    Likes

    0

    Replies

    0
  • I suspect what is happening is that event.result is comingback as an Array rather than an ArrayCollection. In this case,event.result as ArrayCollection would return null.Try taking the "as ArrayCollection" away and in your debuggertake a look at what event.result is coming back as.Assuming it is an ...

    Type

    Discussions

    Views

    401

    Likes

    0

    Replies

    1
  • So it turns out the problem was due to Lee's use of Hibernatefrom within his remote object implementation. Hibernate optionallyuses CGLib to generate proxy classes to wrap your domain classes,and this is how it does lazy loading and keeps track of dirtyfields and changes in the relationships between...

    Type

    Discussions

    Views

    647

    Likes

    0

    Replies

    0
  • Has this question already been answered on flexcoders? Ithink the Cairngorm folks may be more plugged in there than here:www.yahoogroups.com/group/flexcoders/Seth

    Type

    Discussions

    Views

    269

    Likes

    0

    Replies

    0
  • Hi Kevin,Alex has reproduced this internally with Tibco EMS and wehave a bug logged. Thanks for raising this issue. The root problemis that various vendors are more or less strict about which JMSAPIs they allow to be invoked from within a web container. For thetime being you'll need to try using a d...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi MrNDIS,I don't know if anyone has written a public helper class tomassage a .NET dataset web service result to a format that the FlexUI controls will render but you should be able to use a function topreprocess the result before it is bound to a UI control.Take a look at this overview of data for...

    Type

    Discussions

    Views

    431

    Likes

    0

    Replies

    0
  • Hi Lee,What does the contactos property of an EmpressaVO contain?Other EmpressaVOs?Seth

    Type

    Discussions

    Views

    647

    Likes

    0

    Replies

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