Re: [Hibernate] Deployment of Hibernate on JBoss-3.0.4

2003-08-14 Thread David Channon
There are extensive documents on the Wiki and examples that can be downloaded. Just a comment but this question realy belongs on the SF forum not the dev list. - Original Message - From: "Prasad Iyer" <[EMAIL PROTECTED]> To: "Hibernate" <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003

[Hibernate] Middlgen plugin wish list.

2003-09-02 Thread David Channon
I have a few extensions to the Middlegen plugin (that I have been using locally). There have been quite afew users of the plugin and thus this email is a request for comments as to what extra functionality would help you. I cannot guarentee that it will be in the r2 release, though I will consider

Re: [Hibernate] Middlgen plugin wish list.

2003-09-02 Thread David Channon
responce(s) will help with the decision. I did not want the Middlegen efforts to bog down overley. I am likely to wait a little longer and review progress. Cheers David. - Original Message - From: "Gavin King" <[EMAIL PROTECTED]> To: "David Channon" <[EMA

Re: [Hibernate] Middlgen plugin wish list.

2003-09-02 Thread David Channon
) is in the Middlegen CVS to deal with this. I have gone a little further (but it is a pain (From the GUI presentation perspective rather than technical). Cheers David, - Original Message - From: "Max Rydahl Andersen" <[EMAIL PROTECTED]> To: "Gavin King" <

[Hibernate] List alive

2003-09-07 Thread David Channon
The activity on this List has just abput died for me. Has there been any changes of late? (Maybe the new forum is working so well this list is not required - just asking). Cheers David, --- This sf.net email is sponsored by:ThinkGeek Welcome t

[Hibernate] DTD version for 2.1

2003-09-13 Thread David Channon
I have been fine tuning release 2 of the Middlegen plugin and implementing functionality that is to be found only in hibernate 2.1. In this case I am refering to the extension to the one-to-one mapping. The extension for foreign key link allows one-to-one mappings from Middlegen to work correctly.

[Hibernate] [Announce] Release 2 Middlegen Plugin Released.

2003-09-16 Thread David Channon
Please find the src for the latest version of the Hibernate plugin. This is release two which represents a few enhancements and a number of bug fixes. The following is what has been included: o Fields that were for display purposes only where changes would not be persisted will no longer allow you

Re: [Hibernate] stored procedure and Hibernate ?

2003-10-12 Thread David Channon
Sure you can. Use the JDBC connection you can get from the session and call the stored procedure. Native hibernate support is being currently considered. - Original Message - From: "bertrand lancelot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 10, 2003 10:22 PM Subj

Re: [Hibernate] EHCache

2003-11-13 Thread David Channon
I think its a good idea. Because of the new caching API it does not stop someone using JCS but caching is so important that an active group would be best. BTW: Like the colors they have picked for the logo :-). Now what does this change (and the generalisation) mean to the DTD and all those JCS ca

Re: [Hibernate] Re: AST parser for HQL

2003-11-16 Thread David Channon
Great work. This will make further enhancements to the Select clause much easier. Here are a few more queries from the test package that I use to test some of the more recent (and not so well documented) changes to the select clause, eg, dialect functions. This one is not recent but affects the pa

Re: [Hibernate] Re: AST parser for HQL

2003-11-16 Thread David Channon
In the select clause there is the option to include the current date native function as a part of the dialect. As Joshua stated the parser looks these tokens up from the current dialect when its parsing this part of the query. Currently there is no alias. I had considered adding it but decided not

Re: [Hibernate] Re: AST parser for HQL

2003-11-17 Thread David Channon
I think limited application of aliases would be beneficial but query substitutions would work in many situations. The current date issue I am not sure that it is one of them. I am guilty of having not tried hibernate.query.substitutions on this level. I am not sure you can use this to deal with the

Re: [Hibernate] Re: AST parser for HQL

2003-11-18 Thread David Channon
I agree with the SQL-92 function option should eb included as the base set of supported functions. How many of our supported database are SQL-92? Obviously that will workout when the work is being done. I do like the idea of the extended syntax Gavin suggested but do question whether we need the

Re: [Hibernate] Re: AST parser for HQL

2003-11-18 Thread David Channon
I really do think we need to set the HQL name (since it is our syntax) rather than use raw or what ever as a prefix. Common functions should have a common name in HQL so the dialects provide a high degree of portability. The function can never be a simple pass through in the select clause as HQL en

[Hibernate] Middlegen hibernate plugin release 4

2004-01-09 Thread David Channon
I am about to release the 4th release of the plugin. Waiting for SF to come back up. The next release will feature more enhancements. Anyway here are the details: --David, This is the fourth release of the Middlegen with hibernate plugin. It includes enhancements and fixes. It has: o Middleg

Re: [Hibernate] SessionFactoryObjectFactory (Tomcat & JNDI)

2004-04-07 Thread David Channon
John et al, Please note that this new code module added added as a part of Middlegen 2.1 we are working on at the moment. Its an improvement on the old demo application that had an EJB backend that we have supplied with previous versions of the tool. Since this is only in CVS it is likely to no

Re: [Hibernate] Annotated collections

2004-05-08 Thread David Channon
Emmanuel, Composition would be my preferred approach. I agree that the flat representation of XDoclet is less intuitive. Cheers David. - Original Message - From: "Emmanuel Bernard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 01, 2004 7:03 PM Subject: [Hibernate] An

[Hibernate] Middlegen Hibernate plugin 5 - released.

2004-07-20 Thread David Channon
Hi, I have just released the Middlegen-Hibernate plugin R5. It has significant improvements and fixes. I recommend all Hibernate-plugin users upgrade to this version. Download package from HIbernate SF downloads. The release notes follow. Enjoy, Cheers David. -