Party Information

2007-12-09 Thread Brendan Vogt
Hi there, Is there any document-specific information about the party section? What I mean is I need to know what type of party is used for what? And maybe an explanation for all the input fields. I don't know when I party is a person or an employee? Every one that works for me is going to

Disabling Certain parts

2007-12-09 Thread Brendan Vogt
Hi, Can someone please direct me to the documentation how to disable certain parts? What I mean is I don't want to use the checkout and payment gateway at all, I just want to display products and their merchant and manufacturer details. I also don't want them to be able to insert address

Re: Disabling Certain parts

2007-12-09 Thread Tim Ruppert
Just don't use those pages in your customized application. You shouuld be building your app in hot-deploy, reusing parts from ecommerce / order / product, etc - and only using the parts you need. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594

RE: Instances

2007-12-09 Thread Brendan Vogt
I am talking about both. In .NET and IIS I can create a virtual directory like MyWebApp1 and MyWebApp2 then I can access it like this: http://localhost/MyWebApp1/ecommerce http://localhost/MyWebApp2/ecommerce http://localhost/MyWebApp1/webtools http://localhost/MyWebApp2/webtools This is what I

RE: Build

2007-12-09 Thread Brendan Vogt
I'm not familiar with the Java versions and releases but I downloaded the newest when I downloaded it. I have been running OFBiz on it. If have not done anything major in OFBiz yet, but I believe that nothing will go wrong. Skip what web app are you working on? Can I maybe view some of the

RE: Error with ant run-install

2007-12-09 Thread Brendan Vogt
When it installs it creates an text file in the logs directory. -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Sunday, December 09, 2007 3:16 AM To: user@ofbiz.apache.org Subject: Re: Error with ant run-install In what context? On Dec 8, 2007 9:54 AM, Brendan

RE: Disabling Certain parts

2007-12-09 Thread Brendan Vogt
Not understanding what you are saying but is there documentation on it? -Original Message- From: Tim Ruppert [mailto:[EMAIL PROTECTED] Sent: Sunday, December 09, 2007 4:48 PM To: user@ofbiz.apache.org Subject: Re: Disabling Certain parts Just don't use those pages in your customized

[no subject]

2007-12-09 Thread Brendan Vogt
Hi, I installed the seed data, and on http://localhost:8080/ecommerce/ on the right column I get the following error. I just added 2 persons and a group party, that's all. :ERROR MESSAGE: org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen

Re:

2007-12-09 Thread Raj Saini
How did you install it? Did you follow the Ofbiz Technical Production Guide? Raj Brendan Vogt wrote: Hi, I installed the seed data, and on http://localhost:8080/ecommerce/ on the right column I get the following error. I just added 2 persons and a group party, that's all. :ERROR

RE:

2007-12-09 Thread Brendan Vogt
Yes I did it 100% correct, Skip helped me a couple of weeks back and I just followed his advice again yesterday. Please just check my Log file to see if I need to worry. My point is I can't have a product with so many warnings either. -Original Message- From: Raj Saini [mailto:[EMAIL

Re:

2007-12-09 Thread Raj Saini
We may be in better position to help you if you list the steps followed to install and run the Ofbiz. Raj Brendan Vogt wrote: Yes I did it 100% correct, Skip helped me a couple of weeks back and I just followed his advice again yesterday. Please just check my Log file to see if I need to

RE:

2007-12-09 Thread Brendan Vogt
Here is it step by step as what Skip explained: Here is a step by step. Open the My Computer - Manage - Services (or do it from the control panel) and verify that postgres is running. If not start it. Select pgAdmin III from Start-Programs-PostgreSQLxxx Right click on the database and select

Re: Instances

2007-12-09 Thread Raj Saini
You can run multiple instances of Ofbiz on different ports. I would suggest you to read the Ofbiz Technical production guide available at http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide guide. You don't need to be familiar with Tomcat. Tomcat is embedded

Re:

2007-12-09 Thread Raj Saini
This seems to be perfectly fine. I believe command you have used is ant run-install and not ant-run-install. Look into the logs for any exception. Better remove the logs and re-run the install process. Watch the logs for any exceptions. If all goes fine run the Ofbiz with ant run. Raj

Re: Disabling Certain parts

2007-12-09 Thread BJ Freeman
from what you say you will not meet your 2 week deadline. I suggest you get someone already familiar with ofbiz and work out the details with them. there is a removing the tabs so they can not be seen on the backend side. on the eccomerce side it is simply changing the CSS file so those areas

RE:

2007-12-09 Thread Brendan Vogt
He made a spelling mistake. I will do it again, but I did it 3 times yesterday and all three times I got the same error. Zillions of warnings as well. I think there was about 3 exceptions. -Original Message- From: Raj Saini [mailto:[EMAIL PROTECTED] Sent: Sunday, December 09, 2007

Re: Instances

2007-12-09 Thread BJ Freeman
there is a difference from a TomCat Web server and an Embedded tomcat web server. if you were using tomcat web server you could compare it to IIS Also you are comparing a Web app like an Ecommerce store to ofbiz. ofbiz in much more than a ecommerce web app. you may be farther ahead to use

Re: Errors

2007-12-09 Thread BJ Freeman
the download you did from the svn may be the problem try doing an update from the svn trunk to see if you can add the missing files. Brendan Vogt sent the following on 12/9/2007 8:13 AM: Yes I did it 100% correct, Skip helped me a couple of weeks back and I just followed his advice again

Re:

2007-12-09 Thread BJ Freeman
you need to also install the demo data if you are not going to use the catalog manager to add website, productstore, catalog, categories, products. you also need to modify the ecommence web.xml for the website id you choose. Brendan Vogt sent the following on 12/9/2007 7:38 AM: Hi, I

RE:

2007-12-09 Thread Brendan Vogt
I need everything except the payment gateways!!! Where did I say I don't want those sections?? -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Sunday, December 09, 2007 7:23 PM To: user@ofbiz.apache.org Subject: Re: you need to also install the demo data if you

Re: errors

2007-12-09 Thread BJ Freeman
the comment about disabling sections . you did not specify which ones. Brendan Vogt sent the following on 12/9/2007 9:29 AM: I need everything except the payment gateways!!! Where did I say I don't want those sections?? -Original Message- From: BJ Freeman [mailto:[EMAIL

Re: RE:

2007-12-09 Thread Tim Ruppert
Please spend more time on docs.ofbiz.org - ALL of the information you're asking about is there. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Dec 9, 2007, at 10:29 AM, Brendan Vogt wrote: I need everything except the payment gateways!!!

RE: errors

2007-12-09 Thread Brendan Vogt
I need everything except the payment gateway and the check out, categories I need, and the rest I need as well. I will use OFBiz if someone can help me why I have so many warnings and exceptions when running it with ant run-install. Can I send log files any where? -Original Message-

Re: Postgres Databases

2007-12-09 Thread guo weizhan
your mean is two instances? If yes and your MyWebApplication is use the ofbiz add this in your ofbiz-component.xml: for tables: entity-resource type=model reader-name=main loader=main location=entitydef/entitymodel.xml/ entity-resource type=group reader-name=main loader=main

Re: Party IDs

2007-12-09 Thread Vikas Mayur
System generates the Id's like 1. I think SequenceUtil plays a role here. Every application need essential data to run. In Ofbiz we have a number of seed data files that are required to load first to run the application. So DHL comes from seed Data. On Dec 8, 2007 11:20 PM, Brendan Vogt

Re: Marketing

2007-12-09 Thread David E Jones
Actually nearly the entire home page is marketing related, could you be more specific about what you have in mind and how this would fit in with the rest of the page? -David On Sat, 8 Dec 2007 15:29:15 +0100 Jacques Le Roux [EMAIL PROTECTED] wrote: I propose to put a link to

Re: Marketing

2007-12-09 Thread Jacopo Cappellato
IMO a small but important improvement would be that of keeping uptodate the box with latest/important news. We could even try to assign/delegate the maintenance of that small part of the screen to a volunteer in the community (committer of even non committer, even if for a committer will be