Expand my Community achievements bar.

SOLVED

reconnectPolicy property missing

Avatar

Level 2

Hi,

I'm using LCDS 3.1 for a project and while reading the Using LiveCycle Data Services ES2 manual about occasionally connected clients, I came across a paragraph on page 315 about the reconnectPolicy property that can be set either to IDENTITY or to INSTANCE.

This property should manage whether or not a request for remote data is done when the client has a connection available after the local cache is loaded.

The reconnectPolicy property is never mentoined after that and I can't find it anywhere. In what class is it supposed to be?

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi,

The reconnect policy is elaborated a little more here:

http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/WSc3ff6d0ea77859461172e0811f00f70...

The reconnect policy is part of the DataNetworkSettings class and can be manipulated using (set|get)ReconnectFetch methods. Hope that helps.

Rohit

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

Hi,

The reconnect policy is elaborated a little more here:

http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/WSc3ff6d0ea77859461172e0811f00f70...

The reconnect policy is part of the DataNetworkSettings class and can be manipulated using (set|get)ReconnectFetch methods. Hope that helps.

Rohit

Avatar

Level 2

Thx, that explains it.

However, it shouldn't be called the reconnectPolicy property in the guide if its actual name is reconnectFetc. Googling reconnectPolicy doesn't return the article above.

Avatar

Employee

Thanks for your valuable feedback. We will address this in the product documentation.

Rohit