Hello, We are having a problem in commiting the changes to an exsting turbine user record. We use Oracle and the code is:
mamuserobj = companiesManager.getUser(Integer.parseInt(mamuserid)); mamuserobj.setFirstName(firstName); mamuserobj.setLastName(lastName); mamuserobj.setEmail(email); mamuserobj.setPhoneNumber(phoneNumber); mamuserobj.setInternal(internalUser); mamuserobj.save(); Someone in the user's group suggested I put TurbineSecurity.saveUser(userobj) but that didnot work either When I save the changes thru UI screen interaction, I do see the changes in database(I viewed it using TOAD). As soon as I logout of the turbine, these changes disappear from database. This is not a problem if the changes are made to any other user(other than the logged in user) Am I missing anything here? Thank you in advance. Naga Pappireddi -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
