on the return from Paypal we have custom that has the loginID
if that fails admin is assigned. would not be better to assigned the system login? -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
I think I did this in trunk not so long ago.
Regards Scott ----- Original Message ----- From: "BJ Freeman" <[hidden email]> To: [hidden email] Sent: Wednesday, June 17, 2009 4:49:49 AM (GMT+1000) Auto-Detected Subject: PayPalEvents.java login ID on the return from Paypal we have custom that has the loginID if that fails admin is assigned. would not be better to assigned the system login? -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
In reply to this post by BJ Freeman
So it is.
:D any reason why it was not merged with 9.04 i would consider that a bug for system not using demo data and created their own admin login. Scott Gray sent the following on 6/16/2009 8:59 PM: > I think I did this in trunk not so long ago. > > Regards > Scott > > ----- Original Message ----- > From: "BJ Freeman" <[hidden email]> > To: [hidden email] > Sent: Wednesday, June 17, 2009 4:49:49 AM (GMT+1000) Auto-Detected > Subject: PayPalEvents.java login ID > > on the return from Paypal we have custom that has the loginID > if that fails admin is assigned. > would not be better to assigned the system login? > > > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
Done in r785538
Regards Scott HotWax Media http://www.hotwaxmedia.com On 17/06/2009, at 6:19 PM, BJ Freeman wrote: > So it is. > :D > any reason why it was not merged with 9.04 > i would consider that a bug for system not using demo data and created > their own admin login. > > > Scott Gray sent the following on 6/16/2009 8:59 PM: >> I think I did this in trunk not so long ago. >> >> Regards >> Scott >> >> ----- Original Message ----- >> From: "BJ Freeman" <[hidden email]> >> To: [hidden email] >> Sent: Wednesday, June 17, 2009 4:49:49 AM (GMT+1000) Auto-Detected >> Subject: PayPalEvents.java login ID >> >> on the return from Paypal we have custom that has the loginID >> if that fails admin is assigned. >> would not be better to assigned the system login? >> >> >> > > -- > BJ Freeman > http://www.businessesnetwork.com/automation > http://bjfreeman.elance.com > http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro > Systems Integrator. > smime.p7s (3K) Download Attachment |
In reply to this post by BJ Freeman
thanks.
Scott Gray sent the following on 6/17/2009 3:23 AM: > Done in r785538 > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 17/06/2009, at 6:19 PM, BJ Freeman wrote: > >> So it is. >> :D >> any reason why it was not merged with 9.04 >> i would consider that a bug for system not using demo data and created >> their own admin login. >> >> >> Scott Gray sent the following on 6/16/2009 8:59 PM: >>> I think I did this in trunk not so long ago. >>> >>> Regards >>> Scott >>> >>> ----- Original Message ----- >>> From: "BJ Freeman" <[hidden email]> >>> To: [hidden email] >>> Sent: Wednesday, June 17, 2009 4:49:49 AM (GMT+1000) Auto-Detected >>> Subject: PayPalEvents.java login ID >>> >>> on the return from Paypal we have custom that has the loginID >>> if that fails admin is assigned. >>> would not be better to assigned the system login? >>> >>> >>> >> >> -- >> BJ Freeman >> http://www.businessesnetwork.com/automation >> http://bjfreeman.elance.com >> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >> >> Systems Integrator. >> > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
In reply to this post by BJ Freeman
just ran this and got
2009-06-17 08:22:42,954 (TP-Processor2) [ ServiceDispatcher.java:528:ERROR] Error in Service [createPayment]: Security Error : To Create a Payment you must either be the to or from party or have the PAY_INFO_CREATE or PAY_INFO_ADMIN permissions. this is tested using the steps to build a system (not the same as login) were you created a admin and just the seed data. BJ Freeman sent the following on 6/17/2009 6:33 AM: > thanks. > > Scott Gray sent the following on 6/17/2009 3:23 AM: >> Done in r785538 >> >> Regards >> Scott >> >> HotWax Media >> http://www.hotwaxmedia.com >> >> On 17/06/2009, at 6:19 PM, BJ Freeman wrote: >> >>> So it is. >>> :D >>> any reason why it was not merged with 9.04 >>> i would consider that a bug for system not using demo data and created >>> their own admin login. >>> >>> >>> Scott Gray sent the following on 6/16/2009 8:59 PM: >>>> I think I did this in trunk not so long ago. >>>> >>>> Regards >>>> Scott >>>> >>>> ----- Original Message ----- >>>> From: "BJ Freeman" <[hidden email]> >>>> To: [hidden email] >>>> Sent: Wednesday, June 17, 2009 4:49:49 AM (GMT+1000) Auto-Detected >>>> Subject: PayPalEvents.java login ID >>>> >>>> on the return from Paypal we have custom that has the loginID >>>> if that fails admin is assigned. >>>> would not be better to assigned the system login? >>>> >>>> >>>> >>> -- >>> BJ Freeman >>> http://www.businessesnetwork.com/automation >>> http://bjfreeman.elance.com >>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >>> >>> Systems Integrator. >>> > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
I'm sorry BJ you'll have to debug that yourself, the system userlogin
is assigned full rights in the seed data so I can't imagine why you'd be getting permission errors. Regards Scott HotWax Media http://www.hotwaxmedia.com On 18/06/2009, at 1:34 AM, BJ Freeman wrote: > just ran this and got > 2009-06-17 08:22:42,954 (TP-Processor2) [ > ServiceDispatcher.java:528:ERROR] Error in Service [createPayment]: > Security Error : To Create a Payment you must either be the to or from > party or have the PAY_INFO_CREATE or PAY_INFO_ADMIN permissions. > > this is tested using the steps to build a system (not the same as > login) > were you created a admin and just the seed data. > > > BJ Freeman sent the following on 6/17/2009 6:33 AM: >> thanks. >> >> Scott Gray sent the following on 6/17/2009 3:23 AM: >>> Done in r785538 >>> >>> Regards >>> Scott >>> >>> HotWax Media >>> http://www.hotwaxmedia.com >>> >>> On 17/06/2009, at 6:19 PM, BJ Freeman wrote: >>> >>>> So it is. >>>> :D >>>> any reason why it was not merged with 9.04 >>>> i would consider that a bug for system not using demo data and >>>> created >>>> their own admin login. >>>> >>>> >>>> Scott Gray sent the following on 6/16/2009 8:59 PM: >>>>> I think I did this in trunk not so long ago. >>>>> >>>>> Regards >>>>> Scott >>>>> >>>>> ----- Original Message ----- >>>>> From: "BJ Freeman" <[hidden email]> >>>>> To: [hidden email] >>>>> Sent: Wednesday, June 17, 2009 4:49:49 AM (GMT+1000) Auto-Detected >>>>> Subject: PayPalEvents.java login ID >>>>> >>>>> on the return from Paypal we have custom that has the loginID >>>>> if that fails admin is assigned. >>>>> would not be better to assigned the system login? >>>>> >>>>> >>>>> >>>> -- >>>> BJ Freeman >>>> http://www.businessesnetwork.com/automation >>>> http://bjfreeman.elance.com >>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >>>> >>>> Systems Integrator. >>>> >> > > -- > BJ Freeman > http://www.businessesnetwork.com/automation > http://bjfreeman.elance.com > http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro > Systems Integrator. > smime.p7s (3K) Download Attachment |
In reply to this post by BJ Freeman
yup well on my way.
BTW i am only doing 9.04 Scott Gray sent the following on 6/17/2009 3:07 PM: > I'm sorry BJ you'll have to debug that yourself, the system userlogin is > assigned full rights in the seed data so I can't imagine why you'd be > getting permission errors. > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 18/06/2009, at 1:34 AM, BJ Freeman wrote: > >> just ran this and got >> 2009-06-17 08:22:42,954 (TP-Processor2) [ >> ServiceDispatcher.java:528:ERROR] Error in Service [createPayment]: >> Security Error : To Create a Payment you must either be the to or from >> party or have the PAY_INFO_CREATE or PAY_INFO_ADMIN permissions. >> >> this is tested using the steps to build a system (not the same as login) >> were you created a admin and just the seed data. >> >> >> BJ Freeman sent the following on 6/17/2009 6:33 AM: >>> thanks. >>> >>> Scott Gray sent the following on 6/17/2009 3:23 AM: >>>> Done in r785538 >>>> >>>> Regards >>>> Scott >>>> >>>> HotWax Media >>>> http://www.hotwaxmedia.com >>>> >>>> On 17/06/2009, at 6:19 PM, BJ Freeman wrote: >>>> >>>>> So it is. >>>>> :D >>>>> any reason why it was not merged with 9.04 >>>>> i would consider that a bug for system not using demo data and created >>>>> their own admin login. >>>>> >>>>> >>>>> Scott Gray sent the following on 6/16/2009 8:59 PM: >>>>>> I think I did this in trunk not so long ago. >>>>>> >>>>>> Regards >>>>>> Scott >>>>>> >>>>>> ----- Original Message ----- >>>>>> From: "BJ Freeman" <[hidden email]> >>>>>> To: [hidden email] >>>>>> Sent: Wednesday, June 17, 2009 4:49:49 AM (GMT+1000) Auto-Detected >>>>>> Subject: PayPalEvents.java login ID >>>>>> >>>>>> on the return from Paypal we have custom that has the loginID >>>>>> if that fails admin is assigned. >>>>>> would not be better to assigned the system login? >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> BJ Freeman >>>>> http://www.businessesnetwork.com/automation >>>>> http://bjfreeman.elance.com >>>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >>>>> >>>>> >>>>> Systems Integrator. >>>>> >>> >> >> -- >> BJ Freeman >> http://www.businessesnetwork.com/automation >> http://bjfreeman.elance.com >> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >> >> Systems Integrator. >> > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
In reply to this post by BJ Freeman
The only place I found he system login data was in the
applications\securityext\data\UserDemoData.xml check me if I am wrong. again this is using http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps except I use 9.04 instead of trunk Scott Gray sent the following on 6/17/2009 3:07 PM: > I'm sorry BJ you'll have to debug that yourself, the system userlogin is > assigned full rights in the seed data so I can't imagine why you'd be > getting permission errors. > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 18/06/2009, at 1:34 AM, BJ Freeman wrote: > >> just ran this and got >> 2009-06-17 08:22:42,954 (TP-Processor2) [ >> ServiceDispatcher.java:528:ERROR] Error in Service [createPayment]: >> Security Error : To Create a Payment you must either be the to or from >> party or have the PAY_INFO_CREATE or PAY_INFO_ADMIN permissions. >> >> this is tested using the steps to build a system (not the same as login) >> were you created a admin and just the seed data. >> >> >> BJ Freeman sent the following on 6/17/2009 6:33 AM: >>> thanks. >>> >>> Scott Gray sent the following on 6/17/2009 3:23 AM: >>>> Done in r785538 >>>> >>>> Regards >>>> Scott >>>> >>>> HotWax Media >>>> http://www.hotwaxmedia.com >>>> >>>> On 17/06/2009, at 6:19 PM, BJ Freeman wrote: >>>> >>>>> So it is. >>>>> :D >>>>> any reason why it was not merged with 9.04 >>>>> i would consider that a bug for system not using demo data and created >>>>> their own admin login. >>>>> >>>>> >>>>> Scott Gray sent the following on 6/16/2009 8:59 PM: >>>>>> I think I did this in trunk not so long ago. >>>>>> >>>>>> Regards >>>>>> Scott >>>>>> >>>>>> ----- Original Message ----- >>>>>> From: "BJ Freeman" <[hidden email]> >>>>>> To: [hidden email] >>>>>> Sent: Wednesday, June 17, 2009 4:49:49 AM (GMT+1000) Auto-Detected >>>>>> Subject: PayPalEvents.java login ID >>>>>> >>>>>> on the return from Paypal we have custom that has the loginID >>>>>> if that fails admin is assigned. >>>>>> would not be better to assigned the system login? >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> BJ Freeman >>>>> http://www.businessesnetwork.com/automation >>>>> http://bjfreeman.elance.com >>>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >>>>> >>>>> >>>>> Systems Integrator. >>>>> >>> >> >> -- >> BJ Freeman >> http://www.businessesnetwork.com/automation >> http://bjfreeman.elance.com >> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >> >> Systems Integrator. >> > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
framework/security/data/SecurityData.xml
Regards Scott HotWax Media http://www.hotwaxmedia.com On 19/06/2009, at 12:24 PM, BJ Freeman wrote: > The only place I found he system login data was in the > applications\securityext\data\UserDemoData.xml > check me if I am wrong. > again this is using > http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting > +and+Running+OFBiz+in+5+steps > except I use 9.04 instead of trunk > > Scott Gray sent the following on 6/17/2009 3:07 PM: >> I'm sorry BJ you'll have to debug that yourself, the system >> userlogin is >> assigned full rights in the seed data so I can't imagine why you'd be >> getting permission errors. >> >> Regards >> Scott >> >> HotWax Media >> http://www.hotwaxmedia.com >> >> On 18/06/2009, at 1:34 AM, BJ Freeman wrote: >> >>> just ran this and got >>> 2009-06-17 08:22:42,954 (TP-Processor2) [ >>> ServiceDispatcher.java:528:ERROR] Error in Service [createPayment]: >>> Security Error : To Create a Payment you must either be the to or >>> from >>> party or have the PAY_INFO_CREATE or PAY_INFO_ADMIN permissions. >>> >>> this is tested using the steps to build a system (not the same as >>> login) >>> were you created a admin and just the seed data. >>> >>> >>> BJ Freeman sent the following on 6/17/2009 6:33 AM: >>>> thanks. >>>> >>>> Scott Gray sent the following on 6/17/2009 3:23 AM: >>>>> Done in r785538 >>>>> >>>>> Regards >>>>> Scott >>>>> >>>>> HotWax Media >>>>> http://www.hotwaxmedia.com >>>>> >>>>> On 17/06/2009, at 6:19 PM, BJ Freeman wrote: >>>>> >>>>>> So it is. >>>>>> :D >>>>>> any reason why it was not merged with 9.04 >>>>>> i would consider that a bug for system not using demo data and >>>>>> created >>>>>> their own admin login. >>>>>> >>>>>> >>>>>> Scott Gray sent the following on 6/16/2009 8:59 PM: >>>>>>> I think I did this in trunk not so long ago. >>>>>>> >>>>>>> Regards >>>>>>> Scott >>>>>>> >>>>>>> ----- Original Message ----- >>>>>>> From: "BJ Freeman" <[hidden email]> >>>>>>> To: [hidden email] >>>>>>> Sent: Wednesday, June 17, 2009 4:49:49 AM (GMT+1000) Auto- >>>>>>> Detected >>>>>>> Subject: PayPalEvents.java login ID >>>>>>> >>>>>>> on the return from Paypal we have custom that has the loginID >>>>>>> if that fails admin is assigned. >>>>>>> would not be better to assigned the system login? >>>>>>> >>>>>>> >>>>>>> >>>>>> -- >>>>>> BJ Freeman >>>>>> http://www.businessesnetwork.com/automation >>>>>> http://bjfreeman.elance.com >>>>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >>>>>> >>>>>> >>>>>> Systems Integrator. >>>>>> >>>> >>> >>> -- >>> BJ Freeman >>> http://www.businessesnetwork.com/automation >>> http://bjfreeman.elance.com >>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >>> >>> Systems Integrator. >>> >> > > -- > BJ Freeman > http://www.businessesnetwork.com/automation > http://bjfreeman.elance.com > http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro > Systems Integrator. > smime.p7s (3K) Download Attachment |
In reply to this post by BJ Freeman
yup and I see it is seed
but it did not load will try to duplicate why. Scott Gray sent the following on 6/18/2009 7:28 PM: > framework/security/data/SecurityData.xml > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 19/06/2009, at 12:24 PM, BJ Freeman wrote: > >> The only place I found he system login data was in the >> applications\securityext\data\UserDemoData.xml >> check me if I am wrong. >> again this is using >> http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps >> >> except I use 9.04 instead of trunk >> >> Scott Gray sent the following on 6/17/2009 3:07 PM: >>> I'm sorry BJ you'll have to debug that yourself, the system userlogin is >>> assigned full rights in the seed data so I can't imagine why you'd be >>> getting permission errors. >>> >>> Regards >>> Scott >>> >>> HotWax Media >>> http://www.hotwaxmedia.com >>> >>> On 18/06/2009, at 1:34 AM, BJ Freeman wrote: >>> >>>> just ran this and got >>>> 2009-06-17 08:22:42,954 (TP-Processor2) [ >>>> ServiceDispatcher.java:528:ERROR] Error in Service [createPayment]: >>>> Security Error : To Create a Payment you must either be the to or from >>>> party or have the PAY_INFO_CREATE or PAY_INFO_ADMIN permissions. >>>> >>>> this is tested using the steps to build a system (not the same as >>>> login) >>>> were you created a admin and just the seed data. >>>> >>>> >>>> BJ Freeman sent the following on 6/17/2009 6:33 AM: >>>>> thanks. >>>>> >>>>> Scott Gray sent the following on 6/17/2009 3:23 AM: >>>>>> Done in r785538 >>>>>> >>>>>> Regards >>>>>> Scott >>>>>> >>>>>> HotWax Media >>>>>> http://www.hotwaxmedia.com >>>>>> >>>>>> On 17/06/2009, at 6:19 PM, BJ Freeman wrote: >>>>>> >>>>>>> So it is. >>>>>>> :D >>>>>>> any reason why it was not merged with 9.04 >>>>>>> i would consider that a bug for system not using demo data and >>>>>>> created >>>>>>> their own admin login. >>>>>>> >>>>>>> >>>>>>> Scott Gray sent the following on 6/16/2009 8:59 PM: >>>>>>>> I think I did this in trunk not so long ago. >>>>>>>> >>>>>>>> Regards >>>>>>>> Scott >>>>>>>> >>>>>>>> ----- Original Message ----- >>>>>>>> From: "BJ Freeman" <[hidden email]> >>>>>>>> To: [hidden email] >>>>>>>> Sent: Wednesday, June 17, 2009 4:49:49 AM (GMT+1000) Auto-Detected >>>>>>>> Subject: PayPalEvents.java login ID >>>>>>>> >>>>>>>> on the return from Paypal we have custom that has the loginID >>>>>>>> if that fails admin is assigned. >>>>>>>> would not be better to assigned the system login? >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> -- >>>>>>> BJ Freeman >>>>>>> http://www.businessesnetwork.com/automation >>>>>>> http://bjfreeman.elance.com >>>>>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >>>>>>> >>>>>>> >>>>>>> >>>>>>> Systems Integrator. >>>>>>> >>>>> >>>> >>>> -- >>>> BJ Freeman >>>> http://www.businessesnetwork.com/automation >>>> http://bjfreeman.elance.com >>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >>>> >>>> >>>> Systems Integrator. >>>> >>> >> >> -- >> BJ Freeman >> http://www.businessesnetwork.com/automation >> http://bjfreeman.elance.com >> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >> >> Systems Integrator. >> > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
Free forum by Nabble | Edit this page |