[Hibernate] commons-lang dependency

2003-10-25 Thread Gavin King
Guys, I have removed all hard dependencies upon commons-lang, as was discussed in Aarhus, by forking the useful bits (the nestable exception stuff) into net.sf.hibernate. We still need to distribute commons-lang for now, because JCS requires it. New code should not use commons-lang. -

Re: [Hibernate] question

2003-10-25 Thread Christian Bauer
On 23 Oct (12:44), Nikolay Ganev wrote: > I need to add and retrieve object to/from Hibernate Session. In other words I need 2 > methods in session: > getObject() > setObject(...) Why?! -- Christian Bauer [EMAIL PROTECTED] --- This SF.net em

Re: [Hibernate] commons-lang dependency

2003-10-25 Thread Max Rydahl Andersen
it sure looks like autumn-cleaning time ;) Did you copy the exception stuff fromm commons-lang v1 og v2 ? (if v1, I think i'll look into "update" it to v2 exception stuff since that one include some better exception codebut i'll check if they are worth it first of course ;) /max Gavin Kin

Re: [Hibernate] commons-lang dependency

2003-10-25 Thread Gavin King
v2 :) Max Rydahl Andersen wrote: it sure looks like autumn-cleaning time ;) Did you copy the exception stuff fromm commons-lang v1 og v2 ? (if v1, I think i'll look into "update" it to v2 exception stuff since that one include some better exception codebut i'll check if they are worth it

[Hibernate] Exception with full text search methods of mysql database.

2003-10-25 Thread Laurent Fleuriot
Does Hibernate support the generation of SQL that will invoke the full text search methods of certain databases? For example, both MySQL (Full Text Search)  have specific syntax within a SQL statement to perform the search against a column that has a full text search index defined.   For exa

RE: [Hibernate] commons-lang dependency

2003-10-25 Thread Eric Pugh
Just for those of us not in the loop, why was commons-lang ditched? Remove another dependency? c-l getting to large? Just so I know for future efforts... Eric > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Gavin > King > Sent: Saturday, October 25,

Re: [Hibernate] commons-lang dependency

2003-10-25 Thread Christian Bauer
On 25 Oct (17:04), Eric Pugh wrote: > Just for those of us not in the loop, why was commons-lang ditched? Remove > another dependency? c-l getting to large? Commons-lang version 2 is what, 10 times the size of v1? We only used v1 in one or two places, easy to replace. We even have some more "m

[Hibernate] test

2003-10-25 Thread Francisco Figueiredo Jr.
--- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net

Re: [Hibernate] commons-lang dependency

2003-10-25 Thread Max Rydahl Andersen
Just for those of us not in the loop, why was commons-lang ditched? Remove another dependency? c-l getting to large? yes and yes ;) The thing that triggered the removal was the release of c-lang v2, which was somewhat doubled in size and we even had reports about user having version problems (s

Re: [Hibernate] commons-lang dependency

2003-10-25 Thread Gavin King
The main reason is that commons-lang 2.0 is 100k of bloat and was not fully backward compatible. Also, all these dependencies upon commons- makes me nervous since, at least historically, the quality of most of the commons stuff was not high. Eric Pugh wrote: Just for those of us not in the