Re: Typo error in keywordsearch.ftl

2008-08-30 Thread Jacques Le Roux
Thanks Bruno, Fixed in revision 690644. Jacques From: "Bruno Busco" <[EMAIL PROTECTED]> Hi, in file applications\order\webapp\ordermgr\entry\catalog\keywordsearch.ftl at line 30 there is a typo error that causes the refine search not work properly. Please change from: (reqeustParameters.SEARCH

Re: Idea: OFBiz self-hosting

2008-08-30 Thread Bruno Busco
David, I meant docs.ofbiz.org, the one that is hosted at hotwaxmedia (more controllable). IMO the confluence wiki functionality is surely usefull but not strictly necessary and in OFBiz it is not as urgent as an user friendly CMS feature. For instance at http://drupal.org/handbooks they handle al

Re: ofbiz upgrade doc

2008-08-30 Thread Jacques Le Roux
From: "David E. Jones" <[EMAIL PROTECTED]> We definitely need to discuss this more... The main thing to consider when updating is entities with primary key changes, which should ALWAYS be done by deprecating the current entity and creating a new one, and creating a service to move the data fro

Re: Method deprecation WAS svn commit: r690573 - in /ofbiz/trunk/applications: accounting/src/org/ofbiz/accounting/payment/ party/src/org/ofbiz/party/contact/ party/src/org/ofbiz/party/party/ product/

2008-08-30 Thread Jacques Le Roux
I will vote for "just after the release is created". Jacques From: "David E. Jones" <[EMAIL PROTECTED]> While deprecations is okay pretty much any time, removing methods or anything else is maybe better done just after a release branch. That was people can more easily use the release branch,

Re: ofbiz upgrade doc

2008-08-30 Thread David E. Jones
We definitely need to discuss this more... The main thing to consider when updating is entities with primary key changes, which should ALWAYS be done by deprecating the current entity and creating a new one, and creating a service to move the data from the old entity to the new one. There is r

Re: OFBiz self-hosting

2008-08-30 Thread Enrique Ruibal
1) First of all you have a search box on the main page I assume it is useful to search the whole site, including wiki pages. 2) you have nabble forumes nicely embedded in the portal page 3) You have main issues resolved / Opened on the main page 4) You have a newer version of confluence in the

Re: OFBiz self-hosting

2008-08-30 Thread David E. Jones
I'm interested in what you mean by this... What is it that you like on the Geronimo site? -David Enrique Ruibal wrote: I like the Geronimo Project site http://geronimo.apache.org/, wish we could see something like that in OFbiz home page.. Enrique Ruibal jacques.le.roux wrote: Interesti

Re: OFBiz self-hosting

2008-08-30 Thread Enrique Ruibal
I like the Geronimo Project site http://geronimo.apache.org/, wish we could see something like that in OFbiz home page.. Enrique Ruibal jacques.le.roux wrote: > > Interesting idea... Looking forward for comments... > > Jacques > > From: "Bruno Busco" <[EMAIL PROTECTED]> >> Hi devs, >> the O

Re: Idea: OFBiz self-hosting

2008-08-30 Thread David E. Jones
Bruno Busco wrote: Hi devs, the OFBiz CMS application is having more and more improvements and this is really good. However (as read on ML) more seems to be done. I was thinking that a using OFBiz CMS to host the www.ofbiz.org web site instead of Confluence would be the best way to have all co

Re: Method deprecation WAS svn commit: r690573 - in /ofbiz/trunk/applications: accounting/src/org/ofbiz/accounting/payment/ party/src/org/ofbiz/party/contact/ party/src/org/ofbiz/party/party/ product/

2008-08-30 Thread David E. Jones
While deprecations is okay pretty much any time, removing methods or anything else is maybe better done just after a release branch. That was people can more easily use the release branch, and when upgrading in the future know that there may be some effort involved. The idea is the same thoug

Typo error in keywordsearch.ftl

2008-08-30 Thread Bruno Busco
Hi, in file applications\order\webapp\ordermgr\entry\catalog\keywordsearch.ftl at line 30 there is a typo error that causes the refine search not work properly. Please change from: (reqeustParameters.SEARCH_CATEGORY_ID to: requestParameters.SEARCH_CATEGORY_ID -Bruno

Method deprecation WAS svn commit: r690573 - in /ofbiz/trunk/applications: accounting/src/org/ofbiz/accounting/payment/ party/src/org/ofbiz/party/contact/ party/src/org/ofbiz/party/party/ product/src/

2008-08-30 Thread Scott Gray
Removing deprecated methods before a release would be good but who knows when that would be? A search reveals 121 matches for @deprecated and I think it would be good to set a timeframe for their removal. How about 12 months after deprecation or right before a release (whichever comes first)? Re

[jira] Commented: (OFBIZ-1936) Change the text of the Induce DB.

2008-08-30 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627254#action_12627254 ] BJ Freeman commented on OFBIZ-1936: --- I wish I could tell you some of the things I have he

Re: svn commit: r690573 - in /ofbiz/trunk/applications: accounting/src/org/ofbiz/accounting/payment/ party/src/org/ofbiz/party/contact/ party/src/org/ofbiz/party/party/ product/src/org/ofbiz/product/c

2008-08-30 Thread Jacques Le Roux
Why not at the next release ? But sometimes it's better to keep it forever (working with API is hard)... So I think each case should be discussed... My 2 cents Jacques From: <[EMAIL PROTECTED]> Author: lektran Date: Sat Aug 30 13:05:40 2008 New Revision: 690573 URL: http://svn.apache.org/vie

[jira] Commented: (OFBIZ-1940) Add use of Groovy in Minilang as BeansShell is used now

2008-08-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627245#action_12627245 ] Jacques Le Roux commented on OFBIZ-1940: Something I forgot to mention, not totally

Re: svn commit: r689772 - in /ofbiz/trunk: applications/product/data/ applications/product/servicedef/ applications/product/src/org/ofbiz/product/product/ applications/product/webapp/catalog/WEB-INF/

2008-08-30 Thread Jacques Le Roux
Something I forgot to mention http://docs.ofbiz.org/pages/viewpage.action?pageId=4472 Jacques From: "Jacques Le Roux" <[EMAIL PROTECTED]> To: Sent: Saturday, August 30, 2008 1:36 AM Subject: Re: svn commit: r689772 - in /ofbiz/trunk: applications/product/data/ applications/product/servicedef/

[jira] Commented: (OFBIZ-1936) Change the text of the Induce DB.

2008-08-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627244#action_12627244 ] Jacques Le Roux commented on OFBIZ-1936: So true, I believe they do it on purpose..

[jira] Commented: (OFBIZ-1936) Change the text of the Induce DB.

2008-08-30 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627238#action_12627238 ] BJ Freeman commented on OFBIZ-1936: --- I guess I should upgrade to test, but I don't want t

Re: svn commit: r688993 - in /ofbiz/trunk/applications: order/entitydef/ order/src/org/ofbiz/order/order/ order/src/org/ofbiz/order/shoppingcart/ order/webapp/ordermgr/WEB-INF/actions/entry/ order/web

2008-08-30 Thread Bilgin Ibryam
Quoting Vikas Mayur <[EMAIL PROTECTED]>: Bilgin, I am sorry that I just post this in hurry. The error comes when you click on create order link on order confirmation screen on order manager screen. Hope this helps ! - Vikas It should be fixed in r690564 Thanks for reporting Vikas. ---

Re: OFBiz self-hosting

2008-08-30 Thread Jacques Le Roux
Interesting idea... Looking forward for comments... Jacques From: "Bruno Busco" <[EMAIL PROTECTED]> Hi devs, the OFBiz CMS application is having more and more improvements and this is really good. However (as read on ML) more seems to be done. I was thinking that a using OFBiz CMS to host the

[jira] Commented: (OFBIZ-1689) CASifying OFBiz

2008-08-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627230#action_12627230 ] Jacques Le Roux commented on OFBIZ-1689: Shi, I just realize now, this patch if fo

[jira] Commented: (OFBIZ-1528) Can't reconfigure items once they are added to cart

2008-08-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627227#action_12627227 ] Jacques Le Roux commented on OFBIZ-1528: Hi Chris, Yes, fine indeed. I noticed tha

[jira] Closed: (OFBIZ-1936) Change the text of the Induce DB.

2008-08-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1936. -- Resolution: Fixed Assignee: Jacques Le Roux Thanks BJ, Your patch is in trunk revision:

Idea: OFBiz self-hosting

2008-08-30 Thread Bruno Busco
Hi devs, the OFBiz CMS application is having more and more improvements and this is really good. However (as read on ML) more seems to be done. I was thinking that a using OFBiz CMS to host the www.ofbiz.org web site instead of Confluence would be the best way to have all contributors to see how t

Re: svn commit: r688993 - in /ofbiz/trunk/applications: order/entitydef/ order/src/org/ofbiz/order/order/ order/src/org/ofbiz/order/shoppingcart/ order/webapp/ordermgr/WEB-INF/actions/entry/ order/web

2008-08-30 Thread Vikas Mayur
Bilgin, I am sorry that I just post this in hurry. The error comes when you click on create order link on order confirmation screen on order manager screen. Hope this helps ! - Vikas On Sat, Aug 30, 2008 at 6:36 PM, Bilgin Ibryam <[EMAIL PROTECTED]> wrote: > Quoting Vikas Mayur <[EMAIL PROTECT

Re: svn commit: r688993 - in /ofbiz/trunk/applications: order/entitydef/ order/src/org/ofbiz/order/order/ order/src/org/ofbiz/order/shoppingcart/ order/webapp/ordermgr/WEB-INF/actions/entry/ order/web

2008-08-30 Thread Bilgin Ibryam
Quoting Vikas Mayur <[EMAIL PROTECTED]>: Getting following error on process order call and it is related to new field added to OrderItemShipGroup entity. Vikas, can you provide some more information on how you get this error? I couldn't find "process order call" stuff. Bilgin --

Re: svn commit: r688993 - in /ofbiz/trunk/applications: order/entitydef/ order/src/org/ofbiz/order/order/ order/src/org/ofbiz/order/shoppingcart/ order/webapp/ordermgr/WEB-INF/actions/entry/ order/web

2008-08-30 Thread Vikas Mayur
Getting following error on process order call and it is related to new field added to OrderItemShipGroup entity. Failure in create operation for entity [OrderItemShipGroup]: org.ofbiz.entity.GenericEntityException: Error while inserting: [GenericEntity:OrderItemShipGroup][carrierPartyId,UPS(java.l

Re: Issue : with disable userLogin not working.

2008-08-30 Thread Sumit Pandit
Thank you very much, David, Bilgin, and Reshi for your help. On Aug 30, 2008, at 2:24 PM, Bilgin Ibryam wrote: Hi Sumit, Here it is explained why http://www.nabble.com/Users-with-disabled-accounts-are-still-able-to-login-to18223799.html#a18225350 Bilgin --

Re: Issue : with disable userLogin not working.

2008-08-30 Thread Bilgin Ibryam
Hi Sumit, Here it is explained why http://www.nabble.com/Users-with-disabled-accounts-are-still-able-to-login-to18223799.html#a18225350 Bilgin This message was sent using IMP, the Internet Messaging Program.

Re: Issue : with disable userLogin not working.

2008-08-30 Thread Rishi Solanki
Thanks David for your reply, It would be very help ful for us. Thanks and Regards [Rishi Solanki] On Sat, Aug 30, 2008 at 2:07 PM, David E. Jones <[EMAIL PROTECTED]>wrote: > > This is actually how it is supposed to work. Accounts are generally > disabled because the user enters the wrong passwo

Re: Issue : with disable userLogin not working.

2008-08-30 Thread David E. Jones
This is actually how it is supposed to work. Accounts are generally disabled because the user enters the wrong password X number of times, and then the account is automatically re-enabled after Y number of minutes. This is all configurable in the security.properties file, and the behavior can

Issue : with disable userLogin not working.

2008-08-30 Thread Sumit Pandit
When we tried to disable(block) a user login with following route. https://demo.hotwaxmedia.com/partymgr/control/editlogin?partyId=DemoCustomer1&userLoginId=DemoCustomer1 Now here Set enable = N and save. Now after 5 mins, on ecommerce when i tried to do login with same user name : DemoCustom