[hibernate-dev] New build structure

2006-08-17 Thread Max Rydahl Andersen
Hi guys, Couple of things to document/talk about what dependencies hibernateext and the eclipse plugins have on a hibernate distribution and on hibernate3 src it self. hibernateext/eclipse plugins just use hibernate distribution for the following things: 1) being able to run ant (ant-lau

Re: [hibernate-dev] Namespaces for DOM4J Entity Mode

2006-08-17 Thread Max Rydahl Andersen
On Thu, 17 Aug 2006 05:55:14 +0200, Stephen Wolke <[EMAIL PROTECTED]> wrote: Attached is a diff file with the changes against the latest trunk. I also had to modify the new build script, did not include that diff, so that the mapping dtd file was jar'd up and validation was done with the

Re: [hibernate-dev] Namespaces for DOM4J Entity Mode

2006-08-17 Thread Stephen Wolke
Original Message > From: "Max Rydahl Andersen" <[EMAIL PROTECTED]> > Sent: Thursday, August 17, 2006 8:37 AM > To: [EMAIL PROTECTED], hibernate-dev@lists.jboss.org > Subject: Re: [hibernate-dev] Namespaces for DOM4J Entity Mode > > On Thu, 17 Aug 2006 05:55:14 +0200, Stephen Wo

RE: [hibernate-dev] New build structure

2006-08-17 Thread Steve Ebersole
Regarding the docbook stuff, I think it probably makes more sense to move all the support stuff off to a separate project. Then we can make use of svn:externals to pull it into each subproject. Probably the same can be said for the javadoc style sheet. Probablly when we finally do get around to

RE: [hibernate-dev] New build structure

2006-08-17 Thread Steve Ebersole
Actually, regarding hibernate-client.jar, scratch that... It's not that it bundles javassist and forgets about cglib. It is simply pulling in all exceptions. Our custom javassist code does define one custom bytecode-related exception, which is what you see getting pulled in. -Original Me

Re: [hibernate-dev] New build structure

2006-08-17 Thread Max Rydahl Andersen
On Thu, 17 Aug 2006 20:45:34 +0200, Steve Ebersole <[EMAIL PROTECTED]> wrote: Actually, regarding hibernate-client.jar, scratch that... It's not that it bundles javassist and forgets about cglib. It is simply pulling in all exceptions. Our custom javassist code does define one custom byteco

RE: [hibernate-dev] New build structure

2006-08-17 Thread Steve Ebersole
Well the exceptions can get thrown (and wrapped) back to the clients... -Original Message- From: Max Andersen Sent: Thursday, August 17, 2006 2:04 PM To: Steve Ebersole Cc: hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] New build structure On Thu, 17 Aug 2006 20:45:34 +0200,

Re: [hibernate-dev] New build structure

2006-08-17 Thread Max Rydahl Andersen
On Thu, 17 Aug 2006 21:07:48 +0200, Steve Ebersole <[EMAIL PROTECTED]> wrote: Well the exceptions can get thrown (and wrapped) back to the clients... But isn't the interfaces et.al. in here not also sent to clients if they get a detached object? /max -Original Message- From:

[hibernate-dev] User defined EntityMode

2006-08-17 Thread Matt Veitas
I saw a few weeks back some discussion about user defined entity modes. Is there a JIRA issue that I can watch about this, or is this just on someone's wish list for now? "b) allow user defined entity modes. The infrastructure for allowing this is now in place in HEAD. However, there are curr

RE: [hibernate-dev] User defined EntityMode

2006-08-17 Thread Steve Ebersole
It is just on my wish list. Feel free to create an enhancement request. Assign it to me if you can... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Veitas Sent: Thursday, August 17, 2006 2:36 PM To: hibernate-dev@lists.jboss.org Subject: [hibernate