If I go to Party/Create new employee I get a "You must be logged in"
error during save The Following Errors Occurred: ERROR: Could not complete the Create User [file:/.../UserEvents.xml#createUser] process [problem invoking the [createPartyRole] service with the map named [partyRoleContext] containing [[roleTypeId=EMPLOYEE, partyId=10035, userLogin=[GenericEntity:UserLogin][createdStamp,2008-02-08 20:03:00.281(java.sql.Timestamp)][createdTxStamp,2008-02-08 20:02:58.609(java.sql.Timestamp)][currentPassword,xxx(java.lang.String)][lastUpdatedStamp,2008-02-08 20:03:00.281(java.sql.Timestamp)][lastUpdatedTxStamp,2008-02-08 20:02:58.609(java.sql.Timestamp)][partyId,10035(java.lang.String)][userLoginId,test(java.lang.String)], locale=en_US]]: You must be logged in to complete the [Party role permission logic] process.] Looking through the code seems to me that it's setting the current user to the user set in the create employee form (the SetCurrentUserLogin method is called), and later is checked if that user is logged in, and fails Am I missing something or is this a bug? Revision is 606868 from trunk -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride |
Carlos, Quick note: I let this through moderation and am copying you on the reply. This is likely to turn into more of a conversation, so you may want to subscribe to avoid missing responses. Anyway, this definitely looks like a bug and is probably related to recent permissions refactoring. The revision you are using is a bit older, and I just tried this on demo.hotwaxmedia.com/partymgr (which is updated daily) and it appears to be working fine there. I recommend updating and if that doesn't fix your problem try to reproduce it on demo.hotwaxmedia.com/partymgr and describe your steps to make it happen. -David On Feb 8, 2008, at 9:22 PM, Carlos Sanchez wrote: > If I go to Party/Create new employee I get a "You must be logged in" > error during save > > The Following Errors Occurred: > > ERROR: Could not complete the Create User > [file:/.../UserEvents.xml#createUser] process [problem invoking the > [createPartyRole] service with the map named [partyRoleContext] > containing [[roleTypeId=EMPLOYEE, partyId=10035, > userLogin=[GenericEntity:UserLogin][createdStamp,2008-02-08 > 20:03:00.281(java.sql.Timestamp)][createdTxStamp,2008-02-08 > 20:02:58.609(java.sql.Timestamp)] > [currentPassword,xxx(java.lang.String)][lastUpdatedStamp,2008-02-08 > 20:03:00.281(java.sql.Timestamp)][lastUpdatedTxStamp,2008-02-08 > 20:02:58.609(java.sql.Timestamp)][partyId,10035(java.lang.String)] > [userLoginId,test(java.lang.String)], > locale=en_US]]: You must be logged in to complete the [Party role > permission logic] process.] > > Looking through the code seems to me that it's setting the current > user to the user set in the create employee form (the > SetCurrentUserLogin method is called), and later is checked if that > user is logged in, and fails > > Am I missing something or is this a bug? > > Revision is 606868 from trunk > > -- > I could give you my word as a Spaniard. > No good. I've known too many Spaniards. > -- The Princess Bride |
Thanks, i checked the changelog and didnt see anything related, i must
have missed it. thanks for the moderation, gmail "send from" sometimes messes it up. It should be fixed now. On Feb 9, 2008 4:02 PM, David E Jones <[hidden email]> wrote: > > Carlos, > > Quick note: I let this through moderation and am copying you on the > reply. This is likely to turn into more of a conversation, so you may > want to subscribe to avoid missing responses. > > Anyway, this definitely looks like a bug and is probably related to > recent permissions refactoring. The revision you are using is a bit > older, and I just tried this on demo.hotwaxmedia.com/partymgr (which > is updated daily) and it appears to be working fine there. > > I recommend updating and if that doesn't fix your problem try to > reproduce it on demo.hotwaxmedia.com/partymgr and describe your steps > to make it happen. > > -David > > > > On Feb 8, 2008, at 9:22 PM, Carlos Sanchez wrote: > > > If I go to Party/Create new employee I get a "You must be logged in" > > error during save > > > > The Following Errors Occurred: > > > > ERROR: Could not complete the Create User > > [file:/.../UserEvents.xml#createUser] process [problem invoking the > > [createPartyRole] service with the map named [partyRoleContext] > > containing [[roleTypeId=EMPLOYEE, partyId=10035, > > userLogin=[GenericEntity:UserLogin][createdStamp,2008-02-08 > > 20:03:00.281(java.sql.Timestamp)][createdTxStamp,2008-02-08 > > 20:02:58.609(java.sql.Timestamp)] > > [currentPassword,xxx(java.lang.String)][lastUpdatedStamp,2008-02-08 > > 20:03:00.281(java.sql.Timestamp)][lastUpdatedTxStamp,2008-02-08 > > 20:02:58.609(java.sql.Timestamp)][partyId,10035(java.lang.String)] > > [userLoginId,test(java.lang.String)], > > locale=en_US]]: You must be logged in to complete the [Party role > > permission logic] process.] > > > > Looking through the code seems to me that it's setting the current > > user to the user set in the create employee form (the > > SetCurrentUserLogin method is called), and later is checked if that > > user is logged in, and fails > > > > Am I missing something or is this a bug? > > > > Revision is 606868 from trunk > > > > -- > > I could give you my word as a Spaniard. > > No good. I've known too many Spaniards. > > -- The Princess Bride > > -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride |
Free forum by Nabble | Edit this page |