[Hibernate] Docu update and instructions

2002-11-25 Thread Christian Bauer
I just commited the following files: * New documentation generation instructions, including scripts * Hibernate style configuration for PDF and XSL * Updated HTML and PDF documentation, using the new scripts and the Wiki CSS Gavin, redirecting the site is your part. If everythings working out

Re: [Hibernate] Re: slow performance on flush

2002-11-25 Thread Juozas Baliuka
It is no standard way to for this trick, It depends on RDBMS implementation. It is possible upload tab separated text file to server and execute native SQL on postgersql like this: "COPY mytable FROM filename " http://www.postgresql.org/idocs/index.php?sql-copy.html > Hey! > > The stuff you men

Re: [Hibernate] Re: slow performance on flush

2002-11-25 Thread Christoph Sturm
Hey! The stuff you mention sounds cool, and I already thought about that, but to my knowledge there's no java api that supports stuff like that. If you know a api that supports such functionality, please tell me, that would be really great! regards chris - Original Message - From: "Juoza

Re: [Hibernate] Re: slow performance on flush

2002-11-25 Thread Juozas Baliuka
It is better to use some "native" API like "COPY" for long running import, some RDBM's support imports without constaint checks, SQL parsing , and sometimes "long running import" becomes very "short". - Original Message - From: "Christoph Sturm" <[EMAIL PROTECTED]> To: "Gavin King"

Re: [Hibernate] How to create an index on normal property element ?

2002-11-25 Thread Jochen Rebhan
Thanks for your help, but exactly in the line with the colum tag (corresponds to line 15) the schema generator shows an error: Any ideas ??? Kind regards Jochen Rebhan [EMAIL PROTECTED] My message from the Schema generator: Arguments: processing mapping for class: buddy.data

Re: [Hibernate] How to create an index on normal property element ?

2002-11-25 Thread Gavin King
Yick! but it looks like the property isn't really called "ownernumber"; perhaps you meant "ownerNumber"? - Original Message - From: "Jochen Rebhan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Gavin King" <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 1:48 AM Subject: Re:

[Hibernate] Re: build.xml

2002-11-25 Thread Thomas Quas
Gavin King wrote: extension. (On the other hand, it probably wouldn't be such a bad idea to JavaDoc the tools package). Particularly true for people who use class SchemaExport in their code... I'm selfishly designing the build script to make it as convenient as possible for _me_ to do a binary

Re: [Hibernate] How to create an index on normal property element ?

2002-11-25 Thread Gavin King
Since everyone should be in the process of upgrading to version 1.2 ;) you should now be using hibernate-mapping-1.1.dtd... - Original Message - From: "Jochen Rebhan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 1:07 AM Subject: [Hibernate] How to c

[Hibernate] How to create an index on normal property element ?

2002-11-25 Thread Jochen Rebhan
I have the following hibernate-mapping definition for "Friend" : In Mysql I have to add this line manually (after running the Schema genera

[Hibernate] slow performance on flush

2002-11-25 Thread Christoph Sturm
Hi all! I'm trying to increase the performance of this pseudocode:   for (j=1;j<100;j++) {     for (i=1;i<100;i++)     {         session.save(class)     }     session.flush();     session.connection().commit(); }     Now my problem is that flush doesnt take a constant time, but every invoc

Re: [Hibernate] build.xml

2002-11-25 Thread Gavin King
> (i) in order to generate the complete API documentation (currently the > tools packages are missing) I'd suggest to apply the following diff: I don't want API documentation generated for classes that aren't APIs ... ie. interfaces that I want to be able to freely change without impacting user c

Re: [Hibernate] 1.2 rc1

2002-11-25 Thread Gavin King
> I will commit a README for the build process and shell scripts later today. Cool! --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ hibernate-dev

Re: [Hibernate] 1.2 rc1

2002-11-25 Thread Christian Bauer
On 25 Nov (18:43), Gavin King wrote: > I will be releasing a new version real soon (the next day or so - just doing > some extra testing now). The highlights are: Again, great features! I'm improving the documentation again with a new stylesheet in the Wiki layout (we should release that when th

[Hibernate] 1.2 rc1

2002-11-25 Thread Gavin King
I will be releasing a new version real soon (the next day or so - just doing some extra testing now). The highlights are: * MUCH more mature support for normalized mappings :) * support for scalar values in queries called with find()! * support for component-valued properties in select clause * mo

Re: [Hibernate] RE: [Xdoclet-user] Xdoclet, Middlegen and Hibernate

2002-11-25 Thread Gavin King
This is a very cool idea and I'm happy to give whatever support is necessary on this end. (In particular, we need to update the hibernate XDoclet module to reflect the new mapping DTD so I will take care of that.) However, I'm not an expert with XDoclet and I've never used middlegen, so my usefulne

Re: [Hibernate] Oracle users...

2002-11-25 Thread Gavin King
Thanks! Please try again now. - Original Message - From: "Matt Veitas" <[EMAIL PROTECTED]> To: "hibernate list" <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 2:43 PM Subject: Re: [Hibernate] Oracle users... > Just ran the two tests against Oracle 9.2.01 on Win 2000. > > FooBarT

[Hibernate] RE: [Xdoclet-user] Xdoclet, Middlegen and Hibernate

2002-11-25 Thread Ara Abrahamian
I'm willing to participate in this effort. Matt are you seriously interested in a middlegen-hibernate module? Ara. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aslak Hellesoy Sent: Monday, November 25, 2002 12:25 AM To: Matt Raible; 'XDoclet User List

Re: [Hibernate] Oracle users...

2002-11-25 Thread Matt Veitas
Just ran the two tests against Oracle 9.2.01 on Win 2000. FooBarTest = SUCCESS MultiTableTest = FAILURE MultiTableTest output: D:\jdk1.4\bin\javaw.exe -classpath G:\intellij\lib\junit.jar;D:\jdk1.4\jre\lib\charsets.jar;D:\jdk1.4\jre\lib\jaws.jar;D:\jdk1.4\jre\lib\jce.jar;D:\jdk1.4\jre\lib\jsse.j

[Hibernate] Oracle users...

2002-11-25 Thread Gavin King
Would someone please grab a CVS update and run FooBarTest and MultiTableTest on Oracle 9 and confirm that they are both now working TIA Gavin --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf