cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
968
Views
1
Helpful
5
Comments
ccosenti
Level 1
Level 1

We've pushed out an update to the Context Service SDK extension. This new version is 1.0.5.  Your app should automatically download the update the next time you connect. However, there is an issue automatically processing this update if you do not explicitly set the location of connector.property.

To get your application to apply the 1.0.5 extension SDK update, your code must include the following before you init() your management or client connectors:

ConnectorFactory.initializeFactory("connector.property");

The example above assumes connector.property is in the same directory from which your app was started. You can optionally provide a relative or absolute path to connector.property. 

5 Comments
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: