Sharmadha Sainath created ATLAS-2324:
----------------------------------------
Summary: Regression : Entity update by PUT using V1 APIs throws
500 Internal server exception
Key: ATLAS-2324
URL: https://issues.apache.org/jira/browse/ATLAS-2324
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Sharmadha Sainath
Attachments: NPE_during_PUT_update.txt, ent_v1, put_v1, type_v1
Steps to repro :
1. Create type using JSON type_v1 by POSTing to /api/atlas/types
2. Create entity for the type using JSON ent_v1 by POSTing to
/api/atlas/entities
3. Update the entity using JSON put_v1 (guid to be changed in the JSON) by
PUTting to /api/atlas/entities.
Update using PUT using V1 APIs throws NPE.
Attached the complete exception stack trace .
in V2 APIs , full entity update is done using POST and not PUT.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)