Re: Driver Specific Parameters

2007-02-12 Thread Armin Waibel
Luis Colorado wrote: Eric, I'm not sure if this answers your question, but I was doing some similar research to set up a parameter for jetspeed-1, which also uses OJB. When I upgraded from MySQL version 4 to version 5, I discovered that I had to set up a parameter to handle timestamps equal to

RE: Driver Specific Parameters

2007-02-12 Thread Ferrer, Eric
Thanks Luis, Moving forward I will try this out. With all these layers its difficult to know where stuff should go and if they are visible at all unless x component supports it. I know OJB is working to support the initialSize of a connection pool object and with JDBC 4.0 lots of new stuff to pl

RE: Driver Specific Parameters

2007-02-12 Thread Luis Colorado
Eric, I'm not sure if this answers your question, but I was doing some similar research to set up a parameter for jetspeed-1, which also uses OJB. When I upgraded from MySQL version 4 to version 5, I discovered that I had to set up a parameter to handle timestamps equal to zero, and I was looki

Driver Specific Parameters

2007-02-12 Thread Ferrer, Eric
Since we are using OJB and DBCP for connection pooling, with the introduction of JDBC 4.0 a lot of drivers have additional parameters that we can set for performance tuning. What are the options for setting this in OJB's repository_database.xml or other properties file? Thanks -Eric