Re: [Hibernate] jira notifications

2005-11-14 Thread Mark Hobson
On 14/11/05, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > no the go to the notifications list. Right, you may want to update http://hibernate.org/217.html ("No, JIRA will post all new issues to the hibernate-devel mailinglist automatically.") and http://hibernate.org/20.html (how to subscribe

Re: [Hibernate] jira notifications

2005-11-14 Thread Mark Hobson
On 14/11/05, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > On Sun, 13 Nov 2005 18:40:00 +0100, Dennis Byrne <[EMAIL PROTECTED]> wrote: > > > I haven't received emails for any of the comments I left > > yesterday. Down again? > > My mail box is filled with jira notificaitons...so i guess its wor

Re: [Hibernate] jira notifications

2005-11-14 Thread Mark Hobson
On 14/11/05, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > > I updated the two pages. > > or rather only the 217 page since the 20 page were correct. Thanks - I mentioned 20.html since it doesn't mention the existence of the commits or issues lists. Mark -

Re: [Hibernate] auto quoting

2005-10-31 Thread Mark Hobson
On 31/10/05, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > Hi, > > While working on a method to detect if i need to quote columns found when > doing reverse engineering I > saw that JDBC has metaData.getSQLKeyWords() > and metaData.getExtraNameCharacters(). > > Would they not be a good thing

Re: [Hibernate] hibernate annotations and overriding

2005-02-04 Thread Mark Hobson
Hi there, I disagree with Lane's first point - that in Emmanuel's example A's properties would not be mapped in B. This goes against standard Java serialization. For example, if A were a legacy class and B extended it to provide EJB annotations, then every accessor would have to be overridden ju

Re: [Hibernate] hibernateext build structure and eclipse plugins

2004-11-12 Thread Mark Hobson
Hi there, As a mere interested observer of this list, I'm not entirely familiar with the new project structure, but have encountered the nested project problem in eclipse before. In my projects I found multiple source directories solve this issue quite nicely. For example, if you have org.hibern

Re: [Hibernate] Hibernate & AOP

2004-06-01 Thread Mark Hobson
Hi Bill, Thanks for replying. Yes, most of the work I've seen with Hibernate & AOP is with transaction interceptors & safely ignores mixin persistence. As I mentioned before, I covered my first investigation into this on the forum [http://forum.hibernate.org/viewtopic.php?t=931018], but I will

[Hibernate] Hibernate & AOP

2004-05-26 Thread Mark Hobson
Hi there, I recently posted an item to the forum concerning Hibernate persistence for AOP [http://forum.hibernate.org/viewtopic.php?t=931018] which was left unanswered. I apologise in advance if this is the wrong place to discuss this, but what exactly are Hibernate's architectural plans for pe