Re: [Hibernate] Documentation

2008-10-16 Thread Jason Cipriani
I found it. It's actually: hibernate.org -> Documentation -> Core -> Reference Documentation, and then I believe chapter "5" has all the relevant info. The DTD also turned out to be a good source of info. The problem is I had been looking for things related to "XML" not things related to "proper

[Hibernate] Documentation

2008-10-16 Thread Jason Cipriani
1. Where can I find reference documentation for hibernate XML mapping files? (e.g. "these are the attributes that can be used in a property element"). 2. Where is the hibernate users mailing list? I'm posting this to hibernate-devel because no other source of help seems to exist. Thanks, Jason -

RE: [Hibernate] Documentation and JTA and commit()

2004-06-11 Thread Lendvai Attila
there was a bug in the JCA impl... it opened SQL connections outside of the UserTransaction, that's why I had to call commit() explicitly. now that I understand a bit more about this J2EE mistery here's a fix that works for me: http://opensource.atlassian.com/projects/hibernate/browse/HB-1025 by

[Hibernate] Documentation and JTA and commit()

2004-06-09 Thread Lendvai Attila
hi! it's stated in the documentation at several places that in JTA environment it's unnecessarry to call session.transaction().commit(), but it's only true if the JTA transaction was opened by the container and the container will take care of committing it. (?) if Hibernate opens the JTA transac

Re: [Hibernate] Documentation README

2004-03-27 Thread Christian Bauer
On 26 Mar (23:25), Emmanuel Bernard wrote: > It appears that you've commited the structure in the HEAD, not in the > v21branch (only an empty one wo build.xml, nor doc). I hate CVS. It's even more fun if you have to add every file manually, because SourceForge keeps crashing. -- Christian Baue

Re: [Hibernate] Documentation README

2004-03-26 Thread Emmanuel Bernard
It appears that you've commited the structure in the HEAD, not in the v21branch (only an empty one wo build.xml, nor doc). Christian Bauer wrote: On 26 Mar (09:52), Emmanuel Bernard wrote: I've read it carefully, and it sounds great if everyone follow the rules. Christian, I'm well aware of

Re: [Hibernate] Documentation README

2004-03-26 Thread Christian Bauer
On 26 Mar (09:52), Emmanuel Bernard wrote: > I've read it carefully, and it sounds great if everyone follow the rules. > Christian, I'm well aware of documentation process to know that you did a > huge and great job, congrats! It took a while :) I hope I can get better scripts later so we can aut

RE: [Hibernate] Documentation README

2004-03-26 Thread Emmanuel Bernard
mall teams managed by a leader seems the easiest way to me right now. Emmanuel -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Christian Bauer Envoye : vendredi 26 mars 2004 00:56 A : [EMAIL PROTECTED] Objet : [Hibernate] Documentation README OK guys,

[Hibernate] Documentation README

2004-03-25 Thread Christian Bauer
------- THE HIBERNATE DOCUMENTATION Preface The Hibernate documentation is a modular documentation, it uses various XML files (written with the DocBook DTD) and a Java-based build process to generate HTML and PDF output. Use a simple text editor with XML support, such

RE: [Hibernate] Documentation error for ehCache

2003-12-07 Thread Eric Pugh
TED] Behalf Of David > Morris > Sent: Sunday, December 07, 2003 5:16 PM > To: [EMAIL PROTECTED] > Subject: Re: [Hibernate] Documentation error for ehCache > > > Eric, > > Go to the CVS repositories view and expand HEAD. Right click on a > module and select configure br

Re: [Hibernate] Documentation error for ehCache

2003-12-07 Thread David Morris
Eric, Go to the CVS repositories view and expand HEAD. Right click on a module and select configure branches and versions... . It is pretty well documented in the help. David Morris >>> "Eric Pugh" <[EMAIL PROTECTED]> 12/6/2003 12:30:21 PM >>> Hi all, I noticed that in the docs for ehcache the

[Hibernate] Documentation error for ehCache

2003-12-06 Thread Eric Pugh
Hi all, I noticed that in the docs for ehcache the parameters always have the same text: timeToIdleSeconds - Sets the time to idle for an element before it expires. Is only used if the element is not eternal. timeToLiveSeconds - Sets the time to idle fo

Re: [Hibernate] Documentation

2003-09-21 Thread Christian Bauer
On 20 Sep (16:11), Mauro Sérgio Silva wrote: > Now I'm with Some time to update the pt-br translation of Hibernate > documentation. > > I know that its not a high priority thread but you have some sugestion about > how the internationalization of documentation will work? >

Re: [Hibernate] Documentation

2003-09-21 Thread Gavin King
Mauro, I consider that this is now high-priority. We *really* need to get this stuff into the build. I *really* appreciate your work on this! Like ... a lot ... Thanks Gavin Mauro Sérgio Silva wrote: Hi Cristian, Now I'm with Some time to update the pt-br translation of Hibe

[Hibernate] Documentation

2003-09-20 Thread Mauro Sérgio Silva
Hi Cristian, Now I'm with Some time to update the pt-br translation of Hibernate documentation. I know that its not a high priority thread but you have some sugestion about how the internationalization of documentation will work? Anaway I will start doing it high now using the same app

[Hibernate] Documentation Enhancement Request

2003-01-11 Thread Matt Raible
This might seem trivial, but it did trip me up a bit. It'd be nice if you specified that batch files to run the Tools can be found in the "bin" directory of the Hibernate download. Maybe on this page? http://hibernate.bluemars.net/index.php?node=28 Matt

Re: [Hibernate] documentation

2002-09-24 Thread Gavin King
FT + Saxon + docbookx + stylesheets all installed in the right places. - Original Message - From: Brad Clow To: [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 8:56 PM Subject: [Hibernate] documentation there have been a couple of occasions recently where i have found some minor err

[Hibernate] documentation

2002-09-24 Thread Brad Clow
there have been a couple of occasions recently where i have found some minor errors in the documentation and would have liked to fix them up - but the whole documentation thing looks a bit complex when u want to do a simple change.   is it easy to generate the documentation - there is a docb

Re: [Hibernate] Hibernate documentation

2002-09-24 Thread Gavin King
Fixed :) - Original Message - From: "Fay, Kevin J, ALBAS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 6:44 AM Subject: [Hibernate] Hibernate documentation > I'm attempting to download the Hibernate reference documentation .

[Hibernate] Hibernate documentation

2002-09-23 Thread Fay, Kevin J, ALBAS
I'm attempting to download the Hibernate reference documentation .pdf file and it says "The file is damaged and couldn't be repaired". The URL is. http://hibernate.sourceforge.net/reference/pdf/hibernate_reference.pdf If you could fix this that would be great as I am quickly moving to integr