I am currently maintaining two appengine projects. To use the datastore callbacks (@PrePut) i have configured in eclipse as per the documentation in appengine (
https://cloud.google.com/appengine/docs/java/datastore/callbacks#Using_Callbacks_With_Eclipse). When i deploy the projects I do not face any issues, but when someone else does (they have not configured in their machines) the PrePut function is not called. The appengine sdk used for these two projects point to my local machine. So the .factorypath in both projects points to my local machine folder. The weird thing is one project works fine and other one doesnt if someone else deploys.
Is it necessary that everyone should configure the eclipse? If so how come one project works fine and the other doesnt. They do have the .factorypath, file in their system. Please help me out here.