Re: [Hibernate-devel] Re: Select queries, queries by criteria, query by example

2002-07-31 Thread Christian Meunier
> I *do* think "query by example" is pretty cool - but could you tell me > how they distinguish a null value from an unset property ... or a zero > primitive value from an unset property? I never figured that out... > > thoughts? I am pretty sure they assume that any Null value / zero primitive is

[Hibernate-devel] Postgres - Hibernate How it deals with int2 / int8... ?

2002-08-06 Thread Christian Meunier
Hi all,   i was wondering if hibernate knows how to deal with the issue regarding int2/int8 in Postgresql ?   Example:   create table message(id int8 not null primary key,name text);   in my example i got 25 000 records in this table, if i issue the following query: explain analyse select * f

Re: [Hibernate] RE: DistributedCacheConcurrencyStrategy

2002-09-24 Thread Christian Meunier
Here you go --> http://www.tangosol.com/products-clustering-overview.jsp   Found a nice diagram that we could hack a bit to explain centralized lockserver --> http://www.fastobjects.com/images/FO_ActiveCaching.gif  From: Gavin King To: Christian Meunier Cc: hibernat

Re: FW: [Hibernate-devel] Getting Collections to pull data from the cache

2002-08-09 Thread Christian Meunier
AIL PROTECTED]> To: "'Christian Meunier'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 09, 2002 3:40 PM Subject: RE: FW: [Hibernate-devel] Getting Collections to pull data from the cache > >> Hibernate got everything you need to run JCS, are y

Re: [Hibernate] Re: [Hibernate-devel] distributed caching

2002-09-04 Thread Christian Meunier
sage - From: "Christoph Sturm" <[EMAIL PROTECTED]> To: "Christian Meunier" <[EMAIL PROTECTED]>; Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 5:57 PM Subject: Re: [Hibernate] Re: [Hibernate-devel] distributed caching > Hey Christian! >

[Hibernate-devel] Re: JCS integration

2002-07-25 Thread Christian Meunier
From: To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 5:09 PM Subject: JCS integration > Christian Meunier got me started with some code to integrate Apache > Tubine's JCS today. I ended up rewriting much of the Cache package and > making so

Re: FW: [Hibernate-devel] Getting Collections to pull data from the cache

2002-08-09 Thread Christian Meunier
- Original Message - From: To: "Christian Meunier" <[EMAIL PROTECTED]> Cc: "Urberg, John" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 09, 2002 3:48 PM Subject: Re: FW: [Hibernate-devel] Getting Collections to pull data from the ca

[Hibernate-devel] Futur enhancement of the cache / Stat

2002-07-26 Thread Christian Meunier
)   Best regards Christian Meunier

Re: [Hibernate] JCS cache - Distributable read-write

2002-09-20 Thread Christian Meunier
he hibernate one) and they all call it "read only cache" because the cache is read only, we never update an object in it. > > I'm not convinced that what you are implementing is different to Type 2 > (except that it seems to have some holes...) You are right, once the holes are fix

[Hibernate] RE: DistributedCacheConcurrencyStrategy

2002-09-24 Thread Christian Meunier
re a lock and the server responds saying the object is already locked. Should we then go to the database ( what i currently do ) or wait and retry. I believe the latter is the correct answer.     Best regards Christian Meunier      

Re: [Hibernate-devel] RE: JMX/JBoss

2002-08-08 Thread Christian Meunier
In case it could help http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp Chris - Original Message - From: "Urberg, John" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Thursday, August 08, 2002 4:04 PM Subject: RE: [Hibernate-devel] RE: JMX/JBoss > > Damn! I really d

Re: [Hibernate] JCS Read only cache and the doc

2002-09-17 Thread Christian Meunier
Thanks Gavin about this. Could you describe in which case, using read-write cache we can break the transaction isolation please , i dont get it.   Thanks in advance and sorry to be such a pain ;) Christian Meunier - Original Message - From: Gavin King To: Christian

Re: FW: [Hibernate-devel] Getting Collections to pull data from the cache

2002-08-09 Thread Christian Meunier
own region. I see, however ideally i believe collections that represent one-to-many associations should not have their own region. Again it's some optimization and it's not urgent at all Thanks for your comments gavin Regards Christian Meunier --

[Hibernate] Middlegen

2002-09-24 Thread Christian Meunier
Was wondering if someone have looked to Middlegen ? --> http://boss.bekk.no/boss/middlegen/   Might be usefull to code an hibernate plugin...  

Re: [Hibernate] JCS cache - Distributable read-write

2002-09-23 Thread Christian Meunier
Little more thought on this subject ;) Like i said in a previous mail, i understand fully now what Gavin is doing (and why he is doing it) with the ReadWriteCache implementation. However i believe such implementation which is 100% safe got some tradeoff ( each method are synchronized ), i am unde

Re: [Hibernate] Improving schemas support

2003-01-04 Thread Christian Meunier
I am not sure it's that simple ;) Using a setProperty method, you will globally set a property that all session will got. I need to locally to a session specify on which schema i wish to work by default. Using your method, all threads at a given time work on the same schema, this is of course not

Re: [Hibernate] DistributedCacheConcurrencyStrategy implemented !

2002-09-23 Thread Christian Meunier
am done with the refactor. peace... - Original Message - From: "Christian Meunier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 12:38 AM Subject: [Hibernate] DistributedCacheConcurren

[Hibernate] Improving schemas support

2003-01-04 Thread Christian Meunier
working on more than one schema at a time that got the same table names)   What do you think about this ? Is hibernate already support what i would like to do ?   Thanks in advance and happy new year everyone. Christian Meunier

Re: [Hibernate] RE: DistributedCacheConcurrencyStrategy

2002-09-24 Thread Christian Meunier
ct is already locked. Should we then go to the database ( what i currently do ) or wait and retry. I believe the latter is the correct answer.     Best regards Christian Meunier      

Re: [Hibernate] ubermq?

2002-11-27 Thread Christian Meunier
ROTECTED]> To: "Viktor Szathmary" <[EMAIL PROTECTED]> Cc: "hibernate list" <[EMAIL PROTECTED]>; "Christian Meunier" <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 6:53 AM Subject: Re: [Hibernate] ubermq? > Oh, Christian Meunier used u

Re: [Hibernate] Improving schemas support

2003-01-09 Thread Christian Meunier
al Message - From: "One Ovthafew" <[EMAIL PROTECTED]> To: "Christian Meunier" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 12:58 PM Subject: Re: [Hibernate] Improving schemas support > You could use multiple Sessio

Re: [Hibernate] Patch on Schemaupdate

2003-08-20 Thread Christian Meunier
nate 2.0.2 20 août 2003 13:34:11 net.sf.hibernate.cfg.Environment INFO: hibernate.properties not found <- Finally, i use the xml file (hibernate.cfg.xml) wiht hibernate, the schemaexport / schemaUpdate should be able to use the xml file as well so i dont have to create a dummy hibernate.prope

Re: [Hibernate] Patch on Schemaupdate

2003-08-20 Thread Christian Meunier
Christian Meunier wrote: Oliver Wehrens wrote: Hi, as I wrote earlier I had a problem with the anttask not finding my classes (since separation of classes/mappinfiles). I'm now using the java task to run the main method of SchemaExport. To make things easier I added a switch t