Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Rave have User and NewUser models. NewUser model is used to create new user and is converted to User model for persistence in UserService. In UserController create user method expects NewUser and updateUserDetail expects User so in case user is using application/xml request type then user need 2 different xml schema for user creation/update. If you are updating User model, NewUser model also need to be update to set new elements while user creation.