You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by rohit2006 <ro...@yahoo.com> on 2006/07/20 10:34:54 UTC

Include JDBC drivers in SVN.

hi,

i am just curious about why the database drivers for different support
databases not included in the SVN. I am not sure about the commercial ones,
but i guess drivers for open source databases such as mysql and postgre etc
can be included.

This will perhaps help those like me, still learning ofbiz. 

Rohit
-- 
View this message in context: http://www.nabble.com/Include-JDBC-drivers-in-SVN.-tf1970992.html#a5410892
Sent from the OFBiz - User forum at Nabble.com.


RE: Images path

Posted by Alexandre Vaillancourt <av...@foret-divine.com>.
Ok, so the application doesn't really remember where to look for the images,
and generate the url when you get on the EditProductContent page?

I'm asking all this because I'd like to move data to a fresh installation,
and not wanting to loose anything.

Thanks a lot

Alexandre

-----Original Message-----
From: Jacopo Cappellato [mailto:tiz@sastau.it] 
Sent: Thursday, July 20, 2006 4:25 PM
To: ofbiz-user@incubator.apache.org
Subject: Re: Images path

Hi Alexandre,

they are not stored in the db; by default they are in stored in:

framework\images\webapp\images\products

However the path can be set in:

applications\product\config\catalog.properties

Jacopo



Alexandre Vaillancourt wrote:
> Hi all!
> 
> I've been trying to find where the path of the product images are stored
in
> the database, but I couldn't find it. 
> 
> Could someone tell me where I should be looking for?
> 
> Thanks.
> 
> Alexandre Vaillancourt
> 




Re: Images path

Posted by Jacopo Cappellato <ti...@sastau.it>.
Hi Alexandre,

they are not stored in the db; by default they are in stored in:

framework\images\webapp\images\products

However the path can be set in:

applications\product\config\catalog.properties

Jacopo



Alexandre Vaillancourt wrote:
> Hi all!
> 
> I've been trying to find where the path of the product images are stored in
> the database, but I couldn't find it. 
> 
> Could someone tell me where I should be looking for?
> 
> Thanks.
> 
> Alexandre Vaillancourt
> 


Images path

Posted by Alexandre Vaillancourt <av...@foret-divine.com>.
Hi all!

I've been trying to find where the path of the product images are stored in
the database, but I couldn't find it. 

Could someone tell me where I should be looking for?

Thanks.

Alexandre Vaillancourt



Re: Include JDBC drivers in SVN.

Posted by Si Chen <si...@opensourcestrategies.com>.
Also there was a vote last year on this list about whether to include  
postgresql jars, and the majority said "NO"

Si


On Jul 20, 2006, at 1:46 AM, rohit2006 wrote:

>
> ok there are licensing issues.,
>
> thanks for the clarifying.
>
> rohit
> -- 
> View this message in context: http://www.nabble.com/Include-JDBC- 
> drivers-in-SVN.-tf1970992.html#a5411041
> Sent from the OFBiz - User forum at Nabble.com.


Re: Include JDBC drivers in SVN.

Posted by rohit2006 <ro...@yahoo.com>.
ok there are licensing issues.,

thanks for the clarifying.

rohit
-- 
View this message in context: http://www.nabble.com/Include-JDBC-drivers-in-SVN.-tf1970992.html#a5411041
Sent from the OFBiz - User forum at Nabble.com.


Re: Include JDBC drivers in SVN.

Posted by Jacopo Cappellato <ti...@sastau.it>.
One of the reasons is that we cannot include GPL jars.

Jacopo

rohit2006 wrote:
> hi,
> 
> i am just curious about why the database drivers for different support
> databases not included in the SVN. I am not sure about the commercial ones,
> but i guess drivers for open source databases such as mysql and postgre etc
> can be included.
> 
> This will perhaps help those like me, still learning ofbiz. 
> 
> Rohit