Finally!!.. I have it working now . I had to replace the lineeditPlugin.put("features", "*");with a JSONArray object for the features that I wanted (I tested with the "copy" and "paste" features as an example) JSONArray editPluginFeatures = new JSONArray(); editPluginFeatures.put("copy"); editPlugin...