RE: [Hibernate] Mail Archive

2003-08-03 Thread Brian Topping
uly 31, 2003 5:40 PM > To: Brian Topping > Cc: [EMAIL PROTECTED] > Subject: Re: [Hibernate] Mail Archive > > > > Done! > > :) > --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data

[Hibernate] Two new XDoclet patterns for EJB+Hibernate

2003-08-05 Thread Brian Topping
For those of you with the ability to build XDoclet from CVS, I've generated a couple of changes that you might be interested. They were added within the last hour, and I'm interested in feedback to get them dialed in. I'll have some forthcoming documents better describing the use of this stuff if

[Hibernate] questions about polymorphism

2003-08-06 Thread Brian Topping
Hi all, I have some questions about polymorphic persistence. Any takers? I have a schema that currently has about thirty subclasses (more with time) and one common superclass. I am looking for polymorphism between these subclasses. It seems that if I use "table-per-class", I am going to get hi

RE: [Hibernate] Moving Hibernate objects with SOAP

2003-08-07 Thread Brian Topping
Title: RE: [Hibernate] Moving Hibernate objects with SOAP Hi Jon,   One of the things that I currently do is use XDoclet to generate inline transforms for going back and forth from XML to entity.  You end up with hardcoded serializers, which are very fast, but I don't have enough experience

RE: [Hibernate] Mail Archive

2003-08-10 Thread Brian Topping
> -Original Message- > From: Georg Schneemayer [mailto:[EMAIL PROTECTED] > Subject: Re: [Hibernate] Mail Archive > > http://www.schneemayer.de/Hibernate_devel.bz2 Great, thanks Georg! It's uploading now, should be done in a couple of hours (past 100 messages and the script sends one ever

RE: [Hibernate] Multiple database support w/ Hibernate

2003-08-10 Thread Brian Topping
> -Original Message- > From: Tim Kettering [mailto:[EMAIL PROTECTED] > Subject: [Hibernate] Multiple database support w/ Hibernate > > the sourceforge list archives (like usual) is taking forever > to return any results. http://www.mail-archive.com/[EMAIL PROTECTED] ---

RE: [Hibernate] questions about polymorphism

2003-08-12 Thread Brian Topping
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: [Hibernate] questions about polymorphism > > >> Since the subclass is > completely described this way, is the separate mapping file for the > subclass > redundant? << > > You should not have a sep

RE: [Hibernate] questions about polymorphism

2003-08-14 Thread Brian Topping
So I have an update on figuring this out. I got most of it working, there was a bug in XDoclet with subclass generation (classes outside the package of the base class were not being found) and with 34 subclasses I hadn't realized there was an issue. XDoclet CVS has a resolution to this. Now that

RE: [Hibernate] Moving Hibernate objects with SOAP

2003-08-14 Thread Brian Topping
n, I'd like to get this into the XDoclet source tree sooner than later, and focused on Hibernate instead of VOs. Any input/concerns/etc appreciated. brian > -Original Message- > From: Josh Rehman [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 11:03 AM > T

[Hibernate] Anyone have merge files working with HibernateDoclet?

2003-08-14 Thread Brian Topping
Hi all, Has anyone gotten merge files working with XDoclet for the hibernate subtask? I have all the merge directories set up and have confirmed that other subtasks work with the merge files correctly, but no luck on merging a file named 'hibernate-properties-.xml' for additional hbn.xml elements.

RE: [Hibernate] Anyone have merge files working with HibernateDoclet?

2003-08-14 Thread Brian Topping
> -Original Message- > From: Brian Topping > > The solution to this problem is that the package hierarchy > mapping to your > merge file must be duplicated underneath the merge directory. > So if you have > org.blah.foo and you want to have > hibernate-prop

RE: [Hibernate] Anyone have merge files working with HibernateDoclet?

2003-08-14 Thread Brian Topping
As Murphy would have it, the solution came only after sending a message to the list. The solution to this problem is that the package hierarchy mapping to your merge file must be duplicated underneath the merge directory. So if you have org.blah.foo and you want to have hibernate-properties-foo.x

[Hibernate] Debugging ClassCastException

2003-08-17 Thread Brian Topping
Hi all, I'm getting the following error and looking for experience from others on the best way to debug it: java.lang.ClassCastException at org.dentaku.modules.general.entity.ContactMetaClass4.setPropertyValues() at net.sf.hibernate.persister.AbstractEntityPersister.setPropertyVal