Re: [Hibernate] Re: Hibernate + JBoss Partnership

2003-09-19 Thread Bill Burke
Kevin O'Neill wrote: Congrats, One question I have is ... who will own the copyright on the source? Forgot to answer this one. At JBoss, anybody who contributes retains their copyright whether they work for JBG or not, CVS committer or patch submitter. This has been the case since 1999 whe

[Hibernate] CacheProvider semantics

2003-09-19 Thread Jason Carreira
Is there a document describing the semantics of the CacheProvider Interface? For instance: When will each of the methods be called? What does is the lock() method do (is it supposed to be local or cluster-wide), and what are the ramifications if it's ignored? What happens if there is a version c

RE: [Hibernate] Multiple Collections of Same Entity?

2003-09-19 Thread Les Hazlewood
Title: Message There are three ways that I can see this problem being solved   One is to only have the "bars" set in class Foo.  By pointing out that "otherBars" is a proper subset, architecturally, this is probably the best solution (I'll explain why below).   The getOtherBars() method

Re: [Hibernate] Re: Hibernate + JBoss Partnership

2003-09-19 Thread Bill Burke
Just want to add, I think I already said this, that all JBG employees retain the copyright to their submitted open-source code. Gavin King wrote: Thanks Kevin! Copyright is always owned by the code author unless explicitly assigned to someone else, or unless the code is a "work for hire". My co

Re: [Hibernate] Re: Hibernate + JBoss Partnership

2003-09-19 Thread Bill Burke
Kevin O'Neill wrote: Congrats, I'm the more open source projects that pick up some form of sponsorship the better. For better or worst the JBoss group gets lots of attention so more exposure for hibernate. I was a bit disappointed that the jboss group website doesn't mention the announcement. O

[Hibernate] Problem in 2.1b3

2003-09-19 Thread daxin
no problem found when I use 2.01, but when I upgrade to 2.1b3: [19/Sep/2003 20:27:29:4] error: Exception: SERVLET-execution_failed: Error in executing servlet SvltAgentSMS: java.lang.AbstractMethodError: net/sf/hibernate/persister/AbstractEntityPersister.getTableName Exception Stack Trace:

Re: [Hibernate] Re: Hibernate + JBoss Partnership

2003-09-19 Thread Gavin King
Thanks Kevin! Copyright is always owned by the code author unless explicitly assigned to someone else, or unless the code is a "work for hire". My contract with JBoss states explicitly that work I do on Hibernate is not "for hire" and I retain all copyright on Hibernate. Any code that anyone else

[Hibernate] Using UserType for composite primary keys

2003-09-19 Thread Yin Shi
Hi all, Could anybody talk about how to use User Defined UserType to handle composite Primary Keys? I used to use , but it is not working for JCS, so just wandering if someone has examples on this? Any comments are really helpful! Thank you very much! __ Do you

[Hibernate] Re: Hibernate + JBoss Partnership

2003-09-19 Thread Kevin O'Neill
Congrats, I'm the more open source projects that pick up some form of sponsorship the better. For better or worst the JBoss group gets lots of attention so more exposure for hibernate. I was a bit disappointed that the jboss group website doesn't mention the announcement. One question I have is .

[Hibernate] Session src code change req.

2003-09-19 Thread Andrea Chiumenti
Hello , i've noticed the following problem. I'm using hibernate in a web application under JBoss , and i've implemented an hilo generator for all my classes. This means that i cannot use saveOrUpdate method because i don't know if a given ID is a new id or an old one. My suggestion is to append

[Hibernate] Hibernate and datasets

2003-09-19 Thread Marek Mosiewicz
I hope that Hibernate - JBoss merge will result in the best OR mapping solution available. But I believe that there is still huge area for which Hibernate could be adopted. Any OR mapping tool is compile time tied solution (need to create data model) It is great approach in business logic area whe

RE: [Hibernate] Multiple Collections of Same Entity?

2003-09-19 Thread Snively, Paul (SMCI)
Title: RE: [Hibernate] Multiple Collections of Same Entity? Hi Les!   The sets can definitely contain the same elements; in fact, "bars" is a proper subset of "otherBars."   Thanks for the help! Paul -Original Message-From: Les Hazlewood [mailto:[EMAIL PROTECTED]Sent: Thursday,

[Hibernate] Will cretia API support iterator?

2003-09-19 Thread Xiaogang Cao
Hi,     The new Criteria is amazing. I have a small question, will it support Iterator so that it can use the cache?       Thanks.   Xiaogang Cao. from China.