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

TryingAnotherOn
TryingAnotherOn
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
15

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by TryingAnotherOn
Customize the badges you want to showcase on your profile
Re: SharedCollection and RECONNECT - Adobe LiveCycle 30-03-2009
Thanks Hironmay for your reply,Another question if we have a collectionNode created andalready subscribed and we call subscribe() again on it, will itfire SYNCRONIZATION_CHANGE event? any insight on this please

Views

92

Likes

0

Replies

0
SharedCollection and RECONNECT - Adobe LiveCycle 28-03-2009
quote:It's often the case that you'll want to reset the state ofany shared model once a reconnect occurs, since you'll re-sync allof the messages on the service again. For example, SimpleChatModelshould clear its history, since it's about to re-receive allprevious messages. In order to detect a reconnect, simply listen toCollectionNodeEvent.RECONNECT.After reading Niggel's comments on reconnect from another post.This is what I have perceived. I have looked at SharedCollection.as and found that t...

Views

1.1K

Likes

0

Replies

5
Re: Can ConnectionSession and CollectionNodes auto reconnect ? - Adobe LiveCycle 28-03-2009
Thanks Basu for elaboration

Views

165

Likes

0

Replies

0
Re: Can ConnectionSession and CollectionNodes auto reconnect ? - Adobe LiveCycle 27-03-2009
Thanks Nigel and Basu for reply.Here is another senario. I logged in the app, each node getsynced. To test auto reconnect if unplugged the network cable thenafcs generated the log given below and then it becomes silent afterthat. I plugged in the cable after 4/5 mins and noticed that itdidnot auto reconnect.If this type of situation arises that server throwsTOOMANYATTEMPTS then is it the responsibility of app developer toreconnect explicitly?Or what do you suggest to handle this senario............

Views

160

Likes

0

Replies

0
Can ConnectionSession and CollectionNodes auto reconnect ? - Adobe LiveCycle 26-03-2009
when connection drops with afcs services canConnectionSession and CollectionNodes have auto reconnect ? Can anybody explain it a bit.Thanks in advance

Views

1.7K

Likes

0

Replies

6
Re: CollectionNode exception during collaboration - Adobe LiveCycle 24-03-2009
quote:As you are sayig you are already subscribed and you are ableto exchange message first and then the connection drops? Yes.quote:But can you provide us with a small example showing this andare you hitting this error always."This error is random. I did not hit this during development,my testing reported this bug (they have debugger version of flashplayer installed on their machine). They tried to narrow it downbut its behavior is totally random. quote:Also, put a breakpoint in SYNCHRONIZATION...

Views

109

Likes

0

Replies

0
CollectionNode exception during collaboration - Adobe LiveCycle 23-03-2009
My App uses AFCS to let users send messages to otherconnected users. I am getting an exceptionError: The node is not synchronized. Make sure you'vesubscribed. atcom.adobe.rtc.sharedModel::CollectionNode/publish_Item()[C:\work\main\connect\cocomo\src\com\adobe\rtc\sharedModel\CollectionNode.as:608]..............Note: '_' inserted in publish_Item() as this editor reportingwithout '_' ( You have censored word(s) in your text )I have subclass of CollectionNode that do all the messaging.This exceptio...

Views

738

Likes

0

Replies

2
Time to login to cocomo service is much longer. - Adobe LiveCycle 12-02-2009
Currently login time to “Real Time CoComoservices” is really not matches “Real Time” partof the service :). When should we expect it to improve?

Views

451

Likes

0

Replies

1
Cannot login to cocomo - Adobe LiveCycle 12-02-2009
We have been trying to connect to cocomo for so long with outany success. Any update when cocomo comes back to service?

Views

679

Likes

0

Replies

2
NodeConfiguration confusion - Adobe LiveCycle 20-01-2009
In my application changes are sent to others by a node andthose changes, once published to connected users, are no morerequired on the cocomo serveries. So I set configurations for thisnode as changesNodeConfig = new NodeConfiguration(); changesNodeConfig.persistItems = false;Although I have set presistItems false. During developmentwhen I launch a new session for this application it receiveschanges from previous session. It was kind of confusing then Ichanged my settings to this changesNodeConf...

Views

590

Likes

0

Replies

3