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

DeanXC
DeanXC
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
30

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by DeanXC
Customize the badges you want to showcase on your profile
Re: How to subscribe to a "room is now empty" event? - Adobe LiveCycle 16-08-2010
HiAre you using the RTCHOOKS.java to receive events? if so, there are 6 methods each of them associated with event type, e.g. receiveNode, receiveNodeDeletion, receiveItem, receiveItemRetraction, receiveNodeConfiguration, and receiveUserRole) each method will take collectionName, roomName as parameters, you should be able to get the type of the event. So for room closing, you should be getting "receiveItemRetraction" on RoomManager collection and roomState node, you should be able to explore the...

Views

88

Likes

0

Replies

0
Re: server 2 server questions publishItem nodes, listening and push - Adobe LiveCycle 12-08-2010
Hi Russ,Glad that you are receiving the callbacks, maybe getting the CF to work first than ruby. So hopefully your gateway is setup correctly and you have permission to write to logs.best,Dean

Views

379

Likes

0

Replies

0
Re: server 2 server questions publishItem nodes, listening and push - Adobe LiveCycle 11-08-2010
Hi Russ,I have verified that we http post to your endpoint "http://spaceappleyoshi.com/flex2gateway/" on our server. Please verify on your end that you are getting the call. either wire-shark or charles capturing the http traffic.thanksDean

Views

379

Likes

0

Replies

0
Re: server 2 server questions publishItem nodes, listening and push - Adobe LiveCycle 11-08-2010
just want to state the obvious, I am sure you updated the Account URL to reflect your LCCS account through out the example,correct?Dean

Views

380

Likes

0

Replies

0
Re: server 2 server questions publishItem nodes, listening and push - Adobe LiveCycle 11-08-2010
Hi Russ,Do you have your LCCS account url and account info? you can send to me at dchen@adobe.comthanksDean

Views

379

Likes

0

Replies

0
Re: server 2 server questions publishItem nodes, listening and push - Adobe LiveCycle 30-07-2010
Hi Russ,Did the local build working for you? I only see the "http://collegeonly-honey.heroku.com/amf/" ruby endpoint, not seeing the coldfusion endpoint, but then I could be missing the log entry. Can you use getHookInfo api to query the LCCS server for the hook url? and see if it is returned the same as your input.thanksDean

Views

379

Likes

0

Replies

0
Re: server 2 server questions publishItem nodes, listening and push - Adobe LiveCycle 29-07-2010
Hi Russ,Maybe it is a good idea, getting a copy of local CF server and Rail server and get them to work first. Server2Server for Coldfusion is assuming you have the flash remoting configured correctly. You can also post your hook url, so I can double check on our side if we are calling you. Dean

Views

380

Likes

0

Replies

0
Re: server 2 server questions publishItem nodes, listening and push - Adobe LiveCycle 29-07-2010
Hi Russ,1) Please make sure that your callback url is proper working, you can use "curl" on command line to see if the post data works and getting back status 200. (also use gethookinfo call to see if it is registered in the server)2) make sure your remoting-config.xml "LCCS.RTCHOOKS" match the directory under your webroot, i.e. LCCS isthe directory name, RTCHOOKS.cfc is the file name3) invoke register hook with hook url (e.g. "http:///flex2gateway/"). If you want to change this url you need to ...

Views

380

Likes

0

Replies

0
Re: server 2 server questions publishItem nodes, listening and push - Adobe LiveCycle 26-07-2010
Hi Russ,Please refer to the CF readme file (part of SDK) for instruction to setup the listener to catch events of the publishItem (see attached). - RTCHOOKS.cfc is the handler for call back events you might want to look at. As for how you publish the item, you are on the right track.if you created your collectionNode ("ChatPod") and your node ("history"), then your call to publishItem is correct. (you don't need to set publisherID to empty string)best,Dean

Views

380

Like

1

Replies

0
Re: Expanding Fields - Adobe LiveCycle 02-06-2010
have you try the textField.autoSize?see following:http://www.webtech.lt/2009/03/03/multiline-text-field-autosize/

Views

186

Likes

0

Replies

0
Likes given to
Likes from