RE: [Hibernate] repository

2003-10-14 Thread David Morris
You might retry anonymous CVS. It has been working for me for about 12 hours after being down most of a month. --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people

Re: [Hibernate] Problem with order by - SQL

2003-10-18 Thread David Morris
IBM added support for that syntax with V5R2. You could also intercept the order by clause where it is built or where it is used and strip out the table. That change shouldn't take too long. David Morris >>> <[EMAIL PROTECTED]> 10/17/2003 1:15:45 PM >>> Hello

Re: [Hibernate] mapping multiple primary keys from one database table

2003-10-21 Thread David Morris
I am not sure I understand, but I think you mean you have multiple keys that identify a unique record. In that case you will want a with s rather than id. I would read about composite ids in the manual before jumping in and updating your map. David Morris >>> "Zhang, John"

Re: [Hibernate] Re: Re: CGLIB2

2003-10-28 Thread David Morris
Gavin, Is there any possibility of getting the JDBC 3.0 getGeneratedKeys patch applied and into 2.1? I picked up the last round of changes and can build another updated patch for you later this evening if it would help. Thanks, David Morris >>Ah. hm. I am actually ready to release

[Hibernate] Out of memory error on List.getIterator()

2003-11-21 Thread David Morris
I can profile this and narrow down where it is happening through logging but am wondering if there is something obvious I should check first. Thanks, David Morris --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net

Re: [Hibernate] Out of memory error on List.getIterator()

2003-11-21 Thread David Morris
My index was not zero based, it was essentially an identity column -- I should have checked that. Switching to a map worked fine. >>> "David Morris" <[EMAIL PROTECTED]> 11/21/2003 11:56:51 AM >>> While testing a mapping statement I keep getting an out of m

[Hibernate] Is CGLIB2 compatable with prior versions?

2003-11-27 Thread David Morris
I am having some problems in non-hibernate packages that use CGLIB since updating Hibernate from CVS. Are there any known issues and if so is there an upgrade guide? Thanks, David Morris --- This SF.net email is sponsored by: SF.net Giveback

Re: [Hibernate] Help, I implemented Criteria.count() and no one cares!!

2003-12-01 Thread David Morris
In general it is best to avoid paging if at all possible but if you can't avoid it don't forget that different databases have different ways of implementing a count. With Oracle you would use rownum if possible and with DB2 you would add fetch first n rows only. David Morris >&g

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 notice

[Hibernate] Release version and branch

2003-12-12 Thread David Morris
wondering how I should handle this. Thanks, David Morris --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash

[Hibernate] When to support getGeneratedKeys

2003-12-17 Thread David Morris
Is it a good time to add support for getGeneratedKeys? I am off next week and am free to test/rework/document/whatever. It is Jira issue 380: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-380 --- This SF.net ema

Re: [Hibernate] Generics

2004-02-12 Thread David Morris
Going with 1.5 mean that some of us will not be able to help you with testing in anything but a minimal development environment. I would balance this against writing the code with the best tool for the job. Because of this I would wait for 2.2.2 (assuming 2.2.1 might fix some minor bugs). David M

Re: [Hibernate] Schema versus dtd

2004-03-26 Thread David Morris
>>> David Morris 3/26/2004 10:48:34 AM >>> Nick, Look at http://opensource.atlassian.com/projects/hibernate/browse/HB-351. Old versions of JAXB did have some problems with the schema I created but recent versions seem to work just fine. David Morris >>> Nick Betterid