OfBiz Database Installation

2007-10-20 Thread Brendan Vogt
Hi, I am new to this kind of setup. I am a C# programmer, and I am used to clicking a couple of times then everything is installed and ready to go. I am wanting to try out the OfBiz application. After hours of trying to get the source code, I managed to download it. Now I am following

OfBiz Database Installation

2007-10-20 Thread Brendan Vogt
Hi, I am new to this kind of setup. I am a C# programmer, and I am used to clicking a couple of times then everything is installed and ready to go. I am wanting to try out the OfBiz application. After hours of trying to get the source code, I managed to download it. Now I am following

Initial Data Loading

2007-10-20 Thread Brendan Vogt
Hi, I am new to this kind of setup. I am a C# programmer, and I am used to clicking a couple of times then everything is installed and ready to go. I am wanting to try out the OfBiz application. After hours of trying to get the source code, I managed to download it. Now I am following

Build

2007-10-20 Thread Brendan Vogt
Hi, How is the build.xml generated. I'm sure I doubled clicked it in Windows, then the build.xml was generated. I ran ant run-install: Then I got the following error message: BUILD FAILED C:\Development\Java\Eclipse\workspace\TestOfBiz\build.xml:106: The following error occurred

RE: OfBiz Database Installation

2007-10-20 Thread Brendan Vogt
datasource at the top, see where the derby is setup now. you can use the postgres datasource as long as you have the right version and jbc drivers in the configuration. Brendan Vogt sent the following on 10/20/2007 8:02 AM: Hi, I am new to this kind of setup. I am a C# programmer, and I am used

RE: OfBiz Database Installation

2007-10-20 Thread Brendan Vogt
Do I have to go and create a database before I run the build.xml file?? I got millions of errors while running the build.xml file with ant run-install. Here is what I could see, please help me: [java] exception report --

build.xml Still Not Working

2007-10-20 Thread Brendan Vogt
Hi guys, I have been struggling for 3 days now to get OfBiz up and running. It's been a huge mission!!! And I am really irritated. I read that article from opentaps, did what they said. I created my database as well. Then I ran ant run-install and still got 400 million errors. Please

RE: build.xml Still Not Working

2007-10-20 Thread Brendan Vogt
postgresql Brendan Vogt sent the following on 10/20/2007 5:24 PM: Hi guys, I have been struggling for 3 days now to get OfBiz up and running. It's been a huge mission!!! And I am really irritated. I read that article from opentaps, did what they said. I created my database as well

RE: build.xml Still Not Working

2007-10-20 Thread Brendan Vogt
On Oct 20, 2007, at 6:24 PM, Brendan Vogt wrote: Hi guys, I have been struggling for 3 days now to get OfBiz up and running. It's been a huge mission!!! And I am really irritated. I read that article from opentaps, did what

RE: build.xml Still Not Working

2007-10-23 Thread Brendan Vogt
=ReadCommitted pool-minsize=2 pool-maxsize=250/ /datasource Save, and exit get a command prompt in the ofbiz directory and type ant-run-install -Original Message- From: Brendan Vogt [mailto:[EMAIL PROTECTED] Sent: Saturday, October 20, 2007 5:25 PM

After running build.xml

2007-10-23 Thread Brendan Vogt
Hi, I managed to get build.xml to run, and it looks fine. Is there a way in which I can see the log file to see if an exception was thrown any where? I ran ant run-install. But when I go to the online documentation they say I must run it with seed or demo. Am I too late for this?

SVN Update

2007-10-23 Thread Brendan Vogt
Hi, I ran the build.xml and it went fine. After this build, can I still do an SVN update through Tortoise SVN?? I'm just scared that some files are over written from what was built with the build.xml Brendan

debug.properties error

2007-10-23 Thread Brendan Vogt
Hi, I cam across the following in the file: # These top level switches are used before calling Log4J, or if Log4J is not used print.verbose=ftrue print.timing=true print.info=true print.important=true print.warning=true print.error=true print.fatal=true what is ftrue or is it an

RE: ${ofbiz insall dir}/base/config/cache.properties

2007-10-23 Thread Brendan Vogt
/cache.properties Could you be more specific, ie _which_ online documentation (a URL preferably)? -David On Oct 23, 2007, at 11:44 AM, Brendan Vogt wrote: Hi, The online documentation makes use of the following line: ${ofbiz insall dir}/base/config/cache.properties

RE: SVN Update

2007-10-23 Thread Brendan Vogt
: Re: SVN Update if you use the 4.0 branch is is less prone to changes since it is getting ready for a release. it you use the trunk you are most likely to have changes all the time. best you rebuild after each svn update Brendan Vogt sent the following on 10/23/2007 10:45 AM: Hi, I ran

RE: SVN Update

2007-10-25 Thread Brendan Vogt
: Brendan Vogt [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 10:46 AM To: user@ofbiz.apache.org Subject: SVN Update Hi, I ran the build.xml and it went fine. After this build, can I still do an SVN update through Tortoise SVN?? I'm just scared that some files are over written from what

RE: After running build.xml

2007-10-25 Thread Brendan Vogt
ant run-install is what you want for the time being. It populates the database with demo data so you can play with it. When you are done, and ready to load your own data, run ant clean-all ant run-install-seed -Original Message- From: Brendan Vogt [mailto:[EMAIL PROTECTED] Sent: Tuesday

ant clean-all

2007-10-25 Thread Brendan Vogt
Hi, What does ant clean-all do exactly? Does it wipe the tables? The data?? Thanks Brendan

RE: After running build.xml

2007-10-26 Thread Brendan Vogt
Hi, I ran the build.xml file. Then I went to the read me file. I ran java -jar ofbiz.jar, and I got exceptions: 2007-10-26 14:49:47,937 (main) [ContainerLoader.java:74 :INFO ] [Startup] St arting containers... org.ofbiz.base.start.StartupException: Cannot start() org.ofbiz.base.container.N

...has no table in the database

2007-10-26 Thread Brendan Vogt
Hi, I did a rebuild and kept on getting the following warnings, is this something to worry about? 2007-10-26 14:06:17,703 (main) [ DatabaseUtil.java:343:WARN ] Entity [MarketingCampaign] has no table in the database Regards, Brendan Vogt

RE: After running build.xml

2007-10-26 Thread Brendan Vogt
: Something is using one of the ports required by OFBiz, normally a restart will solve the problem. Scott On 27/10/2007, Brendan Vogt [EMAIL PROTECTED] wrote: Hi, I ran the build.xml file. Then I went to the read me file. I ran java -jar ofbiz.jar, and I got exceptions: 2007-10-26

Ofbiz Database

2007-10-26 Thread Brendan Vogt
? Regards, Brendan Vogt

startofbiz.bat standing still

2007-10-26 Thread Brendan Vogt
Hi, When I run startofbiz.bat then all it shows is and it stays there: C:\Development\Java\Eclipse\workspace\TestOfBizstartofbiz.bat C:\Development\Java\Eclipse\workspace\TestOfBizECHO OFF C:\Development\Java\Eclipse\workspace\TestOfBizC:\Sun\SDK\jdk\bin\java -Xms25 6M -Xmx512M

RE: admin user

2007-10-26 Thread Brendan Vogt
that is installed you should see it. Brendan Vogt sent the following on 10/26/2007 11:34 AM: Hi, Where would I find admin with password of ofbiz? Why isn't it at party? Is there documentation about ofbiz explaining the various areas of the site? Regards, Brendan Vogt

Ofbiz in Eclipse

2007-10-26 Thread Brendan Vogt
at the web page code as well. Please can someone advise? Regards, Brendan Vogt

OfBiz Webpages

2007-10-26 Thread Brendan Vogt
Hi, Can someone please explain to me how the web pages are created because I went through the files and didn't see much or any webpages of any sort, except a couple of jsp pages which meant nothing. Regards, Brendan Vogt

URL Rewriting

2007-10-26 Thread Brendan Vogt
Hi, How would I implement URL rewriting in Ofbiz? I don't like the URLs that it generates. It's ugly and not neat. Regards, Brendan Vogt

Development Tools

2007-11-07 Thread Brendan Vogt
Hi, This is a little bit off from OfBiz but it can help in my web design. I need to advice from the experienced web designers. I am looking at working through the Yahoo user interface API, and I was wondering if there is a tool/program/IDE available that is up-to-date with the XHTML and

OfBiz Hosting

2007-11-07 Thread Brendan Vogt
Hi, Any ideas where I can host Ofbiz if I decide to go that route? Any really good hosting companies? If any one is from South Africa, please advise. Regards, Brendan

RE: Log Files

2007-11-07 Thread Brendan Vogt
McAfee SiteAdvisor Warning This e-mail message contains potentially unsafe links to these sites: xerox.com [Brendan Vogt wrote] Hi, Is the ofbiz.txt the only log file that I need to check if the buils was successful? I build using ant build from the base directory

Log Files

2007-11-07 Thread Brendan Vogt
Hi, Is the ofbiz.txt the only log file that I need to check if the buils was successful? Brendan

RE: Hacked!!!

2007-11-07 Thread Brendan Vogt
Gsh how did that happen?? Who hosts your account?? It's so unnecessary for some to do this!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 8:30 AM To: user@ofbiz.apache.org Subject: Hacked!!! Hmmm Well folks, my hosting

RE: Hacked!!!

2007-11-07 Thread Brendan Vogt
make a new one and get on with life. But, I am keeping [EMAIL PROTECTED] for a while as a humility reminder. Skip -Original Message- From: Brendan Vogt [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 10:32 PM To: user@ofbiz.apache.org Subject: RE: Hacked!!! Gsh how did

Disabling Features

2007-11-11 Thread Brendan Vogt
Hi, I need the full features of the Ofbiz e-commerce system but I need certain features disabled. I don't need a payment system/gateway, so this means now shopping cart. I just need a display of the products. How do I do this? I also need the address insertion disabled because the customer

Manufacturers and Merchants

2007-11-11 Thread Brendan Vogt
Hi, Where do I insert something about a manufacturer? Then I also need to add data about a vendor/merchant, like a product is available on ebay, Amazon, etc. Brendan

Multiple Stores

2007-11-11 Thread Brendan Vogt
Hi, I am looking to use the Ofbiz framework for a shopping site, as well as a property site. I want users that register on the shoppingsite to be able to use the shopping site as well, and vice versa. Will I need to create a seperate database? Basically I need something like

Databases

2007-11-11 Thread Brendan Vogt
Hi, Of all the databases that Ofbiz cab run on, which is the most suitable database? I am currently running on Postgres. I think (can't remember correctly) but think Ofbiz comes with something like Olap, which I don't think it is supported in Postgres. I am looking at a database that can

Newer Version of Ofbiz

2007-11-11 Thread Brendan Vogt
Hi, I am looking to implement my website soon, but I need to know when the newer version of Ofbiz will be released. I don't want to implement my website and then the newer version is released the next week. The newer version, will it look like the latest download of the current version, or is

Yahoo User Interface API

2007-11-11 Thread Brendan Vogt
Hi, I am working through the YUI, is it possible to implement their layouts with Ofbiz? Brendan

Re: Yahoo User Interface API

2007-11-11 Thread Brendan Vogt
of the RTML, no if your talking about the static html after compiling the RTML, probably since it is css driven. The API is more for backend processing. Brendan Vogt sent the following on 11/11/2007 12:46 AM: Hi, I am working through the YUI, is it possible to implement their layouts

RE: Newer Version of Ofbiz

2007-11-11 Thread Brendan Vogt
much now. Anyway it's only bug fixes that are going there, no new features or such. So changes are very tiny and localised Jacques De : Brendan Vogt [EMAIL PROTECTED] Hi, I am looking to implement my website soon, but I need to know when the newer version of Ofbiz will be released. I don't want

RE: Databases

2007-11-11 Thread Brendan Vogt
. As far as Olap look at the work in specialpurpose\bi folder in the trunk svn. Brendan Vogt sent the following on 11/11/2007 12:43 AM: Hi, Of all the databases that Ofbiz cab run on, which is the most suitable database? I am currently running on Postgres. I think (can't remember correctly

RE: Newer Version of Ofbiz

2007-11-11 Thread Brendan Vogt
features and not considered stable IMHO. I suggest you subscribe to the commit ML then you can add commits to ver 4.0 if you understand the effects it will have. Brendan Vogt sent the following on 11/11/2007 12:45 AM: Hi, I am looking to implement my website soon, but I need to know when

Newer Version of OFBiz SVN Link

2007-11-11 Thread Brendan Vogt
Hi, Is this the link to the newer version of OFBiz? Version 4 that is: http://svn.apache.org/repos/asf/ofbiz/trunk/ Brendan

Documentation

2007-11-11 Thread Brendan Vogt
Hi, I have reached my ADSL cap and I was wondering if there is any documentation that I can download that I can read offline. I am referring specifically to adding products, categories, changing themes, etc etc etc.. Brendan

RE: Newer Version of OFBiz SVN Link

2007-11-11 Thread Brendan Vogt
I got that thanks. -Original Message- From: Jacques Le Roux [mailto:[EMAIL PROTECTED] Sent: Sunday, November 11, 2007 5:09 PM To: user@ofbiz.apache.org Subject: Re: Newer Version of OFBiz SVN Link No, it's http://svn.apache.org/repos/asf/ofbiz/branches/release4.0/ Jacques Hi,

RE: Databases

2007-11-11 Thread Brendan Vogt
more power you could have a look at http://www.enterprisedb.com/ or such I already sent you a link to this article too http://www.techworld.com/storage/features/index.cfm?featureid=3729pagtype=a ll did you read it ? Jacques De : Brendan Vogt [EMAIL PROTECTED] I know that, but I am looking for a good

RE: Yahoo User Interface API

2007-11-11 Thread Brendan Vogt
Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Nov 11, 2007, at 5:37 AM, Brendan Vogt wrote: I want to change the design of the front-end, that's what I mean, and use the Yahoo layouts, and their menus, etc. etc. etc. Is this possible? No offence, the current layout

Version 4

2007-11-11 Thread Brendan Vogt
Hi, I am in the entityengine.xml and it looks a little different. I'm not sure if the previous version contained the following section: delegator name=other entity-model-reader=main entity-group-reader=main entity-eca-reader=main group-map group-name=org.ofbiz

RE: Newer Version of Ofbiz

2007-11-11 Thread Brendan Vogt
the yahoo gateway information is used. Sorry don't have a demo up yet. Hopefully after Christmas. Brendan Vogt sent the following on 11/11/2007 4:38 AM: Let me see your production website please. -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Sunday

RE: Databases

2007-11-11 Thread Brendan Vogt
: Databases I went from MS SQL 7 to postgresql and have been there since. That is not a recommendation compared to other DB's I have no reason to look for another DB. Brendan Vogt sent the following on 11/11/2007 4:38 AM: So what would you recommend? Currently I use SQL Server 2005, but I am

RE: Databases

2007-11-11 Thread Brendan Vogt
There are the following delegators: delegator name=default... group-map group-name=org.ofbiz datasource-name=localderby/ /delegator delegator name=default-no-eca... group-map group-name=org.ofbiz datasource-name=localderby/ /delegator delegator name=test... group-map group-name=org.ofbiz

RE: Databases

2007-11-11 Thread Brendan Vogt
+Guide So these are the only 3 that I need to change to localpostgres?? actually you only need to change the first one. but it does not hurt to change them all. do a search through the code for delegator to get an idea what it does. Olap is not a part of ver4.0 Brendan Vogt sent the following on 11

RE: Olap

2007-11-11 Thread Brendan Vogt
4? -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Sunday, November 11, 2007 9:42 PM To: user@ofbiz.apache.org Subject: Re: Olap no, it is a new feature. it is in the trunk ver4.0 is not putting in new features since its branch Brendan Vogt sent the following on 11

RE: Is this Possible with OFBiz?

2007-12-04 Thread Brendan Vogt
- From: BJ Freeman [EMAIL PROTECTED] Date: Tue, 04 Dec 2007 09:04:45 To:user@ofbiz.apache.org Subject: Re: Is this Possible with OFBiz? possible, but would need programming Brendan Vogt sent the following on 12/4/2007 3:56 AM: Hi, Is this Possible with OFBiz? http

OFBiz Size

2007-12-08 Thread Brendan Vogt
Hi, What is the OFBiz size of thw whole app more or less? I am downloading, it's taken me almost an hour, it's still downloading. I can't remember it downloading this long, and it's over 200MB big so far. If I can remember then it was in the region of 40MB? Brendan

RE: Latest Version

2007-12-08 Thread Brendan Vogt
Version 4.0 branch - a snapshot of the trunk from a couple of months ago and then updated fairly regularly with bugfixes but no new features Regards Scott On 08/12/2007, Brendan Vogt [EMAIL PROTECTED] wrote: Thanks, but trunk is also version 4?? It's not maybe the previous release

OFBiz Hosting

2007-12-08 Thread Brendan Vogt
? Regards, Brendan Vogt Web Applications Developer Telephone: +27 51 446 1494 Mobile: +27 73 650 6305 E-mail: [EMAIL PROTECTED]

RE: Stats and Audit Info

2007-12-08 Thread Brendan Vogt
and by whom this is also assuming that each person has their own loginID. There is no central report that gives you this information. Brendan Vogt sent the following on 12/8/2007 1:08 AM: Hi, Is there any ways that I can view to see which products were clicked on? I want to see what

Stats and Audit Info

2007-12-08 Thread Brendan Vogt
Hi, Is there any ways that I can view to see which products were clicked on? I want to see what are popular products, etc etc etc. Also, Are there any audit info? I want to see if a product/category/user etc is updated and by whom. Brendan

RE: Latest Version

2007-12-08 Thread Brendan Vogt
updated very frequently and may not be stable at all the times. Version branch (e.g version 4) may not have all the latest features but more stable and well tested. Thanks, Raj Brendan Vogt wrote: Thanks but how do I know if that is the newest version 4 with all it's updates? I don't want

OFBiz Load Times

2007-12-07 Thread Brendan Vogt
Hi, The OFBiz page loads, how does this compare to a .NET page?? Does it load faster?? I have a simple .NET page, all done with DIVs, but it takes 3 seconds to load locally. There is 1 large Google image ad, but it does bring back nothing from the server, so it is supposed to load quick.

RE: Latest Version

2007-12-07 Thread Brendan Vogt
need download the latest version by svn, here is the access url: http://docs.ofbiz.org/display/OFBADMIN/Source+Repository+and+Access 2007/12/8, Brendan Vogt [EMAIL PROTECTED]: Hi, Do I still download the latest version here: ./ofbiz/branches/release4.0 I always downloaded

Latest Version

2007-12-07 Thread Brendan Vogt
Hi, Do I still download the latest version here: ./ofbiz/branches/release4.0 I always downloaded the previous version from trunk. I'm looking for the very latest, not just version 4 but all the changes and updates that you guys did yesterday, and right up to the this email being

RE: Stats and Audit Info

2007-12-08 Thread Brendan Vogt
the ml archives for stats Brendan Vogt sent the following on 12/8/2007 1:31 AM: I actually posted this question about the stats a while ago, don't know what happened to reply, I can't find it. Someone actually wrote a section where he has such stats. I'm actually hoping he replies again

RE: OFBiz Hosting

2007-12-08 Thread Brendan Vogt
: Saturday, December 08, 2007 11:22 AM To: user@ofbiz.apache.org Subject: Re: OFBiz Hosting not sure what start stop button you talking about. what is the requirement to stop an start that you are concerned about? Brendan Vogt sent the following on 12/8/2007 12:35 AM: Hi, I am not familiar

RE: OFBiz Size

2007-12-08 Thread Brendan Vogt
if the properties on a xp machine sees the .svn folders or not but it shows 224mb 22,925 files 10,230 folders Brendan Vogt sent the following on 12/8/2007 1:39 AM: Hi, What is the OFBiz size of thw whole app more or less? I am downloading, it's taken me almost an hour, it's still downloading

RE: Build

2007-12-08 Thread Brendan Vogt
in in the control panel system area. Also, get rid of java 6. This code uses java 5. Make sure JAVA_HOME points to it. I put the java bin dir in my path. Also, if you have a command prompt and type: java -version It should report 1.5x Cheers Skip -Original Message- From: Brendan

RE: Build

2007-12-08 Thread Brendan Vogt
) -Original Message- From: Brendan Vogt [EMAIL PROTECTED] Date: Sat, 8 Dec 2007 15:38:43 To:user@ofbiz.apache.org Subject: RE: Build Hi Skip, I just went through my OFBiz emails and came upon this one. You said that I should not use Java 6. How would I know that?? I did java -version

RE: Build

2007-12-08 Thread Brendan Vogt
AFAIK?? -Original Message- From: Jacques Le Roux [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 4:12 PM To: user@ofbiz.apache.org Subject: Re: Build AFAIK, there are no problems with 1.6. Jacques De : Brendan Vogt [EMAIL PROTECTED] And why is this not supposed

RE: Latest Version

2007-12-08 Thread Brendan Vogt
for example there is version 4.0 branch. Raj Brendan Vogt wrote: Thanks, but trunk is also version 4?? It's not maybe the previous release? -Original Message- From: Raj Saini [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 10:25 AM To: user@ofbiz.apache.org Subject: Re

Error with ant run-install

2007-12-08 Thread Brendan Vogt
Hi, Anything that I need to worry about here?? 2007-12-08 18:34:03,281 (main) [ DatabaseUtil.java:2870:ERROR] Could not create foreign key indices for entity [PartyInvitationRoleAssoc]: SQL Exception while executing the following: CREATE INDEX PARTYINVITATION ON

Warning in ant run-install

2007-12-08 Thread Brendan Vogt
Hi, Anything to worry about here? 2007-12-08 18:37:23,343 (Dispatcher-Thread-1) [ ?:? :WARN ] Discarded 1 messages due to full event buffer including: Table named [public.WORKFLOW_SPECIFICATION] exists in the database but has no corresponding entity Brendan

Postgres Databases

2007-12-08 Thread Brendan Vogt
Hi, I am using Postgres database for my OFBiz apps. But I want to run 2 different apps. I want my web application to be one, and and ofbiz to be the other. The ofbiz I want to use to test and play around. I am using the ofbiz database created with username and password of ofbiz. So I

Postgres OLAP

2007-12-08 Thread Brendan Vogt
Hi, Please check the following piece of code: delegator name=default entity-model-reader=main entity-group-reader=main entity-eca-reader=main distributed-cache-clear-enabled=false group-map group-name=org.ofbiz datasource-name=localpostgres/ group-map group-name=org.ofbiz.olap

Merchant Manufacturer Roles

2007-12-08 Thread Brendan Vogt
Hi, I have added a merchant, a company that sells computer components, which roles would suite a merchant? Supplier? The same goes for a manufacturer. A manufacturer is like LG, Sony, they are the makers of a product. These roles that I am assigning to them, are they needed? They will

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: Instances

2007-12-09 Thread Brendan Vogt
@ofbiz.apache.org Subject: Re: Instances definition are very important here by web app are you meaning the complete ofbiz application or the Ecommerce web app. http://localhost:8080/ecommerce/ if it is the ecommerce side look at the clone in the ecommerce folder. Brendan Vogt sent the following on 12/8

RE: Build

2007-12-09 Thread Brendan Vogt
be related to other issues. Suggest you give it a try. Skip -Original Message- From: Brendan Vogt [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 5:39 AM To: user@ofbiz.apache.org Subject: RE: Build Hi Skip, I just went through my OFBiz emails and came upon this one. You

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
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 f:801.649.6595 On Dec 9, 2007, at 6:54 AM, Brendan Vogt wrote

[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 Brendan Vogt
PROTECTED] Sent: Sunday, December 09, 2007 6:06 PM To: user@ofbiz.apache.org Subject: Re: 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

RE:

2007-12-09 Thread Brendan Vogt
jdbc-password=ofbiz isolation-level=ReadCommitted pool-minsize=2 pool-maxsize=250/ /datasource Save, and exit get a command prompt in the ofbiz directory and type ant-run-install Regards, Brendan Vogt Web Applications Developer

RE:

2007-12-09 Thread Brendan Vogt
fine run the Ofbiz with ant run. Raj Brendan Vogt wrote: 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

RE:

2007-12-09 Thread Brendan Vogt
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 installed the seed data, and on http://localhost:8080

RE: errors

2007-12-09 Thread Brendan Vogt
- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Sunday, December 09, 2007 7:39 PM To: user@ofbiz.apache.org Subject: Re: errors 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

(Dispatcher-Thread-1) [ ?:? :WARN ]

2007-12-10 Thread Brendan Vogt
Hi, What does this mean? 2007-12-10 11:05:26,390 (Dispatcher-Thread-1) [ ?:? :WARN ] Discarded 8 messages due to full event buffer including: Table named [public.FIN_ACCOUNT_TRANS_TYPE_ATTR] exists in the database but has no corresponding entity Anything to worry

Facility (Warehouse) Setup

2007-12-10 Thread Brendan Vogt
Hi, I am working through the business setup docs. And I changed my company name, and now I am at the Facility (Warehouse) Setup. I don't understand this? Why do I need this? They ask again for an address and contact details, etc. Please can someone explain this to me? Brendan

RE: (Dispatcher-Thread-1) [ ?:? :WARN ]

2007-12-10 Thread Brendan Vogt
What do you mean opentaps related? -Original Message- From: Jacques Le Roux [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 12:27 PM To: user@ofbiz.apache.org Subject: Re: (Dispatcher-Thread-1) [ ?:? :WARN ] I guess opentaps related ? no worries anyway Jacques De : Brendan

Category Setup

2007-12-10 Thread Brendan Vogt
I am busy reading and working through the following section that says: Category Setup As described in the Catalog Setup section there are various basic Categories that we need to create for our new Catalog. We will create four categories: 1. A Browse Root Category 2. A top-level

Catalogs Understanding Not Making Sense

2007-12-10 Thread Brendan Vogt
Hi, I am not understanding the concept of catalogs. I am having a shop with various products, like computers, electronics, etc. Can someone maybe give me a real life example of online catalogs and maybe explain it in a little more detail? Brendan

RE: Party IDs

2007-12-10 Thread Brendan Vogt
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 [EMAIL PROTECTED] wrote: Hi, I see some party IDs are like

RE: Party IDs

2007-12-10 Thread Brendan Vogt
http://localhost:8080/webtools application. You can give your own ids (not system generated) in the data you creating for your application. Raj Brendan Vogt wrote: DHL can not come from seed data because in my seed data I only have 3 parties that were created. I the demo data there is a party

RE: Party IDs

2007-12-10 Thread Brendan Vogt
Thanks Walter. How do I delete a party with all the values like address details that were saved for that party? -Original Message- From: Walter Vaughan [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 4:21 PM To: user@ofbiz.apache.org Subject: Re: Party IDs Brendan Vogt wrote

RE: Party IDs

2007-12-10 Thread Brendan Vogt
I'm from South Africa. -Original Message- From: Walter Vaughan [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 4:31 PM To: user@ofbiz.apache.org Subject: Re: Party IDs Brendan Vogt wrote: Thanks Walter. How do I delete a party with all the values like address details

RE: Party IDs

2007-12-10 Thread Brendan Vogt
of the questions your asking. The resources are setup for people just like you (which is where most of us started). Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Dec 10, 2007, at 7:34 AM, Brendan Vogt wrote: I'm from South Africa

RE: Catalogs Understanding Not Making Sense

2007-12-10 Thread Brendan Vogt
, Brendan Vogt [EMAIL PROTECTED] wrote: Hi, I am not understanding the concept of catalogs. I am having a shop with various products, like computers, electronics, etc. Can someone maybe give me a real life example of online catalogs and maybe explain it in a little more detail? Brendan

RE: Catalogs Understanding Not Making Sense

2007-12-10 Thread Brendan Vogt
catalog that is unique to a demographic. On Dec 10, 2007 10:30 AM, Brendan Vogt [EMAIL PROTECTED] wrote: Thanks Jim. So if I am working towards something like the categories at http://shopping.aol.com where they list all the categories and sub categories, then something like Computer and Office

  1   2   >