Re: Res: Re: addOrderBy

2004-07-30 Thread Gerhard Hipfinger
hi, just do this QueryByCriteria query = new QueryByCriteria(Note.class, crit); query.addOrderBy("company.type", true); the orderBy methods where moved to the QueryByCriteria class. gerhard Am Fre, den 30.07.2004 schrieb Glauber Andrade um 16:45: > I donĀ“t understand... > What should I do ?

Re: Any one using PostgreSQL and OJB ?

2004-04-02 Thread Gerhard Hipfinger
Hi, we are using ojb with postgresql 7.4.x without any problems. kr, gerhard -- openForce Information Technology GesmbH www.openforce.com Am Fre, den 02.04.2004 schrieb Martin I. Levi um 10:34: > Hello people! > > Is there anybody using OJB on a PostgreSQL database? > > Please let me know. >

Re: p6spy in webapp

2004-02-19 Thread Gerhard Hipfinger
hi charlie, take a look at http://www.p6spy.com/ there you can get much more information about p6spy than on the ojb site. the properties file you mentioned is thy spy.properties. put it to your classpath (i.e. WEB-INF/classes). you can get an example from the url above. the file is documented v

OJB on Weblogic 6.1

2003-11-04 Thread Gerhard Hipfinger
Hi, I found the mail in the archive and are stuck with the same exception too. I use Weblogic 6.1 and followed the instruction in the deployment documentation. Anyone out there who solved this or can give me a hint? Gerhard ps: I have to work with wl6.1 so don't recomend me to upgrade ;-) > Hi