Expand my Community achievements bar.

SujitG
SujitG
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,You cannot use BlazeDS or LiveCycle DS for .NET back end.Those products are for Java back end. You should be using Flex andWeborb, if you want invoke .NET objects from Flex application usingRemoting and do more.Pleae visit the URLs below for more detailshttp://www.themidnightcoders.com/weborb/dot...

    Type

    Discussions

    Views

    290

    Likes

    0

    Replies

    0
  • Hi,You need not add entire BlazeDS war file. You just have toinclude the required jar files of BlazeDS, all the jar files inWEB-INF/lib folder of the BlazeDS war are the required files to beadded into your web application. Also you need to create a folderWEB-INF/flex in your web application and crea...

    Type

    Discussions

    Views

    450

    Likes

    0

    Replies

    0
  • HI,LiveCycle DS is a server side product which helps your Flexapplications to interact with web servers in many ways than normalrequest response using HTTPService.Yes, you need to have Java SDK for creating Java classes andweb server with servlet container like Tomcat. You can may be havea look at B...

    Type

    Discussions

    Views

    965

    Likes

    0

    Replies

    1
  • Hi,Can you please try handling the Fault event of theDataService and see if there is any error thrown. Looks like youare setting the busy cursor and are removing it only when theResult event is invoked. So, there might be a possibility that theFault even is invoked, which we are not handling in our ...

    Type

    Discussions

    Views

    370

    Likes

    0

    Replies

    1
  • Hi,Can you please check out if there is some other error thanBlazeDS start p failed. Usually there will be other message whichwill give us a clue in terms of why BlazeDS start up failed. Pleasecheck in the stdout.log or if this is set to your console thencheck in the tomcat console.

    Type

    Discussions

    Views

    423

    Likes

    0

    Replies

    1
  • Hi,Please visit the URL below for details on adding channel setsat runtime. Add multiple channels to the channel set so that thefall back mechanism works.http://livedocs.adobe.com/blazeds/1/blazeds_devguide/runtimeconfig_5.html#194376Hope this helps.

    Type

    Discussions

    Views

    232

    Likes

    0

    Replies

    0
  • Hi,Assuming that the session.invalidate() is not working.FlexContext.getFlexSession() should be returning the session objectfor the new user and not the object of the old user who logged off,more over when another user logs in, shouldn't theuserSession.setAttribute("userid", userid) be overwriting t...

    Type

    Discussions

    Views

    397

    Likes

    0

    Replies

    1
  • Hi all,You can try creating channel sets at run time. In one of theprojects we did we created a XML file which had list of channelsand end points to be used. When the application is loaded we usedto read that XML and then create channel sets based on theinformation in that XML. Once the channel sets...

    Type

    Discussions

    Views

    734

    Likes

    0

    Replies

    0
  • Hi,You have to handle the result event of the HTTPServicecomponent. In the result handler you will have access to theResultEvent object which will contain the response from the serverin the "result" property. Please visit the URL below for moredetails on how to handle result from the server.http://l...

    Type

    Discussions

    Views

    245

    Likes

    0

    Replies

    0
Top badges earned by SujitG
Customize the badges you want to showcase on your profile