Github user GERey commented on the pull request:
https://github.com/apache/incubator-usergrid/pull/46#issuecomment-52879209
Hi @stliu , this currently PR currently fails
ServiceInvocationIT.testServices under the following error
java.lang.IllegalArgumentException: Cannot modify immutable property[foo]
of entity user
at
org.apache.usergrid.services.AbstractService.assertNoImmutableProperty(AbstractService.java:476)
at
org.apache.usergrid.services.AbstractService.updateEntity(AbstractService.java:458)
at
org.apache.usergrid.services.AbstractService.updateEntity(AbstractService.java:440)
at
org.apache.usergrid.services.AbstractCollectionService.putItemById(AbstractCollectionService.java:276)
at
org.apache.usergrid.services.AbstractService.invokeItemWithId(AbstractService.java:664)
at
org.apache.usergrid.services.AbstractService.invoke(AbstractService.java:641)
at
org.apache.usergrid.services.AbstractService.invoke(AbstractService.java:554)
at
org.apache.usergrid.services.ServiceRequest.execute(ServiceRequest.java:226)
at
org.apache.usergrid.services.ServiceRequest.execute(ServiceRequest.java:193)
at
org.apache.usergrid.ServiceApplication.invokeService(ServiceApplication.java:97)
at
org.apache.usergrid.ServiceApplication.testRequest(ServiceApplication.java:79)
at
org.apache.usergrid.ServiceApplication.testRequest(ServiceApplication.java:73)
at
org.apache.usergrid.services.ServiceInvocationIT.testServices(ServiceInvocationIT.java:58)
Could you take a look at it?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---