ProductConfig entity

2008-11-22 Thread Divesh Dutta
Hello all, I was reviewing democonfigurator.xml of ecommerce.In ProductConfig entity, configTypeId="QUESTION" is given.What is the use of this field? Is it mandatory to mention it? Regards Divesh Dutta

DERBY Database

2008-11-22 Thread Divya Nair
Hi All, Can somebody tell me about where is Derby Database file physically located?? Basically I wanted to see the ER Diagram of this database through third party softwares like Eclipse,Aquafold etc... Thanks in Advance!!! Regards, Divya -- View this message in context: http://www.nabble.

Re: DERBY Database

2008-11-22 Thread Divesh Dutta
Hi Divya, Derby jdbc driver is in framework/entity/lib/jdbc/derby.jar and database physically located in runtime/data/derby/[db_name]. If this is not what you need then please explain your question in brief. Regards Divesh Dutta - Original Message - From: "Divya Nair" <[EMAIL P

Re: ProductConfig entity

2008-11-22 Thread BJ Freeman
http://demo.hotwaxmedia.com/ecommerce/control/product?product_id=PC001 is the configured product you looking at. here is the actual config page for what you are looking at https://demo.hotwaxmedia.com/catalog/control/EditProductConfigs?productId=PC001 Divesh Dutta sent the following on 11/22/200

Re: Book on Apache OFBiz development

2008-11-22 Thread Eric DE MAULDE
Hi, Have people bought and read this book ? What is your opinion ? My goal is to lean in order to improve or create services in trunk ! Thanks Eric - Original Message - From: "Jacques Le Roux" <[EMAIL PROTECTED]> To: Sent: Monday, November 10, 2008 7:24 PM Subject: Re: Book on Apach

Derby To MySQL

2008-11-22 Thread Divya Nair
Hi All, How can the default database of derby which comes with ofbiz be ported to mysql ? This is for studying the database using ER tool Thanks in Advance... Regards, Divya -- View this message in context: http://www.nabble.com/Derby-To-MySQL-tp20636733p20636733.html Sent from the OFB

Re: Derby To MySQL

2008-11-22 Thread Hans Bakker
You will be surprised! The ER tool is build-ingo to webtools and then select 'entity reference enjoy! Regards Hans On Sat, 2008-11-22 at 06:04 -0800, Divya Nair wrote: > Hi All, > > How can the default database of derby which comes with ofbiz be ported to > mysql ? > This is for studying t

Re: Derby To MySQL

2008-11-22 Thread Divesh Dutta
Hi Divya, 1)Go to framework/entity/config/entityengine.xml 2)Wherever its written datasource-name="localderby" ,you can change it to "localmysql". 3)Then go to settings of "locamysql" 4)Give jdbc-uri="jdbc:postgresql://127.0.0.1/db_name" 5)Give jdbc-use

Re: Derby To MySQL

2008-11-22 Thread Vivek Mishra
Hi Divya, For this you need to do some changes in entityengine.xml file of OFBiz. Kind Rigards, -- Vivke Mishra - Original Message - From: "Hans Bakker" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Saturday, November 22, 2008 7:46:01 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delh

Re: Derby To MySQL

2008-11-22 Thread Divya Nair
Thank You so much Divesh Dutta wrote: > > Hi Divya, > 1)Go to framework/entity/config/entityengine.xml > 2)Wherever its written datasource-name="localderby" ,you can > change it to "localmysql". > 3)Then go to settings of "locamysql" > 4)Give jdbc-uri="jdb

Re: Derby To MySQL

2008-11-22 Thread Vivek Mishra
A bit amendment in line 4) " jdbc-uri="jdbc:mysql://127.0.0.1" Kind Regards, -- Vivek Mishra - Original Message - From: "Divya Nair" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Saturday, November 22, 2008 8:09:17 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: Re: Derby

price, configuration from virtual product to variants

2008-11-22 Thread Eric DE MAULDE
Hi, I would like to transmit same price / configuration ... from virtual product to its variants, in case of price/configuration creating, updating, deleting into the virtual product and updat works automatically into related variants. Could you advise me to learn how to process ? I have to use

Re: Derby To MySQL

2008-11-22 Thread Sven Wesley
Here's a well explained howto also. http://friendfeed.s3.amazonaws.com/9578c31cabe457a801b23c9e2d3a5f047b983226 2008/11/22 Vivek Mishra <[EMAIL PROTECTED]> > A bit amendment in line 4) " jdbc-uri="jdbc:mysql://127.0.0.1" > > Kind Regards, > -- > Vivek Mishra > - Original Message - > From:

Re: Derby To MySQL

2008-11-22 Thread Sven Wesley
Darn!!! Wrong URL in the copy buffer. :) http://lj4newbies.blogspot.com/2008/06/setup-mysql-with-ofbiz.html 2008/11/22 Sven Wesley <[EMAIL PROTECTED]> > Here's a well explained howto also. > http://friendfeed.s3.amazonaws.com/9578c31cabe457a801b23c9e2d3a5f047b983226 > > 2008/11/22 Vivek Mishra <

Re: Derby To MySQL

2008-11-22 Thread BJ Freeman
here is an explanation http://ofbiz.apache.org/docs/entityconfig.html if you look in the entityengine.xml you will find the mysql you can replace the derby with. you can export the derby with webtools then import once the mysql is running, if you have more than the demo data. other wise just do ant

Re: Book on Apache OFBiz development

2008-11-22 Thread Colin Rooney
Eric DE MAULDE wrote: > Hi, > > Have people bought and read this book ? > What is your opinion ? > My goal is to lean in order to improve or create services in trunk ! > > Thanks > > Eric > > - Original Message - From: "Jacques Le Roux" > <[EMAIL PROTECTED]> > To: > Sent: Monday, November

Problem with stylesheet when I change a webapp to root mount point

2008-11-22 Thread Vince M. Clark
In CommonScreens.xml I have the following line: I have a custom component in hot-deploy called "hgl" When I mount the webapp in ofbiz-component.xml as "/hgl" everything works fine. However, when I change it to mount as the URL root I no longer have a webapp mounted as "hgl" and the style sh

Re: Problem with stylesheet when I change a webapp to root mount point

2008-11-22 Thread Abhishake Agarwal
I think you have to change stylesheet path in store settings and also try changing the context prefix under website in catalog. On Sun, Nov 23, 2008 at 6:40 AM, Vince M. Clark <[EMAIL PROTECTED]>wrote: > In CommonScreens.xml I have the following line: > value="${productStore.styleSheet}" default