[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

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 property. I

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

[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

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 Bauer

[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 as JEdit, to edit the source files. You

RE: [Hibernate] Documentation error for ehCache

2003-12-07 Thread Eric Pugh
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 branches and versions... . It is pretty well documented

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 Hibernate

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? Anaway I will start doing

[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 approach

[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

[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