Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Cato_Paus
Cato_Paus
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
6

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Cato_Paus
Customize the badges you want to showcase on your profile
Re: Understanding Channels - Adobe LiveCycle 16-11-2013
yes!, look into dataservices-samples.war samples in LCDS install folder.dataservices-samples.war\salesbuilder.source for this is under dataservices-samples.war\WEB-INF\flex-srclook into this - flex-src.zip\salesbuilder\src\com\adobe\sample\salesbuilder\utilstudy this DataSreviceHelper.as and ChannelManager.as

Views

96

Likes

0

Replies

0
Re: my-amf pinging endpoint - Adobe LiveCycle 12-07-2007
Hi if i try this it returns a error :channelSet.addEventListener(ChannelFaultEvent.FAULT,handleChannelFault);TypeError: Error #1009: Cannot access a property or method ofa null object reference.

Views

104

Likes

0

Replies

0
Re: my-amf pinging endpoint - Adobe LiveCycle 11-07-2007
Hi PeteI'm using FDS 2.0.1here is the info on rpc.swc file - - And I'm only using one channel for all the RemoteObjects.do you have a sample code for me: "You could try getting thechannelSet off the RemoteObject instance and adding an event listener for a "channelFault" type of event."Cato

Views

106

Likes

0

Replies

0
Re: my-amf pinging endpoint - Adobe LiveCycle 10-07-2007
Hi. I have some changes./** code snipp public function loginUser(user:String, pass:String):void { flexComRO = new RemoteObject(); flexComRO.destination = "FlexComRO"; flexComRO.LoginUser.addEventListener(ResultEvent.RESULT,loginUserResultHandler); flexComRO.LoginUser.addEventListener(FaultEvent.FAULT,faultHandler); flexComRO.addEventListener(FaultEvent.FAULT, faultHandler); CursorManager.setBusyCursor(); flexComRO.LoginUser(user,pass); }**/I'm doing it becouse I call many method's from Java.I ha...

Views

105

Likes

0

Replies

0
Re: my-amf pinging endpoint - Adobe LiveCycle 10-07-2007
Hi this is wath I do with the RO/**public function loginUser(user:String, pass:String):void { flexComRO = new RemoteObject(); flexComRO.destination = "FlexComRO"; flexComRO.LoginUser.addEventListener(ResultEvent.RESULT,loginUserResultHandler); flexComRO.LoginUser.addEventListener(FaultEvent.FAULT,faultHandler); CursorManager.setBusyCursor(); flexComRO.LoginUser(user,pass); }**/If i have the Flex app running in my browser, and hit theloginUser function, with the JRun disconected. It hangs on the'...

Views

104

Likes

0

Replies

0
my-amf pinging endpoint - Adobe LiveCycle 09-07-2007
Hi all, I have an app. that uses remoteObjects, I'm buildingsome logic for the remoteObject handler, and I'm testing the app.right now and the app is running, and I kill the JRun, and there isthe issue, I want to catch the ('my-amf' pinging endpoint) or is itsome other way to do the checking for JRun server are running?

Views

1.3K

Likes

0

Replies

9