Hello,
I have a problem with Java SDK 10.2.4.
I have a ArcGISFeatureLayer on a server arcgis of 10.2, with a data-source table Oracle12c.
By JAVA SDK I am able to create new features and updates only attributes of existing ones.
I'M NOT ABLE TO UPDATE GEOMETRY of existing Features.
The method isAllowGeometryUpdates () of FeatureLayer actually returns a FALSE.
I could not figure out where to set this parameter to TRUE in the arcgis server manager (or even in the server admin always).
Another clue is that in the log file of the server arcgis, the users who connect to the service is "anonymous".
What is needed to enable the java class to do update of geometries?
thanks