|
Bugs under Getting and Running OFBiz in 5 steps
----------------------------------------------- Key: OFBIZ-2600 URL: https://issues.apache.org/jira/browse/OFBIZ-2600 Project: OFBiz Issue Type: Bug Affects Versions: Release Branch 9.04, SVN trunk Environment: branch 9.04 Centos 5 using open JDK 1.6 Reporter: BJ Freeman Priority: Minor Fix For: Release Branch 9.04, SVN trunk http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps did a ant run-install-extseed load-admin-user-login -DuserLoginId=<ENTER-A-USER-LOGIN-HERE> I am finding different bug in this configuration so this is the focal point for them. I will make a comment with same data to show. 1)Party profile get all scrunched up if imported. 2) Customer role is not appended to a new customer when created thru the ecommerce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
[ https://issues.apache.org/jira/browse/OFBIZ-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719057#action_12719057 ] BJ Freeman commented on OFBIZ-2600: ----------------------------------- #2 this is the error message Create a new cusomter through the ecommerce site. ProductStore requires that customers be associated with it, and the logged in user is NOT associated with it in the CUSTOMER role; first thought it meant there was not customer role check and it was assigned. also note that the Security group for MY_PORTAL is not assigned. this may be due to the error on the Product Store being Associated with it. > Bugs under Getting and Running OFBiz in 5 steps > ----------------------------------------------- > > Key: OFBIZ-2600 > URL: https://issues.apache.org/jira/browse/OFBIZ-2600 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04, SVN trunk > Environment: branch 9.04 > Centos 5 > using > open JDK 1.6 > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Branch 9.04, SVN trunk > > > http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps > did a > ant run-install-extseed load-admin-user-login -DuserLoginId=<ENTER-A-USER-LOGIN-HERE> > I am finding different bug in this configuration so this is the focal point for them. > I will make a comment with same data to show. > 1)Party profile get all scrunched up if imported. > 2) Customer role is not appended to a new customer when created thru the ecommerce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-2600: ------------------------------ Comment: was deleted (was: #2 this is the error message Create a new cusomter through the ecommerce site. ProductStore requires that customers be associated with it, and the logged in user is NOT associated with it in the CUSTOMER role; first thought it meant there was not customer role check and it was assigned. also note that the Security group for MY_PORTAL is not assigned. this may be due to the error on the Product Store being Associated with it. ) > Bugs under Getting and Running OFBiz in 5 steps > ----------------------------------------------- > > Key: OFBIZ-2600 > URL: https://issues.apache.org/jira/browse/OFBIZ-2600 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04, SVN trunk > Environment: branch 9.04 > Centos 5 > using > open JDK 1.6 > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Branch 9.04, SVN trunk > > > http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps > did a > ant run-install-extseed load-admin-user-login -DuserLoginId=<ENTER-A-USER-LOGIN-HERE> > I am finding different bug in this configuration so this is the focal point for them. > I will make a comment with same data to show. > 1)Party profile get all scrunched up if imported. > 2) Customer role is not appended to a new customer when created thru the ecommerce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719364#action_12719364 ] BJ Freeman commented on OFBIZ-2600: ----------------------------------- #2 is not valid > Bugs under Getting and Running OFBiz in 5 steps > ----------------------------------------------- > > Key: OFBIZ-2600 > URL: https://issues.apache.org/jira/browse/OFBIZ-2600 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04, SVN trunk > Environment: branch 9.04 > Centos 5 > using > open JDK 1.6 > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Branch 9.04, SVN trunk > > > http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps > did a > ant run-install-extseed load-admin-user-login -DuserLoginId=<ENTER-A-USER-LOGIN-HERE> > I am finding different bug in this configuration so this is the focal point for them. > I will make a comment with same data to show. > 1)Party profile get all scrunched up if imported. > 2) Customer role is not appended to a new customer when created thru the ecommerce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728004#action_12728004 ] BJ Freeman commented on OFBIZ-2600: ----------------------------------- #1 is due to the fact that the Admin login is not associatied with a part Admin. Actually no party admin iD is created. two approaches come to mind: A) have seed data for admin party that the admin login is associated with. B) have another parameter for AdminID in the Script that a base admin party is created and the admin is login. This would include default preferences. I favor this one. > Bugs under Getting and Running OFBiz in 5 steps > ----------------------------------------------- > > Key: OFBIZ-2600 > URL: https://issues.apache.org/jira/browse/OFBIZ-2600 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04, SVN trunk > Environment: branch 9.04 > Centos 5 > using > open JDK 1.6 > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Branch 9.04, SVN trunk > > > http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps > did a > ant run-install-extseed load-admin-user-login -DuserLoginId=<ENTER-A-USER-LOGIN-HERE> > I am finding different bug in this configuration so this is the focal point for them. > I will make a comment with same data to show. > 1)Party profile get all scrunched up if imported. > 2) Customer role is not appended to a new customer when created thru the ecommerce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728004#action_12728004 ] BJ Freeman edited comment on OFBIZ-2600 at 7/7/09 2:33 AM: ----------------------------------------------------------- #1 is due to the fact that the Admin login is not associatied with a party admin. so there is not preference. Actually no party admin iD is created. two approaches come to mind: A) have seed data for admin party that the admin login is associated with. B) have another parameter for AdminID in the Script that a base admin party is created and the admin is login. This would include default preferences. I favor this one. was (Author: bjfreeman): #1 is due to the fact that the Admin login is not associatied with a part Admin. Actually no party admin iD is created. two approaches come to mind: A) have seed data for admin party that the admin login is associated with. B) have another parameter for AdminID in the Script that a base admin party is created and the admin is login. This would include default preferences. I favor this one. > Bugs under Getting and Running OFBiz in 5 steps > ----------------------------------------------- > > Key: OFBIZ-2600 > URL: https://issues.apache.org/jira/browse/OFBIZ-2600 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04, SVN trunk > Environment: branch 9.04 > Centos 5 > using > open JDK 1.6 > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Branch 9.04, SVN trunk > > > http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps > did a > ant run-install-extseed load-admin-user-login -DuserLoginId=<ENTER-A-USER-LOGIN-HERE> > I am finding different bug in this configuration so this is the focal point for them. > I will make a comment with same data to show. > 1)Party profile get all scrunched up if imported. > 2) Customer role is not appended to a new customer when created thru the ecommerce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754524#action_12754524 ] Jacques Le Roux commented on OFBIZ-2600: ---------------------------------------- Hi Jacopo, What do you think about 1-B, it seems reasonable ? (I did not test anything just read) > Bugs under Getting and Running OFBiz in 5 steps > ----------------------------------------------- > > Key: OFBIZ-2600 > URL: https://issues.apache.org/jira/browse/OFBIZ-2600 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04, SVN trunk > Environment: branch 9.04 > Centos 5 > using > open JDK 1.6 > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Branch 9.04, SVN trunk > > > http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps > did a > ant run-install-extseed load-admin-user-login -DuserLoginId=<ENTER-A-USER-LOGIN-HERE> > I am finding different bug in this configuration so this is the focal point for them. > I will make a comment with same data to show. > 1)Party profile get all scrunched up if imported. > 2) Customer role is not appended to a new customer when created thru the ecommerce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759009#action_12759009 ] Jacques Le Roux commented on OFBIZ-2600: ---------------------------------------- Hi BJ, I wonder if the new Setup component is not the solution now. I did not test, could you ? > Bugs under Getting and Running OFBiz in 5 steps > ----------------------------------------------- > > Key: OFBIZ-2600 > URL: https://issues.apache.org/jira/browse/OFBIZ-2600 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04, SVN trunk > Environment: branch 9.04 > Centos 5 > using > open JDK 1.6 > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Branch 9.04, SVN trunk > > > http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps > did a > ant run-install-extseed load-admin-user-login -DuserLoginId=<ENTER-A-USER-LOGIN-HERE> > I am finding different bug in this configuration so this is the focal point for them. > I will make a comment with same data to show. > 1)Party profile get all scrunched up if imported. > 2) Customer role is not appended to a new customer when created thru the ecommerce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764325#action_12764325 ] BJ Freeman commented on OFBIZ-2600: ----------------------------------- I will leave that up to you since I use a differnt setup in my systems. feel free to close this issue. > Bugs under Getting and Running OFBiz in 5 steps > ----------------------------------------------- > > Key: OFBIZ-2600 > URL: https://issues.apache.org/jira/browse/OFBIZ-2600 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04, SVN trunk > Environment: branch 9.04 > Centos 5 > using > open JDK 1.6 > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Branch 9.04, SVN trunk > > > http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps > did a > ant run-install-extseed load-admin-user-login -DuserLoginId=<ENTER-A-USER-LOGIN-HERE> > I am finding different bug in this configuration so this is the focal point for them. > I will make a comment with same data to show. > 1)Party profile get all scrunched up if imported. > 2) Customer role is not appended to a new customer when created thru the ecommerce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
| Free forum by Nabble | Edit this page |
