[Xdoclet-user] Hibernate and Components

2003-06-30 Thread Christian Nelson
[This is a repost with additional detail and a partial solution.] I'm trying to make a really quick change to xdoclet so that we can move away from frequently using merge files. Here's a simple example of a class which contains two of the same components. I'm using hibernate 2.01 and xdoclet 1.

[Xdoclet-user] hibernate-doclet and components

2003-06-24 Thread Christian Nelson
Here's a contrived, simple example of a class which contain two of the same componets. I'm using hibernate 2.01 and xdoclet 1.2b3. Given a basic class, PhoneNumber: package com.le.examples.hibernate; public class PhoneNumber { /** @hibernate.property */ public String getNumber() { return n